Development — entry 097 of 100
WebScraping.AI
WebScraping.AI wraps JavaScript rendering, rotating proxies across 195 countries, and automatic CAPTCHA solving behind endpoints that return clean HTML, plain text, or AI-extracted JSON — including page question-answering and summarization powered by an LLM. Its free tier gives 2,000 credits a month before paid plans starting at $29.
GreatAPIs Score
Auth quickstart
- Sign up with the provider to get an API key.
- Send it on every request as a query param
?api_key=<key>
Your key is stored only in this browser (localStorage) and sent directly to the API — never to greatapis.
Endpoints
HTML1
Get full HTML content of pages with proxies and Chrome JS rendering
GET/htmlPage HTML by URL
| Status | Description | Schema |
|---|---|---|
200 | Success | — |
400 | — | — |
402 | — | — |
403 | — | — |
429 | — | — |
500 | — | — |
502 | — | — |
504 | — | — |
Selected HTML2
Get HTML content of selected page areas (like price, search results, page title, etc.)
GET/selectedHTML of a selected page area by URL and CSS selector
| Name | In | Required | Type |
|---|---|---|---|
selector | query | no | string |
| Status | Description | Schema |
|---|---|---|
200 | Success | — |
400 | — | — |
402 | — | — |
403 | — | — |
429 | — | — |
500 | — | — |
502 | — | — |
504 | — | — |
GET/selected-multipleHTML of multiple page areas by URL and CSS selectors
| Name | In | Required | Type |
|---|---|---|---|
selectors | query | no | array |
| Status | Description | Schema |
|---|---|---|
200 | Success | SelectedAreas |
400 | — | — |
402 | — | — |
403 | — | — |
429 | — | — |
500 | — | — |
502 | — | — |
504 | — | — |
Account1
Information about your account calls quota
GET/accountInformation about your account calls quota
| Status | Description | Schema |
|---|---|---|
200 | Success | Account |
403 | — | — |
Try it
Developer reference
https://api.webscraping.aiFree tier: 2,000 credits/month, 2 concurrent requests; paid tiers scale both together — Personal $29/mo (250K credits, 10 concurrent), Plus $99/mo (1M credits, 25 concurrent), Startup $249/mo (3M credits, 50 concurrent)
- GET/html
- GET/selected
- GET/selected-multiple
- GET/account