Turn any URL into structured data.

One API that handles the scraping, parsing, and structuring. You just send a URL.

Free plan included. No credit card required.

Twitter
Reddit
Hacker News
Threads
TikTok
Indeed
+More
Playground
POST /v1/playground

2.4M+

API requests served

99.9%

Uptime

<2s

Avg response time

850+

Developers

How it works

1

Get an API key

Sign up for free. No credit card required. Your key looks like sc_live_...

2

Send a URL

POST any supported URL to our endpoint. Works with curl, Node, Python, or any HTTP client.

3

Get structured JSON

Receive clean, typed data back. Post content, author info, engagement metrics, and comments.

curl -X POST https://scrapen.run/v1/scrape \
-H "Authorization: Bearer sc_live_..." \
-H "Content-Type: application/json" \
-d '{"url": "https://x.com/LLMJunky/status/2036239240300818751"}'
{
"platform": "twitter",
"url": "https://x.com/LLMJunky/status/2036239240300818751",
"items": [
{
"type": "post",
"externalId": "2036239240300818751",
"author": "LLMJunky",
"text": "...",
"likes": 639,
"retweets": 39,
"replies": 57
}
]
}

Pricing

1 credit = 1 scrape. Simple.

Free

$0/mo

  • 100 scrapes/mo
  • Up to 100 comments/scrape
  • 10 req/min
  • 1 concurrent
Get started
Most popular

Pro

$19/mo

  • 19,000 scrapes/mo
  • Up to 5,000 comments/scrape
  • 60 req/min
  • 10 concurrent
  • Buy extra credits at $1/1,000
Get started

FAQ

Start scraping in minutes.

Free plan included. No credit card required.