Ebay Data Scraper

FREEMIUM
By augsmachado | Updated hace 9 dรญas | Data
Popularity

8.1 / 10

Latency

1,584ms

Service Level

100%

Health Check

100%

Followers: 1
Resources:
Product Website Terms of use
API Creator:
Rapid account: Augsmachado
augsmachado
augsmachado
Log In to Rate API
Rating: 5 - Votes: 1

README

README

Ebay Data Scraper is the easiest way to get access to product, price, sales rank and reviews data from Ebay in JSON format.

Read more in Postman Documenter

v2.0.1 (new release)

New Features

  • add cache for response
  • new endpoints to get tech, home and fashion deals
  • new payload response: /products and /status
  • if payloadโ€™s value is not informed by seller, then it will be filled like โ€œuninformedโ€
  • new endpoint to get product reviews
  • this new version fix bugs like filling in empty fields, allowing searches with multiple terms, bringing more details about the product and the seller

Support for eBay subdomains

The USA subdomain not need to be selected, because it is the mais domain.

This feature is supported by the following endpoints:

  • GET/products

If you want to access a subdomain, provide the country parameter with one of the supported countries below.

Endpoint answer

| products |

  • GET/products

    • params
      • page_number: mandatory
      • product: mandatory
      • country: optional
    • response
      • new keys: sales_potential and reviews
[
    {
        "product_id": "115576217898",
        "name": "New ListingNEW HP 564 3-Pack CYAN/YELLOW/MAGENTA Ink Cartridges + Photo Paper J2X80AN QTY 2",
        "condition": "Brand New",
        "price": "C $26.11",
        "discount": "uninformed",
        "product_location": "from United States",
        "logistics_cost": "+C $37.56 shipping estimate",
        "description": "Brand New",
        "sales_potential": "uninformed",
        "link": "https://www.ebay.ca/itm/115576217898?epid=6019370045&hash=item1ae8e1212a:g:aeIAAOSwSxNjVHUG&amdata=enc%3AAQAHAAAA4KBFkkcuHmN7YPLlgNa7crSHDtCOIqG3j0cLesS71a%2F3s%2FbH%2B6I7ZGPkfiwcKLtDx40N7u5INZuvWc8xH2sy0IfVpJVWt4zdAN%2BSS2VI5wNyP1bCbaa%2FFYxlnNRttXGirPl%2B5EdQ8f5T1PFdRZ7FAau2HHx6RCSsAG2tbbO12fyln34LlmEVOcJzVM7nywncTapPxy5uRxZimVc6hSzamWLyp3FM9xl0QheRtHdyfWk8oZxsMFVCsLINdHzDMBEg8EqVMCdSEFRI56q1SER9Fop7swpobxpUx7s1pYVFy9hZ%7Ctkp%3ABk9SR5aly7CAYQ",
        "reviews": "https://www.ebay.ca/p/6019370045?iid=115576217898&rt=nc#UserReviews",
        "thumbnail": "https://i.ebayimg.com/thumbs/images/g/aeIAAOSwSxNjVHUG/s-l225.jpg"
    }
 ]