# 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: 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:

```
GET https://help.netnut.io/netnut-documentation/netnut-scraper-apis/ecommerce-scraper-api.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
