API v1.0 — 3 endpoints

Scrape anything.
Ship faster.

Web scraping API that handles headless browsers, rate limits, and anti-bot detection. You get clean JSON.

Request
POST /api/lookup

{
  "name": "Jane Smith",
  "sources": ["linkedin", "github"]
}
Response
{
  "name": "Jane Smith",
  "headline": "Staff Engineer at Stripe",
  "sources": {
    "linkedin": { "url": "linkedin.com/in/..." },
    "github": { "url": "github.com/jsmith" }
  },
  "emails": ["jane@..."]
}

How it works

1

Get your API key

Sign up, pick a plan, get a key in seconds.

2

Make a request

POST to any endpoint. Jobs queue instantly.

3

Get results

Poll the job URL. Structured JSON back.

Endpoints

Person Lookup

POST /api/lookup

Search across LinkedIn, GitHub, and X. Results merged into a single profile.

Search & Extract

POST /api/search

Run any search query and scrape the top results with structured data.

URL Scrape

POST /api/scrape

Point at any URL. Headless browser extracts text, links, images, meta.

Async Jobs

GET /api/jobs/:id

Every request returns a job ID. Poll when ready. Cached for 1 hour.

3
API endpoints
<2s
Avg response
3
Data sources
99.9%
Uptime SLA

Simple pricing

Start free. Scale when you need to.

Free

$0
5 req/mo · 5/min
  • All endpoints
  • JSON responses
  • 1-hour cache
  • For testing
Get started

Pro

$29/mo
2,000 req/mo · 60/min
  • All endpoints
  • JSON responses
  • 1-hour cache
  • Priority queue
  • Email support
Get started

Enterprise

$199/mo
50,000 req/mo · 200/min
  • All endpoints
  • 1-hour cache
  • Priority queue
  • Custom sources
  • Dedicated support
  • SLA
Contact us

Ready to start scraping?

Get your API key in seconds. Free tier — no credit card required.

Create free account