/petsplace/brands/search

POST /api/petsplace/brands/search

Price: 20 credits

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.

How to use it

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.

Parameters

Request body

Response

Errors

Response headers