VOOZH about

URL: https://apify.com/pintostudio/ikea-product-search-autocomplete

โ‡ฑ Ikea Product Search Autocomplete ยท Apify


Pricing

$2.00 / 1,000 results

Go to Apify Store

Ikea Product Search Autocomplete

This Apify Actor allows you to fetch **autocomplete search suggestions** from IKEA's website.

Pricing

$2.00 / 1,000 results

Rating

0.0

(0)

Developer

๐Ÿ‘ Pinto Studio

Pinto Studio

Maintained by Community

Actor stats

0

Bookmarked

4

Total users

1

Monthly active users

4 months ago

Last modified

Share

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

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:


You might also like

Ikea Product Search

pintostudio/ikea-product-search

This Apify actor allows you to search for IKEA products with advanced filtering options and pagination support.

40

IKEA

mynewhome/ikea

Ikea scrapper

Ikea Product Description

pintostudio/ikea-product-description

The IKEA Product Description Actor is a web scraping tool that extracts detailed product information from IKEA product pages.

IKEA Products by Category

happyendpoint/ikea-products-bycategory

This actor extracts product information from IKEA's online catalog by category.

๐Ÿ‘ User avatar

Happy Endpoint

9

5.0

IKEA Products Bycategory

pintostudio/ikea-products-bycategory

This actor extracts product information from IKEA's online catalog by category.

29

Ikea Product Availability

pintostudio/ikea-product-availability

The IKEA Product Availability Actor is a web scraping tool that helps you check the availability of IKEA products across different stores.

11

Ikea Similar Product

pintostudio/ikea-similar-product

The IKEA Similar Product Actor is an Apify web scraper that finds similar products to given IKEA product URLs.