POST /api/ikea/stores
Price: 20 credits
Get IKEA stores by id: address, coordinates, opening hours of the store, restaurant and click and collect, holiday closures, pickup point and EV charging
Fetch IKEA stores, plan-and-order points and pop-up locations of one market by id: an id from the IKEA store search, or the store_id of an IKEA stock row that carries a store name. An id belongs to one market, so pass the matching country. Ids that do not exist are left out.
access-token string requiredtimeout integer — Max scrapping execution timeout (in seconds) (default: 300; min: 20; max: 1500)country string — IKEA market (default: "us"; one of: "ae", "at", "au", "be", "bh", "ca", "ch", "cl", "cn", "co", "cz", "de", "dk", "ee", "eg", "es", "fi", "fr", "gb", "hr", "hu", "ie", "il", "in", "it", "jo", "jp", "kr", "kw", "lt", "lv", "ma", "mx", "my", "nl", "no", "nz", "om", "ph", "pl", "pt", "qa", "ro", "rs", "sa", "se", "sg", "si", "sk", "th", "ua", "us")language string nullable — Site language of the market; English where the market offers it when omitted (one of: "ar", "cs", "da", "de", "en", "es", "et", "fi", "fr", "he", "hr", "hu", "it", "ja", "ko", "lt", "lv", "ms", "nl", "no", "pl", "pt", "ro", "ru", "sk", "sl", "sr", "sv", "th", "uk", "zh")store_ids array required — IKEA store ids (examples: ["026"], ["066","124"]; minItems: 1; maxItems: 100)@type string (default: "IkeaStore")id string requiredname string nullabledisplay_name string nullablealternate_name string nullablestore_type string nullablestore_type_name string nullableparent_store_id string nullableurl string nullableaddress string nullableaddress_line2 string nullabledisplay_address string nullablecity string nullablestate string nullablepostal_code string nullabletimezone string nullablelatitude number nullablelongitude number nullabledistance_km number nullablegoogle_place_id string nullableopened_at integer nullableclosing_at integer nullableis_cash_and_carry boolean nullableis_treated_as_store boolean nullableis_hidden boolean nullableis_home_shopping_unit boolean nullableweek_start_day string nullablehours array (default: [])@type string (default: "IkeaOpeningHours")service string requiredday string requiredopens_at string nullablecloses_at string nullablespecial_hours array (default: [])@type string (default: "IkeaSpecialHours")date string requiredopens_at string nullablecloses_at string nullablereason string nullableis_closed boolean nullablenotes array (default: [])@type string (default: "IkeaStoreNote")service string requiredheading string nullabletext string nullablepickup_point object nullable@type string (default: "IkeaPickupPoint")name string nullableaddress string nullablecity string nullablepostal_code string nullablelatitude number nullablelongitude number nullablehours array (default: [])@type string (default: "IkeaOpeningHours")service string requiredday string requiredopens_at string nullablecloses_at string nullableev_charging object nullable@type string (default: "IkeaEvCharging")operator string nullableowner string nullablelocation_type string nullableis_closed boolean nullableconnectors array (default: [])@type string (default: "IkeaChargerConnector")station_id string nullableconnector_id string nullablestandard string nullablepower_type string nullableconnector_format string nullablevoltage integer nullableamperage integer nullable422 — The request body did not validate Check the fields against this schema. A URN with the wrong prefix is the most common cause.408 — The request ran past its time limit Raise `timeout` in the request body, up to the maximum this endpoint documents. Lowering `count` or turning off the `with_*` flags also helps, because less work finishes sooner.412 — No IKEA store in this market has any of these ids. Retrying will not help: either the entity does not exist, or the input points at a different one.429 — Too many requests: a rate limit or a usage window is exhausted When the response carries an X-Retry-After header, wait that many seconds and retry: the same number is in the body as `detail.retry_after`, and the limit clears once that window passes. The message in the body names the limit that was hit.500 — Something broke on our side Retrying will not help. If it keeps happening, send us the X-Request-ID from the response headers.529 — Rate limit reached, or the endpoint is overloaded Wait at least 30 seconds, then retry.X-Error — Error message text (present only on error)X-Request-ID — Unique request identifierX-Execution-Time — Execution time in secondsX-Result-Count — How many records the body carries. 0 means an empty result, which is a normal answer and not by itself an error. A non-zero count can come back together with X-Error when the failure happened partway through — read this header and X-Error independently.X-Total-Available-Results — How many records exist for this query, when the endpoint can say. On a `dry_run` request this is the answer and the body is empty. It saturates: the endpoint's documented maximum means 'at least that many', any smaller number is exact.X-Warning — Present when the request body carried keys this endpoint does not document. They were ignored, so any filter you meant to apply through them did not apply. Check the spelling against this schema and retry.X-Retry-After — Seconds to wait before retrying. Present only on 429.