Skip to main content
The eBay Search plugin turns any eBay search into structured JSON. Give it a keyword and a marketplace, and it returns the listings eBay shows - each with title, price and currency, condition, seller username and feedback, shipping cost, sold and watcher counts, image and a clean item URL. It runs on the same eBay-specific path that already serves thousands of eBay requests an hour through our API, so you get the listings without touching eBay’s bot wall, and without an eBay developer account, OAuth flow or API quota.
Try it in the dashboard first: app.scrapeunblocker.com/dashboard/plugins. You get a live results view plus a copy-paste snippet.

Endpoint

Supported marketplaces

ebay.com ebay.co.uk ebay.de ebay.fr ebay.it ebay.es ebay.nl ebay.pl ebay.at ebay.ch ebay.be ebay.ie ebay.ca ebay.com.au ebay.in ebay.ph ebay.com.sg ebay.com.my ebay.com.hk Prices, currency, stock and even condition labels differ per marketplace, so pick the one you actually sell or buy in.

Response

Search fields

Listing fields

Fields marked “raw” carry eBay’s own wording in the marketplace’s language. They are kept alongside the parsed values so nothing eBay showed is lost, even on a marketplace whose phrasing we do not normalise.

When eBay finds nothing

Search eBay for a string that matches no listing and it does not return an empty page. It returns a full page of loosely-related suggestions under a heading that reads 0 results. Reporting those as matches would be wrong, so the plugin flags the state instead:
Check exactMatches before treating the listings as results. When it is true, every listing is a genuine match for your keyword.

What you can build

  • Price monitoring - track what a product actually sells for across marketplaces and conditions, not just its list price.
  • Competitor and seller research - pull a seller’s full inventory with seller, including feedback and sold counts.
  • Sourcing and arbitrage - compare the same keyword on ebay.de and ebay.com with condition=used to spot price gaps.
  • Parts lookup - search a manufacturer part number inside category=131090 to find used vehicle parts and who stocks them.
  • Demand signals - sold and watchers show what is actually moving, per listing.

eBay’s own Browse API

eBay publishes a Browse API, but it needs a developer account, an OAuth application, per-call rate limits and a review process, and it exposes a different subset of listings than the site itself shows. This plugin needs none of that: it reads the same search page a buyer sees, with your ScrapeUnblocker key and nothing else.

Next steps

Open the plugins

Run an eBay search and grab the JSON.

Get an API key

Free trial available on the pricing page.