Scrape oopbuy.com product-search listings
Searches oopbuy.com for keyword and returns product listings as JSON: title, titleCn, price (in USD), priceCny, monthSold, image, spu, channel, and a product url. Pick the source marketplace with channel (‘1688’, ‘taobao’, or ‘official’), order with sort, and page with page/page_size. Note: oopbuy trademark-blocks brand-name keywords at its own backend. That block is oopbuy’s own genuine answer (it returns it as an HTTP 200 too), so we mirror it: brand queries come back as HTTP 200 with keywordRejected: true and an empty results array, not an error.
Authorizations
Your ScrapeUnblocker API key. Apply on every request.
Query Parameters
Search phrase, e.g. 'hoodie' or 'phone case'. oopbuy trademark-blocks brand names (nike, adidas) at its own backend; those come back as a successful HTTP 200 carrying keywordRejected: true and an empty results array, not an error.
Source marketplace: '1688' (default), 'taobao', or 'official' (oopbuy's own curated storefront).
1-based page number.
x >= 1Results per page (max 60).
1 <= x <= 60Ordering: 'default', 'price_asc', 'price_desc', or 'best_selling'.
Exit-IP country (ISO-2, e.g. 'US', 'DE').
Response
Successful scrape. Either a results array of listings, or - for a brand/trademark-blocked keyword - keywordRejected: true with an empty results array (oopbuy's own genuine response).

