> For the complete documentation index, see [llms.txt](https://help.listly.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.listly.io/support/ecommerce-review-scraping/ecommerce-websites/ikea-scraper.md).

# IKEA

{% hint style="success" %}
**Ready to scrape?** No login required! Preview the sample data, explore the available fields, and download a free sample set.
{% endhint %}

{% tabs %}
{% tab title="Sample Data" %}
{% file src="/files/5Bgwh1jNxG0Pc1TiMomI" %}

Test page: <https://www.ikea.com/us/en/p/skogsta-dining-table-acacia-black-70419264/>
{% endtab %}

{% tab title="Available Fields" %}

| Field               | Description                                                                                      |
| ------------------- | ------------------------------------------------------------------------------------------------ |
| `review-title`      | Headline of the customer review                                                                  |
| `review-body`       | Full text of the customer review                                                                 |
| `overall-rating`    | Overall star rating out of 5                                                                     |
| `sub-ratings`       | Four category scores (out of 5): Appearance, Product quality, Value for money, Works as expected |
| `recommended`       | Whether the reviewer recommends the product ("Yes…" / "No…")                                     |
| `reviewer-name`     | Display name of the reviewer                                                                     |
| `verified-purchase` | Whether the review is from a verified purchase                                                   |
| `review-date`       | Date the review was posted (MM/DD/YYYY)                                                          |
| `helpful-yes`       | Number of "helpful" up-votes the review received                                                 |
| {% endtab %}        |                                                                                                  |

{% tab title="Use Cases" %}
**Quality by category.** See how each product scores across IKEA's ratings, such as appearance, quality, value, and "works as expected", to spot what shoppers love and where complaints cluster, like tricky assembly or durability.

**Ratings & recommendations.** Group reviews by star rating and whether people would recommend the product, so you can see what's working and steer shoppers toward the right item.&#x20;

**Recurring themes.** Pull out the points that keep coming up — durability, scratch and water resistance, assembly, life in homes with kids or pets — to guide your product and messaging.&#x20;

**Verified reviews as social proof.** Filter for verified-purchase reviews, then feature your top-voted recommendations as ready-made testimonials.
{% endtab %}
{% endtabs %}

<p align="center"><a href="https://gist.github.com/listly-io/b37ee4237dcf03f722f26c554d6d7aca" class="button primary">Code</a></p>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://help.listly.io/support/ecommerce-review-scraping/ecommerce-websites/ikea-scraper.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
