Early BetaYou're using an early version of Scraper.bot.Submit a trouble ticket
Back to templates
E-commerceextract
4.6
1.8k uses

eBay Listings Scraper

Extract auction and buy-it-now listings from eBay search results with prices, shipping, seller info, and time remaining

Target URL
https://www.ebay.com/sch/i.html?_nkw=vintage+watchesVisit Site
Steps
1

Go to eBay search results

navigate

2

Extract listings

extract

FieldSelectorTransform
title.s-item__title spantext
price.s-item__pricetext
shipping.s-item__shippingtext
condition.SECONDARY_INFOtext
url.s-item__linkurl
image.s-item__image-imgurl
Output Schema
FieldType
titlestring
pricestring
shippingstring
conditionstring
urlstring
imagestring
Example Output
titlepriceshippingconditionurlimage
Vintage Omega Seamaster Automatic 1960s$1,299.00Free shippingPre-Owned/itm/295712834https://i.ebayimg.com/images/g/example1.jpg
Rolex Datejust 36mm 1978 Gold/Steel$4,850.00+$14.95 shippingPre-Owned/itm/295819234https://i.ebayimg.com/images/g/example2.jpg
Seiko 5 Sports Automatic SRPD73K1$185.50Free shippingNew with tags/itm/295623412https://i.ebayimg.com/images/g/example3.jpg
API Endpoint
curl -X POST https://api.scraper.bot/v1/flows \
  -H "Authorization: Bearer scr_live_YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "templateId": "tmpl-ebay-listings",
    "url": "https://www.ebay.com/sch/i.html?_nkw=vintage+watches"
  }'

Command Palette

Search for a command to run...