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

# Ecommerce Scraper API

Use the Ecommerce Scraper API to extract structured product data from supported ecommerce sites through one endpoint.

For now, the Ecommerce Scraper supports **product page scraping** only.

{% hint style="info" %}
Need a scraper for another site or a custom use case? Reach out to support or your account manager. We’re happy to help.
{% endhint %}

Supported marketplaces:

* [Amazon](/netnut-documentation/netnut-scraper-apis/ecommerce-scraper-api/amazon.md)
* [Shein](/netnut-documentation/netnut-scraper-apis/ecommerce-scraper-api/shein.md)
* [Temu](/netnut-documentation/netnut-scraper-apis/ecommerce-scraper-api/temu.md)
* [Best Buy](/netnut-documentation/netnut-scraper-apis/ecommerce-scraper-api/best-buy.md)
* [Carrefour](/netnut-documentation/netnut-scraper-apis/ecommerce-scraper-api/carrefour.md)
* [Hepsiburada](/netnut-documentation/netnut-scraper-apis/ecommerce-scraper-api/hepsiburada.md)
* [Fnac](/netnut-documentation/netnut-scraper-apis/ecommerce-scraper-api/fnac.md)

All marketplaces use the same endpoint and authentication model.

Open a marketplace below to see the supported `target` value and a request example.


---

# 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.netnut.io/netnut-documentation/netnut-scraper-apis/ecommerce-scraper-api.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.
