> 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/ebay-scraper.md).

# eBay

<figure><img src="/files/eepnbMbyzcTYgYL3mreP" alt=""><figcaption></figcaption></figure>

{% 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/MQ2I4e7FMN5RpfmQhSnJ" %}

Test page: <https://www.ebay.com/itm/298111193419?_trkparms=amclksrc%3DITM%26aid%3D777008%26algo%3DPERSONAL.TOPIC%26ao%3D1%26asc%3D20250506202230%26meid%3D1bf5f5146912499f829f1d845080bdd3%26pid%3D102751%26rk%3D1%26rkt%3D2%26mehot%3Dnone%26itm%3D298111193419%26pmt%3D1%26noa%3D1%26pg%3D4375194%26algv%3DRecentlyViewedItemsV2SignedOut%26brand%3DDell%26tu%3D01KT5D3E77CC6BZGSPG1VP61TC>
{% endtab %}

{% tab title="Available Fields" %}

| Field                     | Description                                      |
| ------------------------- | ------------------------------------------------ |
| `review-body`             | Full text of the customer review                 |
| `product`                 | Title of the eBay listing the feedback is about  |
| `reviewer-name`           | Display name of the reviewer                     |
| `reviewer-feedback-score` | The buyer's own eBay feedback score              |
| `verified-purchase`       | Whether the feedback is from a verified purchase |
| `review-date`             | Date the review was posted (MM/DD/YYYY)          |
| `review-image-url`        | Link to a buyer-attached photo, if any           |
| {% endtab %}              |                                                  |

{% tab title="Use Cases" %}
**Seller & Fulfillment Feedback.** Break feedback down by recurring themes in the review text — shipping speed, packaging quality, item-as-described — to see where the buying experience earns praise and where it draws complaints, and which sellers consistently deliver.

**Condition-Accuracy Signal.** Surface mentions of how the item compared to its listing — "better than described," "bad battery," "like new" — to learn where listing accuracy builds trust and where it sets up disappointment, invaluable for tightening product descriptions.

**Buyer-Credibility Weighting.** Segment feedback by the buyer's own eBay feedback score to weigh sentiment from established, high-volume buyers differently from newer accounts — useful for filtering noise and spotting the most reliable signal.

**Verified Social Proof & Visual Evidence.** Separate verified purchases and pull the buyer-attached photos to feature credible, image-backed feedback as testimonials — real buyers, real units, shown as received.
{% endtab %}
{% endtabs %}

<p align="center"><a href="https://gist.github.com/listly-io/37cbfd0b6ef0d6934b2313f7b1e36222" 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/ebay-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.
