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

3

Monthly users

3

Runs succeeded

>99%

Last modified

a month 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: