Ikea Product Search Autocomplete avatar
Ikea Product Search Autocomplete

Pricing

$2.00 / 1,000 results

Go to Store
Ikea Product Search Autocomplete

Ikea Product Search Autocomplete

Developed by

Pinto Studio

Pinto Studio

Maintained by Community

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

2

Monthly users

2

Runs succeeded

>99%

Last modified

15 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:

FieldTypeRequiredDescription
querystringYesThe search term to autocomplete
localeCodestringYesLocale 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 query
  • categories: Matching product categories
  • pages: Related content or landing pages
  • products: 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 localeCodes

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 not en-us).

๐Ÿ“š Full List of localeCodes


๐Ÿงช 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"
    }


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: