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 aresults 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
monthSoldfor 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.

