
Ikea Product Search Autocomplete
Pricing
$2.00 / 1,000 results

Ikea Product Search Autocomplete
This Apify Actor allows you to fetch **autocomplete search suggestions** from IKEA's website.
0.0 (0)
Pricing
$2.00 / 1,000 results
0
Total users
1
Monthly users
0
Last modified
4 days ago
๐ง IKEA Autocomplete Search Actor
This Apify Actor allows you to fetch autocomplete search suggestions from IKEA's website, returning related products, pages, categories, and search suggestions based on a user query and locale.
๐ฅ Input
Provide a JSON object as input with the following fields:
Field | Type | Required | Description |
---|---|---|---|
query | string | Yes | The search term to autocomplete |
localeCode | string | Yes | Locale code for language and region (default: "en_US" ). See full list below. |
Example input:
{"query": "computer","localeCode": "en_GB"}
๐ค Output
The actor returns a structured JSON object containing:
searchSuggestions
: Text suggestions related to the querycategories
: Matching product categoriespages
: Related content or landing pagesproducts
: Related product listings
Example output:
{"searchSuggestions": [{"text": "computer desk","type": "suggestion"}],"categories": [{"id": "123","name": "Desks & Tables","url": "/desks-tables","image": "https://example.com/img.jpg"}],"pages": [],"products": []}
๐ Supported localeCode
s
Some examples of supported locale codes:
en_US
โ English (United States)fr_FR
โ French (France)de_DE
โ German (Germany)ja_JP
โ Japanese (Japan)es_ES
โ Spanish (Spain)
๐ก Use Cases
- Ecommerce tools โ Show live autocomplete suggestions
- Market research โ Analyze trending IKEA search terms
- Localization testing โ Fetch suggestions per language/region
- Product discovery โ Collect product-related search insights
๐ Developer Notes
- Make sure
localeCode
is correctly formatted (e.g.,en_US
noten-us
).
๐ Full List of localeCode
s
๐งช Test the Actor
You can test this Actor on the Apify platform:
-
Go to the Actor page.
-
Click "Run".
-
Enter input JSON like:
{"query": "sofa","localeCode": "en_GB"}
Related Actor
Support
If you have any questions or encounter any issues, please consult the Apify documentation or reach out to us through one of the following channels:
- Telegram: @pintoflow
- Email: pintoflowpt@gmail.com
- Apify Platform: You can also contact us directly through this platform.