IKEA AU Product Scraper avatar

IKEA AU Product Scraper

Pricing

from $0.40 / 1,000 results

Go to Apify Store
IKEA AU Product Scraper

IKEA AU Product Scraper

Scrape products from IKEA Australia using search, category, or direct item lookups.

Pricing

from $0.40 / 1,000 results

Rating

0.0

(0)

Developer

Dmitriy Gyrbu

Dmitriy Gyrbu

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

a day ago

Last modified

Share

IKEA Australia Product Scraper is a powerful tool designed to extract product information from the IKEA Australia website. It supports searching by keyword, browsing through categories, and looking up specific products by ID, slug, or URL.

Use Cases

  • Price Monitoring: Track price changes of your favorite IKEA products over time.
  • Product Research: Gather detailed product information, including descriptions, ratings, and availability.
  • Market Research: Analyze product categories and trends in the IKEA AU market.
  • Inventory Tracking: Monitor product availability for stock replenishment planning.

Features

  • Search Operation: Find products using free-text search queries.
  • Category Operation: Browse products within specific IKEA categories.
  • Item Operation: Retrieve detailed information for a single product using its ID, slug, or URL.
  • Variant Support: Optionally include product variants (colors, sizes, etc.) in the output.
  • Detailed Output: Get rich data including prices (current and discount), ratings, reviews, images, breadcrumbs, and availability.

Input Parameters

ParameterTypeRequiredDescription
operationstringYesThe operation to perform: search, category, or item.
search_querystringConditionalThe keyword to search for (required for search).
category_idstringConditionalThe Category ID (required for category).
item_idstringConditionalThe Item ID (required for item).
slugstringConditionalThe Product Slug (required for item).
urlstringConditionalThe Full Product URL (required for item).
pageintegerNoThe page number to fetch (starting from 1). Default: 1.
page_sizeintegerNoNumber of results per page (1-100). Default: 24.
include_variantsbooleanNoWhether to include product variants. Default: false.
proxy_configurationstringNoProxy strategy: direct, apify, custom, auto. Default: auto.

Example Inputs

Search for "chair"

{
"operation": "search",
"search_query": "chair",
"page": 1,
"page_size": 24
}

Browse Category

{
"operation": "category",
"category_id": "st001",
"page": 1
}

Get specific Item by URL

{
"operation": "item",
"url": "https://www.ikea.com/au/en/p/poang-armchair-skold-black-s49285135/",
"include_variants": true
}

Output Fields

The scraper returns a list of product objects. Each object contains:

  • id: Unique product identifier.
  • item_no: IKEA item number.
  • name: Product name.
  • source_url: Direct link to the product.
  • price: Current price.
  • discount_price: Original/Compare price if applicable.
  • current_price: The actual price to pay.
  • availability: in_stock or out_of_stock.
  • images: List of product image URLs.
  • breadcrumbs: Category path.
  • rating: Average customer rating.
  • review_count: Number of reviews.
  • variants: (Optional) List of product variants.

Proxy Information

The scraper supports different proxy configurations. For best results on IKEA's website, it is recommended to use apify or auto proxy settings to avoid being blocked.

Limitations

  • The scraper is designed for the IKEA Australia (au/en) market.
  • Results are subject to the availability of the IKEA search backend.

Disclaimer

This scraper is not affiliated with, authorized, maintained, sponsored, or endorsed by IKEA or any of its affiliates or subsidiaries. This is an unofficial tool and is provided "as is" without any warranties.