Skip to main content

Welcome

Bridgly is a web scraping API for LinkedIn, X (Twitter) and Reddit. Every endpoint returns a consistent envelope — timeMs, creditsCost, and a data payload — or a uniform error body.

Authentication

Authenticated endpoints accept a Bridgly API key via the Authorization header:
curl https://api.bridgly.com/reddit/get-user \
  -H "Authorization: Bearer bgly_your_api_key" \
  -H "Content-Type: application/json" \
  -d '{ "username": "spez" }'
Each metered call deducts credits from the account the key resolves to. See the API Reference for every endpoint, its request schema, and a live playground.