HProxy/ docs

Playground

Pick an endpoint and hit Run to see a real response shape. This demo uses sample data, so it won't touch your balance.

Live demo
Request$0.0030
POST/v1/scrape/instagram/profile
Body
{
  "handle": "levelsio"
}
Response

Hit Run to see a real response for Instagram Profile.

Call it from your code
curl https://hproxy.com/v1/scrape/instagram/profile \
  -H "Authorization: Bearer $HPROXY_KEY" \
  -H "Content-Type: application/json" \
  -d '{"handle":"levelsio"}'
Was this helpful?