Web Scraping API

Product Catalog Extraction API

Extract complete product catalogs including images, specifications, variants, and pricing from any e-commerce platform.

24B+ listings Global e-commerce products$7B by 2027 Catalog management market30% return rate increase Product data errors impact

How It Works

1

Discover product pages

Start from category pages or sitemaps to identify all product URLs in a catalog.

2

Extract product data

Pull titles, descriptions, images, prices, variants, SKUs, and specifications from each product page.

3

Sync to your system

Feed structured product data into your database, marketplace listing, or comparison engine.

Quick Start

cURL
curl -X POST https://alterlab.io/api/v1/scrape \
  -H "X-API-Key: YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "url": "https://store.com/products/widget-pro",
    "extract": {
      "title": "string",
      "price": "number",
      "images": "string[]",
      "sku": "string",
      "variants": [{ "name": "string", "price": "number" }]
    }
  }'

Need an API key? — no credit card required.

Related Data Extraction Guides

Related Use Cases

Frequently Asked Questions

Can I extract product images and media?

Yes. The API extracts image URLs, video embeds, and media gallery data. You receive direct URLs to product images that you can download and store in your own system.

How do I handle products with multiple variants?

AlterLab renders JavaScript to capture variant selectors (size, color, etc.) and can extract all variant combinations with their individual prices and availability status.

Responsible Use

AlterLab is designed for extracting publicly available data. Always review the terms of service for any website you access, respect robots.txt directives, and ensure your use case complies with applicable laws in your jurisdiction.

Your first scrape.
Sixty seconds.

$1 free credit — up to 5,000 scrapes. No credit card.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 · $1 free credit, up to 5,000 scrapes · Balance never expires