eBay Auto Parts — Prices & Fitment avatar

eBay Auto Parts — Prices & Fitment

Pricing

from $3.00 / 1,000 results

Go to Apify Store
eBay Auto Parts — Prices & Fitment

eBay Auto Parts — Prices & Fitment

Search eBay for auto parts with live prices, seller data, vehicle fitment check and an OE/Premium/Mid/Budget brand-quality tier. Bring your own free eBay developer key.

Pricing

from $3.00 / 1,000 results

Rating

0.0

(0)

Developer

Ponderable Hydrometer

Ponderable Hydrometer

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

10 days ago

Last modified

Share

eBay Aftermarket Parts — Price, Brand Tier & Fitment

Search eBay aftermarket auto parts by part and vehicle, and get price, condition, brand, seller — plus two things nobody else surfaces: a hand-authored brand-quality tier (OE/Premium / Mid / Budget) and real fitment via eBay's own compatibility check. Bring your own free eBay developer key.

For parts resellers, repricing tools, garages and auto lead-gen.

What you get

Per listing:

  • ListingitemId, title, price, currency, condition, conditionId, buyingOptions[], itemUrl, image, itemLocation
  • Sellerseller, sellerFeedbackPct, sellerFeedbackScore
  • Brand + tierbrand from eBay's aspect, and brandTier = OE/Premium, Mid or Budget from a curated brand map (the differentiator)
  • Fitment (when a vehicle is passed) — compatibility = COMPATIBLE / NOT_COMPATIBLE / UNDETERMINED, plus compatibilityNote

Output sample

{
"itemId": "v1|1234567890|0",
"title": "Bosch QuietCast Front Brake Pads BC1234",
"price": 48.97,
"currency": "USD",
"condition": "New",
"conditionId": "1000",
"brand": "Bosch",
"brandTier": "OE/Premium",
"seller": "partsdirect_us",
"sellerFeedbackPct": 99.4,
"sellerFeedbackScore": 128456,
"buyingOptions": ["FIXED_PRICE"],
"itemUrl": "https://www.ebay.com/itm/1234567890",
"image": "https://i.ebayimg.com/.../s-l1600.jpg",
"itemLocation": "US",
"compatibility": "COMPATIBLE",
"compatibilityNote": null
}

compatibility is null when no vehicle is provided.

Input

FieldTypeDefaultDescription
querystringbrake padsPart to search, e.g. oil filter
make / model / yearstringVehicle for the fitment check
trim / enginestringOptional, for a more precise fitment check
clientIdstring (secret)eBay App ID / Client ID (Production)
clientSecretstring (secret)eBay Cert ID / Client Secret (Production)
marketplaceIdstringEBAY_USEBAY_US, EBAY_GB, EBAY_DE, …
categoryIdstring6030eBay category (6030 = Motors Parts & Accessories)
filterstringRaw Browse filter, e.g. conditions:{NEW},price:[10..80]
sortstringe.g. price (lowest first), -price
maxResultsinteger50Cap on listings returned

Example input

{
"query": "brake pads",
"make": "Honda",
"model": "Accord",
"year": "2020",
"clientId": "YOUR_APP_ID",
"clientSecret": "YOUR_CERT_ID"
}

Bring your own key (free, required)

Create a free application at developer.ebay.com, get your Production keys, and pass clientId (App ID) and clientSecret (Cert ID) — both stored as secret inputs. The actor authenticates via OAuth client-credentials. Without both keys the actor exits cleanly with no results (it uses your own eBay rate limits, keeping cost low).

Why this actor

  • brandTier — a quality signal nobody else has — eBay exposes the brand but not whether it's OE/Premium, Mid or Budget; this actor attaches it from a hand-curated map.
  • Real fitment — eBay's own check_compatibility per listing, not a guess.
  • BYO-key — you get your own eBay quota; you only pay Apify for the rows returned.

Pricing

Pay per result — $3.00 per 1,000 results (one result = one listing row). BYO eBay key means you use your own eBay rate limits; you only pay Apify for the results returned.

Important: fitment is a signal, not a guarantee

A COMPATIBLE verdict comes from eBay's compatibility check, which relies on seller-supplied fitment data — it can be missing or wrong. UNDETERMINED means the listing has no fitment catalog. Always verify the exact part number against your vehicle before buying. The brandTier is a convenience heuristic, not an endorsement. Prices change constantly; not affiliated with eBay.

  • VIN Decoder — decode a VIN to make/model/year/engine for fitment lookups.
  • Discogs Scraper — marketplace price and supply data for music releases.
  • App Store Scraper — apps, ratings and reviews.