Skip to main content
The oopbuy Search plugin turns an oopbuy.com keyword search into structured JSON. oopbuy is a China buying-agent storefront that fronts 1688, Taobao and its own curated catalog - give the plugin a product term and it returns the matching listings in about a second, each with title (English and Chinese), USD and CNY price, monthly sales count, image and a product-detail link. Pick the source marketplace with channel, order the results with sort, and walk pages with page / page_size.
Try it in the dashboard first: app.scrapeunblocker.com/dashboard/plugins. You get a live results view plus a copy-paste snippet.

Endpoint

Response

A JSON object with a results array plus totals:

Brand-blocked keywords

oopbuy trademark-blocks brand-name searches (nike, adidas, …) at its own backend and returns no listings for them, for every caller including its own website. That is oopbuy’s genuine answer, not a failure of the scrape - oopbuy itself serves it as an HTTP 200 - so the plugin mirrors it: a successful 200 whose body carries keywordRejected: true and an empty results array. Branch on the keywordRejected field, not on an HTTP status code, and swap in a generic product term.

Errors

What you can build

  • Sourcing and price research - find the cheapest 1688/Taobao suppliers for a product category, in USD, without reading Chinese.
  • Best-seller monitoring - track monthSold for a niche over time and spot trending products early.
  • Catalog enrichment - map your SKUs to Chinese-marketplace listings with images, prices, and detail links.
  • Reseller tooling - power a product-search UI for a buying-agent or dropshipping front end.

Next steps

Open the plugins

Run an oopbuy search and grab the JSON.

Get an API key

Free trial available on the pricing page.