Scraping Guide
Scrape Shopify
Extract data from Shopify at scale using AlterLab's web scraping API — anti-bot bypass, JavaScript rendering, and structured data extraction in one request.
Anti-bot bypassJavaScript renderingStructured data
Quick Start
HTTP
POST https://alterlab.io/api/v1/scrape
X-API-Key: YOUR_API_KEY
{
"url": "https://shopify.com/...",
"advanced": { "render_js": true }
}Need an API key? Sign up free — no credit card required.
Your first scrape.
Sixty seconds.
$1 free balance. No credit card. No SDK.
Just a POST request.
terminal
curl -X POST https://api.alterlab.io/v1/scrape \
-H "X-API-Key: YOUR_KEY" \
-H "Content-Type: application/json" \
-d '{"url": "https://example.com", "formats": ["markdown"]}'
No credit card required · Up to 5,000 free scrapes · Balance never expire