Skip to main content
Scrape oopbuy.com product-search listings

Authorizations

x-scrapeunblocker-key
string
header
required

Your ScrapeUnblocker API key. Apply on every request.

Query Parameters

keyword
string
required

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.

channel
string
default:1688

Source marketplace: '1688' (default), 'taobao', or 'official' (oopbuy's own curated storefront).

page
integer
default:1

1-based page number.

Required range: x >= 1
page_size
integer
default:20

Results per page (max 60).

Required range: 1 <= x <= 60
sort
string
default:default

Ordering: 'default', 'price_asc', 'price_desc', or 'best_selling'.

proxy_country
string | null

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).