Extract structured data from any website using CSS selectors. Full JavaScript rendering with headless Chromium for dynamic content.
POST /v1/scrape| Name | Type | Required | Description |
|---|---|---|---|
| url | string | Yes | URL to scrape |
| selector | string | No | CSS selector to extract specific elements |
| wait | integer | No | Wait time in ms for JS rendering |
curl -X POST "https://api.toolcenter.dev/v1/scrape" \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{"url": "https://news.ycombinator.com", "selector": ".titleline"}'
Extract product data for price monitoring
Aggregate news headlines
Build lead generation pipelines
Monitor competitor websites
500 free API calls per month. No credit card required.
Get Started Free