← APIs / Scrapestack
Verified

Scrapestack

Apiosk Basicsby Apiosk Basics · General

Scrape any web page through a proxy pool with optional JS rendering and CAPTCHA handling; returns the raw page.

toolsapi
Price per request
$0.13
Base URL
https://gateway.apiosk.com/scrapestack
Technical Specs
Auth MethodapiKey
Response FormatJSON
Endpoints1
Endpoints
MethodPathDescriptionCost
GET /scrape Scrape a target URL. Returns the raw page content.
$0.12 default
View details
Endpoint documentation
GET/scrape
$0.12 default
Description

Scrape a target URL. Returns the raw page content.

Pricing
$0.12 default
Parameters
{
  "proxy_location": {
    "required": false,
    "type": "string"
  },
  "render_js": {
    "required": false,
    "type": "integer"
  },
  "url": {
    "description": "Target URL to scrape.",
    "example": "https://example.com",
    "required": true,
    "type": "string"
  }
}