eBay Scraper avatar

eBay Scraper

Pricing

from $1.79 / 1,000 listings

Go to Apify Store
eBay Scraper

eBay Scraper

Scrape eBay active and sold listings across 8 marketplaces (US, UK, DE, AU, CA, FR, IT, ES). Get prices, sold dates, conditions, buying formats and buyer-total cost (item + shipping) for price comps, reselling and market research. Filter by condition, price, location and recency.

Pricing

from $1.79 / 1,000 listings

Rating

0.0

(0)

Developer

Unfenced Group

Unfenced Group

Maintained by Community

Actor stats

1

Bookmarked

3

Total users

1

Monthly active users

3 days ago

Last modified

Categories

Share

eBay Scraper

Extract listings from 17 eBay marketplaces at scale, in a clean, consistent structure ready for price monitoring, market research, catalogue analysis and resale tooling. One actor covers the United States, the United Kingdom, Germany, France, Italy, Spain, the Netherlands, Belgium, Austria, Switzerland, Ireland, Poland, Canada, Australia, Singapore, Hong Kong and Malaysia. No API key required.


Why this scraper?

🌍 17 marketplaces, one actor

Every eBay site eBay operates, from ebay.com to ebay.pl, selectable with a single market field. Output keeps the same shape across all of them, so a pipeline built against one market works against the rest without changes.

πŸ—£οΈ Localized parsing

Condition, shipping and auction fields are read in the site's own language β€” Neu, Gebraucht, Nuovo, Usado, Occasion, Nowy, Gratis Lieferung, Consegna gratuita. Fields do not go empty just because the page is not in English.

πŸ’Ά Structured pricing in local currency

Current price as a clean number, with the correct currency code per marketplace: USD, GBP, EUR, CHF, CAD, AUD, PLN and MYR. Both 1,496.00 and 1.496,00 decimal styles are parsed. Items without a published price return null, never a guess.

🀝 Seller and condition

Seller details and item condition in structured fields, ready for filtering.

⭐ Review signals

Average rating and review count for every item that has them.

πŸ–ΌοΈ Photos

Photo URLs for every listing where the source publishes them.


Marketplaces

CodeMarketplaceCurrencyCodeMarketplaceCurrency
usebay.comUSDieebay.ieEUR
ukebay.co.ukGBPbeebay.beEUR
deebay.deEURplebay.plPLN
frebay.frEURcaebay.caCAD
itebay.itEURauebay.com.auAUD
esebay.esEURsgebay.com.sgUSD
nlebay.nlEURhkebay.com.hkUSD
atebay.atEURmyebay.com.myMYR
chebay.chCHF

Set market to the code, or pass a marketplace URL in startUrls and the market is detected from the domain.


Input parameters

ParameterTypeDefaultDescription
marketstring"us"eBay marketplace to scrape, one of the 17 listed below. Ignored when Start URLs are provided.
searchQuerystring"vintage camera"Keyword to search, e.g. "vintage camera".
searchQueriesarray(empty)Run several keyword searches in one job. Each keyword is searched separately. Combines with the single Search query field.
conditionstring"any"Filter by item condition (server-side).
minPriceinteger(empty)Only listings at or above this price (marketplace currency).
maxPriceinteger(empty)Only listings at or below this price (marketplace currency).
sortOrderstring"bestMatch"How eBay orders results. Price sorts include shipping.
buyItNowOnlybooleanfalseExclude auctions β€” fixed-price listings only.
freeShippingOnlybooleanfalseOnly listings with free shipping.
itemLocationstring"any"Filter by item location relative to the marketplace.
startUrlsarray(empty)eBay search URLs. Overrides Marketplace/Search. Market auto-detected per URL.
maxResultsinteger5Maximum listings to return. Set to 0 for unlimited.
proxyConfigurationobject{"useApifyProxy": true, "apifyProxyGroups": ["RESIDENTIAL"]}Fallback only. Requests route through a Web Unlocker by default, which does not consume your proxy.

Output schema

Every field below is present on every record. Fields the source does not publish for a given item are returned as null rather than omitted.

FieldTypeDescription
itemIdstringeBay item number.
titlestringListing title.
pricenumberPrice in the marketplace's native currency.
buyerPricenumberTotal a buyer pays: item price + shipping. The number that decides a flip.
currencystringCurrency code (USD, GBP, EUR, etc.).
conditionstringItem condition, e.g. Brand New, Pre-Owned, Refurbished.
buyingFormatstringBuy It Now, Best Offer, or Auction.
bidsnumberNumber of bids (auction listings).
timeLeftstringTime remaining (auction listings), e.g. "3d 18h".
ratingstringProduct rating out of 5 (listings with aggregated reviews).
reviewCountstringNumber of product ratings.
soldCountstringNumber sold (active listings with a sold count).
shippingstringShipping label, or "Free".
shippingCostnumberShipping cost as a number (0 if free, null if unspecified).
freeReturnsbooleanListing offers free returns.
sponsoredbooleanSponsored placement in search results.
topRatedSellerbooleanCarries eBay's Top Rated listing badge.
locationstringItem location.
urlstringListing URL.
imagestringPrimary image URL.
marketstringMarketplace code.
sourcestringSource marketplace domain.
scrapedAtstringISO 8601 timestamp.

Example record

{
"itemId": "278082692644",
"title": "Rollei 35MM Compact 35MM Camera being sold AS IS",
"price": 724.03,
"buyerPrice": 1101.38,
"currency": "USD",
"condition": null,
"buyingFormat": "Best Offer",
"bids": null,
"timeLeft": null,
"rating": null,
"reviewCount": null,
"soldCount": null,
"shipping": "+R$ 377.35 shipping",
"shippingCost": 377.35,
"freeReturns": false,
"sponsored": true,
"topRatedSeller": false,
"location": null,
"url": "https://www.ebay.com/itm/278082692644",
"image": "https://i.ebayimg.com/images/g/H9gAAeSwbqtqLIfU/s-l500.jpg",
"market": "us",
"source": "ebay.com",
"scrapedAt": "2026-06-27T12:31:28.856Z"
}

Examples

Search for vintage camera:

{
"searchQuery": "vintage camera",
"maxResults": 100
}

Compare one product across marketplaces (run once per market, or schedule all of them):

{
"market": "de",
"searchQuery": "sony wh-1000xm5",
"maxResults": 100
}

Cap the price:

{
"searchQuery": "vintage camera",
"maxResults": 100,
"maxPrice": 39.99
}

Scrape a specific search URL:

{
"startUrls": [
{
"url": "https://www.ebay.de/sch/i.html?_nkw=kamera"
}
],
"maxResults": 200
}

Daily monitoring (run on a schedule):

{
"searchQuery": "vintage camera",
"sortOrder": "newlyListed",
"maxResults": 500
}

Schedule this input to run once a day in the Apify Scheduler. Sorting by newest first puts the most recent listings at the top of every run.


Sold and completed listings

eBay now requires a signed-in account to view sold and completed listings. Those pages return a sign-in screen to anyone who is not logged in, so this actor no longer offers them. The listingType and maxDaysBack inputs have been removed for that reason, and a start URL carrying LH_Sold=1 is scraped as its active-listing equivalent.

The soldCount field is unaffected. It reports how many units an active listing has sold, which eBay still publishes on the search page.


πŸ’° Pricing

$1.99 per 1,000 results β€” you only pay for successfully retrieved listings. Failed retries are never charged.

ResultsCost
100~$0.20
1,000~$1.99
10,000~$19.90
100,000~$199

Flat-rate alternatives typically charge $29–$49/month regardless of usage.

Subscription tiers lower the rate further, down to $1.69 per 1,000 at the highest tier. Use the Max results cap in the input to control your spend exactly.


Performance

Run sizeTypical time
100 resultsunder 1 minute
1,000 results2–4 minutes
10,000 results20–35 minutes

Known limitations

  • Some fields (brand, condition, shipping) are only returned when the seller or source publishes them β€” expect null on a share of records.
  • Prices and stock change constantly; records reflect the moment of scraping.
  • Very large result sets are bounded by the source's own paging limits.
  • Items can sell or be withdrawn at any time, so a small share of URLs may expire shortly after scraping.

Technical details

  • Source: ebay.com
  • Coverage: everything the public search exposes, filterable via the input parameters above
  • Retry: automatic retry on network errors with exponential backoff

Rate this actor

If this scraper does its job, a short review on the Reviews tab helps other users find it. Something not working? Open an issue on the Issues tab instead β€” issues get fixed.

Need a custom scraper?

Unfenced Group builds Apify actors for any website β€” for free.

If the site you need isn't in our portfolio yet, just ask. We scope, build, and publish it at no cost to you. You only pay for results β€” we absorb the compute and proxy costs ourselves. Same pay-per-result pricing, same quality, same standards as every actor in this portfolio.

Get in touch: www.unfencedgroup.nl