Back to all Stores

eBay Information By Category URL

01KBXWA18MRJRZMWDSNXSETS28
Maintained by CafeScraper
Try for free
Our eBay product scraper extracts key data: product URL, unique ID, title, root category, price, condition, reviews, seller info, shipping fee, return policy, etc. Support scraping via category URL, export structured results.

Learn More

What data can be extracted using the eBay Scraper Tool?

With this tool, you can extract the following data from eBay:

  • Product information: product URL/link, unique product identifier, product title/name, root category, product image URLs, product price, currency, product condition (new/used, etc.), available quantity, sold quantity, product location, shipping coverage, product specifications, number of reviews, product rating, total review count, most relevant reviews, seller's product description, etc.
  • Seller's production: seller name, seller rating, seller review/feedback count, seller's total review count, seller's detailed ratings, seller store URL, etc.
  • Other information: breadcrumb navigation path, shipping cost, return policy details, payment methods/payment details, related products, recommended products, product tags, domain name, etc.

If you need additional data, please contact us.

In what formats can scraping results be exported?

You can export in JSON, CSV structured formats:

  • Developers can directly integrate JSON data;
  • Non-technical users can analyze CSV in Excel or BI tools.

Are the scraping results real-time?

Yes, each scraping task fetches the latest public data from eBay in real time, ensuring synchronization with the platform without relying on caches—guaranteeing data timeliness.

Result

This is an example of how scraping results will look like.

json Copy
[
  {
    "product_id": "116845699229",
    "url": "https://www.ebay.com/itm/116845699229",
    "title": "Lot  6 Japanese Clay Bell Ceramic Dorei old Dogu hand painted face boxed sighed",
    "seller_name": "Mid Century Alabama",
    "seller_reviews": "3638",
    "breadcrumbs": [
      {
        "name": "Collectibles & Art",
        "url": "https://www.ebay.com/b/Collectibles-Art/bn_7000259855"
      }
    ],
    "root_category": "Collectibles & Art",
    "images": [
      "https://i.ebayimg.com/images/g/5LEAAeSw83Bo~YzQ/s-l1600.jpg",
      "https://i.ebayimg.com/images/g/908AAeSwVM5o~Yyu/s-l1600.jpg"
    ],
    "price": "75.0",
    "currency": "USD",
    "condition": "Used",
    "available_count": null,
    "sold_count": null,
    "item_location": "Located in: Gadsden, Alabama, United States",
    "ships_to": "Estimated between  Thu, Oct 30  and  Tue, Nov 4  to  14221",
    "excludes_shipping": null,
    "shipping": "US $12.80",
    "service_shipping": null,
    "return_policy": "Seller does not accept returns. See details- for more information about returns",
    "payment_details": [
      "Klarna Installment",
      "PayPal",
      "Venmo",
      "Google Pay",
      "Visa",
      "Master Card",
      "Discover"
    ],
    "related_items": [
      {
        "title": "Japanese Old Clay Bell Dorei 1989 : design Tengu",
        "price": 8,
        "currency": "USD",
        "shipping": "$60.00"
      }
    ],
    "product_specifications": null,
    "seller_total_reviews": "3638",
    "item_reviews": 0,
    "seller_ratings": [
      {
        "rating_name": "Accurate description",
        "rating_value": 4.9
      }
    ],
    "popular_categories": [
      "Entertainment Memorabilia",
      "Video Games & Consoles"
    ],
    "product_ratings": 0,
    "amount_of_stars": [
      {
        "5_stars": 2
      },
      {
        "4_stars": 2
      },
      {
        "3_stars": 0
      },
      {
        "2_stars": 0
      },
      {
        "1_stars": 0
      }
    ],
    "what_customers_said": null,
    "reviews_count": 0,
    "most_relevant_reviews": 0,
    "you_may_also_like": [
      {
        "title": "Japanese Old Clay Bell Dorei 1989 : design Tengu",
        "price": 8,
        "currency": "USD",
        "shipping": "$60.00"
      }
    ],
    "related_sponsored_items": null,
    "tags": null,
    "description_from_the_seller": "The product is a set of 6 Japanese clay bells, called Dorei, featuring old Dogu figurines with hand-painted faces. Each bell is handmade in Japan, showcasing traditional Japanese culture. The bells come boxed and signed, making them a unique and authentic collectible item. Perfect for those interested in Asian cultures and artifacts, these bells would be a special addition to any collection of Japanese ceramics or cultural artifacts.3.25”x2.25”No damage",
    "description_from_the_seller_parsed": "<div data-marko-key=\"@container s0-2-11\" class=\"x-item-description-child\" data-testid=\"x-item-description-child\"><p><b>The product is a set of 6 Japanese clay bells, called Dorei, featuring old Dogu figurines with hand-painted faces. Each bell is handmade in Japan, showcasing traditional Japanese culture. The bells come boxed and signed, making them a unique and authentic collectible item. Perfect for those interested in Asian cultures and artifacts, these bells would be a special addition to any collection of Japanese ceramics or cultural artifacts.</b></p><br><p><b>3.25”x2.25”</b></p><p><b>No damage</b></p></div>",
    "compatibility": null,
    "domain": "www.ebay.com",
    "seller_feedback": null,
    "seller_url": "https://www.ebay.com/usr/Mid Century Alabama",
    "error": "",
    "error_code": ""
  }
]

Dictionary

Column name Description Data type
url The URL or link to the product Url
product_id Unique identifier for the product Text
title Title or name of the product Text
seller_name Name of the seller Text
seller_rating Rating of the seller Text
seller_reviews Number of reviews for the seller Text
breadcrumbs Navigation breadcrumbs for the product Array
root_category Root category of the product Text
images URLs of images associated with the product Array
price Price of the product Price
currency Currency used for pricing Text
condition Condition of the product Text
available_count Available count of the product Number
sold_count Number of items sold Text
item_location Location of the item Text
ships_to Locations to which the item ships Text
excludes_shipping Details of shipping exclusions Text
shipping Shipping Price
service_shipping Shipping service details Text
return_policy Return policy details Text
payment_details Payment details Array
related_items Related items Array
product_specifications Specifications of the product Array
seller_total_reviews Total number of reviews for the seller Number
item_reviews Number of reviews for the item Number
seller_ratings Ratings given by the seller Array
popular_categories Popular categories associated with the product Array
product_ratings Ratings of the product Number
amount_of_stars Distribution of star ratings Array
what_customers_said Feedback from customers Array
reviews_count Count of reviews Text
most_relevant_reviews Most relevant reviews Array
you_may_also_like Related items that customers may also like Array
related_sponsored_items Related sponsored items Array
tags Tags associated with the product Array
description_from_the_seller Description from the seller Text
description_from_the_seller_parsed Description of the product from the seller in parsed version Text
compatibility Compatibility details of the product Array
domain Website domain like ebay.co.uk/ebay.com Text
seller_url The seller's store URL Url

Input

eBay Category URL url Required Text
Description: This parameter is used to specify a specific eBay category URL to find new products.