Upscrape 2.0 is here. Live platform data for agents, apps, and workflows. Upscrape 2.0 is here. REST API and MCP, one connection. Explore capabilities

IKEA scraper API

Search IKEA's product catalog across European locales with live prices, ratings, and availability.

Commerce & delivery 1 capability stable 99.8% success rate

What people use it for

  • Price monitoring across IKEA country storefronts
  • Assortment and category research for furniture and home goods
  • Competitive intelligence on IKEA pricing and discounting
  • Tracking product ratings and online availability by market

Capabilities

Every capability is one POST /execute call that returns structured JSON.

Products Search

ikea.products.search

Search IKEA products by keyword or article number in a supported locale.

Request

curl -X POST https://data.upscrape.com/execute \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{"input":{"locale":"fr/fr","query":"kallax"},"capability":"ikea.products.search"}'

Input

Field Type Required Description
limit integer optional
locale string optional
query string required

Run IKEA in under a minute

Sign in, create an API key, and try any capability in the playground before you write code.

Get an API key