
HTML → clean Markdown and structured JSON. Scraping, crawling, AI extraction and more via API.
Available Endpoints
Everything you need to extract web data in a single API.
Scrape
/scrapeConvert a webpage to clean Markdown.
Crawl
/crawlCrawl multiple pages automatically.
Map
/mapMap all links on a website.
Extract
/extractExtract structured data with AI via JSON schema.
Search
/searchGoogle search via stealth browser.
RSS
/rssDiscover and parse RSS/Atom feeds.
Screenshot
/screenshotCapture screenshots in PNG/JPEG.
Change Detection
/change-detectionMonitor content changes with diff.
Batch Scrape
/batch-scrapeSubmit multiple URLs in a single parallel request.
Try Free
Try any endpoint directly in the browser.
API Playground
import requests
import json
url = "https://api-ecs.scrapetechnology.com/scrape"
api_key = "YOUR_API_KEY"
headers = {
"X-API-KEY": api_key,
"Content-Type": "application/json"
}
data = {
"url": []
}
try:
response = requests.post(url, headers=headers, json=data)
response.raise_for_status()
print(response.json())
except requests.exceptions.HTTPError as http_err:
print(f"Erro HTTP: {http_err}")
print(f"Conteúdo da resposta: {response.text}")
except requests.exceptions.RequestException as req_err:
print(f"Erro na Requisição: {req_err}")
except json.JSONDecodeError:
print(f"Não foi possível decodificar a resposta JSON: {response.text}")Our Plans
Free
500 pages
$0/month
No credit card required
- 500 pages
- 10 /scrape per min
- 1 /crawl per min
Basic
3.000 credits per month
$20/month
Billed monthly
- 3,000 pages
- 20 /scrape per min
- 3 /crawl per min
- Basic support
Intermediate
100.000 credits per month
$100/month
Billed monthly
- 100,000 pages
- 100 /scrape per min
- 10 /crawl per min
- Standard Support
Professional
500.000 credits per month
$395/month
Billed monthly
- 500,000 pages
- 1000 /scrape per min
- 50 /crawl per min
- Priority Support
Enterprise
High Volume & Custom Limits
Custom
Tailored solutions for high volume and specific needs.
- High volume credits/tokens
- Dedicated priority support
- SLA options & custom integrations
- Expert consultancy