/petsplace/brands/search
List and search the brands carried by Pets Place. Returns each brand with its name, page alias, the number of products available under it, its logo image, and the brand page URL. Filter by a keyword to narrow the list to brands whose name contains it, or leave the keyword empty to list every brand. Order by popularity (most products first) or by name.
Price: 1 credit
💡 AI Hint: Brand catalog for Pets Place (NL). Each result has name (brand name), alias (brand page slug), product_count (number of catalog products under this brand), image (brand logo when available), and url (brand landing page). keyword does a case-insensitive substring match on the brand name; an empty keyword returns the full brand list. Sort by popularity (highest product_count first) or name.
Authorizations
API token from the dashboard
Headers
Body
Max number of results to return
x >= 1Max scrapping execution timeout (in seconds)
20 <= x <= 1500Filter brands by name (case-insensitive substring). Leave empty to list all brands.
"royal"
"trixie"
"hill"
Result ordering
popularity, name