scrape
Scrape any URL through Sessemi, bypassing Cloudflare, DataDome, and Akamai anti-bot protections. Returns page content as HTML or JSON.
Instructions
Scrape a URL through Sessemi, bypassing Cloudflare, DataDome, and Akamai anti-bot protection. Returns the page content (HTML or JSON depending on the target's Content-Type). Costs credits per request.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | Target URL to scrape. | |
| country | No | Two-letter country code for geo-targeting (e.g. FR, US, DE). Auto-selects residential proxies. | |
| render | No | Force browser rendering for JS-heavy pages. | |
| session | No | Session name for cookie/IP persistence across multiple scrapes. Same session = same cookies and IP. | |
| headers | No | Custom HTTP headers as JSON string. Example: '{"Accept": "application/json"}' |