A NEW MAP OF THE SOCIAL WEB

The social web.
Within reach.

From public profiles to the conversations behind them. Bring structured social data into your apps, workflows, and AI tools.

PUBLIC DATAREST ENDPOINTSJSON RESPONSES
{ }

Skip the page parsing.

Structured data that fits your code.

Keep your own stack.

HTTP endpoints. Any language.

[✓]

Know what came back.

Explicit results and coverage.

EXPLORE THE ATLAS

Your next data source
starts here.

Purpose-built endpoints for each platform.
See what’s supported and how to connect.

THE MAP IS GROWING

These are our implemented providers. Availability is listed individually; public self-service access is not open yet.

LESS SETUP. MORE BUILDING.

A request in.
Useful data out.

Choose a platform, call its endpoint, and work with the response. No SDK required.

  1. 01

    Choose your source

    Find the platform and data you need.

  2. 02

    Make an authenticated request

    Use your service origin and the platform’s required header.

  3. 03

    Build with the result

    Inspect status and coverage, then pass the data to your application.

Explore the OpenAPI specification
QUICKSTART / LOCAL EXAMPLES
# Local worker · use your own service key
export BASE_URL="http://localhost:3007"

curl --get "$BASE_URL/v1/linktree" \
  -H "x-api-key: $LINKTREE_API_KEY" \
  --data-urlencode "url=https://linktr.ee/example"
GET/v1/linktreeJSON response

Examples target local workers. Use the origin and credentials supplied for your service.

YOUR NEXT BUILD STARTS HERE

Find your coordinates.
Build something useful.

Explore the endpoints, understand the coverage, and make your first local request.

Open the documentation