I watched a store owner retype 600 products by hand while migrating platforms. It took her team two weeks. That pain became this API.

What it does

You POST one URL — the homepage of any online store. The API crawls it the way a person would (categories, pagination, product pages) and returns the entire catalog as structured JSON: name, brand, category, price, SKU, photos, and an AI-written description for every product.

curl -X POST https://.../v1/extract \

-H "Authorization: Bearer KEY" \