Get API
Back to Marketplace
📊
Pay-per-callv1.7.0

WebScraper Pro API

Data & Analytics Infrastructure

WebScraper Pro handles bot detection, rotating proxies, CAPTCHA solving, and JavaScript rendering automatically. Extract structured data using CSS selectors or our AI-powered schema extractor. Supports pagination, session/cookie handling, and scheduled recurring scrapes.

RESTTypeScript SDKReal-timeOpenAPINode.js
https://api.webscraperpro.io/v1
Trust Score

4.5 / 5

167 dev notes

Live Uptime

99.8%

Guaranteed SLA

Avg Latency

3500ms

Global Edge

API Traffic

6.2M

monthly average

Available Endpoints

POST/scrapeScrape a URL and return HTML or extracted data
POST/extractAI-powered schema extraction from a URL
POST/screenshotTake a full-page screenshot
POST/jobsSchedule recurring scrape jobs
Implementation Example
const res = await fetch('https://api.webscraperpro.io/v1/scrape', {
  method: 'POST',
  headers: { 'X-API-Key': process.env.WSP_KEY, 'Content-Type': 'application/json' },
  body: JSON.stringify({
    url: 'https://news.ycombinator.com',
    extract: { selector: '.titleline > a', multiple: true, field: 'title' },
    js_render: true,
  }),
});
const { results } = await res.json(); // [{ title: 'Show HN: ...' }, ...]

API Access

✓ FREE TIER ACTIVE

First 100 calls are free every month.

Personal$5/mo
Team$15/mo
Enterprise$49/mo
Technical Docs

API Provider

Nina Torres

Nina Torres

Data & ML engineer turning models into production APIs.