eBay Scraper (Pay Per Result)

eBay Scraper (Pay Per Result)

Extract data from classified advertisements on eBay. Scrape any category of items that are being sold on eBay. Download listings data in JSON, XML, Excel, and other versatile

ECOMMERCELEAD_GENERATIONApify

eBay Scraper

Scrape data from eBay easily with eBay Scraper.

About

eBay is used by individuals, companies, as well as governments to purchase and sell almost any legal, non-controversial item. eBay's auctions use a Vickrey auction (sealed-bid) proxy bid system. Buyers and sellers may rate and review each other after each transaction, resulting in a reputation system. The eBay service is accessible via websites and mobile apps. Software developers can create applications that integrate with eBay through the eBay API. Merchants can also earn commissions from affiliate marketing programs by eBay.

How to use it?

Go to ebay.com. Enter desired crateria for search and press button for search. On page with results copy URL link and add it as one of URLs that needs to be scraped by eBay scraper.

Example

Configuration for starting scraper

1{
2  "urls": [
3    {
4      "url": "https://www.ebay.com/sch/i.html?_from=R40&_trksid=p2334524.m570.l1313&_nkw=iphone&_sacat=0&rt=nc&_odkw=tv&_osacat=0&LH_BIN=1"
5    }
6  ]
7}

Example output

1{
2  "url": "https://www.ebay.com/itm/235308283519",
3  "id": "235308283519235308283519",
4  "title": "Manual Massage Recliner Chair Storage Pocket Cup Holder USB Charger Home Seat",
5  "priceWithCurrency": "US $369.00",
6  "price": 369,
7  "condition": "New",
8  "available": 5,
9  "categories": ["Home & Garden", "Furniture", "Chairs"],
10  "images": [
11    "https://i.ebayimg.com/images/g/t1AAAOSwQ1djvPxm/s-l140.jpg",
12    "https://i.ebayimg.com/images/g/BPUAAOSw9fRjvPxi/s-l140.jpg",
13    "https://i.ebayimg.com/images/g/0MoAAOSwYmFjvPxi/s-l140.jpg",
14    "https://i.ebayimg.com/images/g/FEAAAOSwwZBjvPxi/s-l140.jpg",
15    "https://i.ebayimg.com/images/g/1q4AAOSwFDhjvPxi/s-l140.jpg",
16    "https://i.ebayimg.com/images/g/LJcAAOSw1t9jvPxi/s-l140.jpg"
17  ],
18  "sold": 5,
19  "sellerName": "Conscience Shop",
20  "sellerUrl": "https://www.ebay.com/sch/i.html?_ssn=emerit_17&store_name=conscienceshop&_oac=1&_trksid=p4429486.m3561.l161211",
21  "itemLocation": "Walnut, California, United States",
22  "type": "",
23  "brand": "",
24  "auctionEndTime": "",
25  "isbn": "",
26  "mpn": "",
27  "upc": "",
28  "ean": "",
29  "shipping": "US $34.47 eBay International ShippingShop worldwide with confidence including detailed tracking and hassle-free returns. Learn more. See detailsfor shippingLocated in: Walnut, California, United States",
30  "delivery": "Estimated between Fri, Apr 19 and Thu, May 2 to 21101Estimated delivery dates - opens in a new window or tab include seller's handling time, origin ZIP Code, destination ZIP Code and time of acceptance and will depend on shipping service selected and receipt of cleared paymentcleared payment - opens in a new window or tab. Delivery times may vary, especially during peak periods.Please note the delivery estimate is greater than 18 business days.",
31  "returns": "30 days returns. Buyer pays for return shipping. See details- for more information about returns"
32}

eBay Scraper data output

The output from eBay Scraper is stored in the dataset. After the run is finished, you can download the dataset in various data formats (JSON, CSV, XML, RSS, HTML Table).

Support

For more custom/simplify outputs or Bug report please contact the developer (me) or report an issue.

Frequently Asked Questions

Is it legal to scrape job listings or public data?

Yes, if you're scraping publicly available data for personal or internal use. Always review Websute's Terms of Service before large-scale use or redistribution.

Do I need to code to use this scraper?

No. This is a no-code tool — just enter a job title, location, and run the scraper directly from your dashboard or Apify actor page.

What data does it extract?

It extracts job titles, companies, salaries (if available), descriptions, locations, and post dates. You can export all of it to Excel or JSON.

Can I scrape multiple pages or filter by location?

Yes, you can scrape multiple pages and refine by job title, location, keyword, or more depending on the input settings you use.

How do I get started?

You can use the Try Now button on this page to go to the scraper. You’ll be guided to input a search term and get structured results. No setup needed!