thegoodguys.com.au API: get_category_listing
thegoodguys.com.au via Parse · ecommerce
Retrieve products in a given category or subcategory. Accepts a category handle (as returned from get_category_tree) and returns paginated product results filtered by that category. Tries lvl0 first, then falls back to lvl1 matching. Scraper for The Good Guys (thegoodguys.com.au) — Australian electronics and appliances retailer. Provides product search, category browsing, brand listings, product details, reviews, store locator, delivery options, and deals. Fulfilled by Parse from thegoodguys.com.au.
- ecommerce
- maps-geo
- parse
- platform-key
- reviews-ratings
- thegoodguys-com-au
Price and execution
- Price
- $0.02 USD credits / call
- Trust tier
- Verified
- Execution
- Managed call
- Capability group
- ecommerce
Interface snapshot
- Protocol
- HTTP operation
- Operation
- GET /scraper/4aa26cf9-b977-40a1-a782-75f045da8ed7/get_category_listing
- Interface artifact
- sha256:16004c23cb9d914757d8a90fdddb8bcd7079daa68c46e1e0d48113db1ccddd48
- Manifest digest
- sha256:c54d4372b49824ef59a8059bc9dd1404e4e925dae1252299c712dc10213762be
Request fields
- page (integer): Page number (0-based)
- limit (integer): Results per page: Allowed values: 5, 24
- category_handle (string, required): Category handle as returned from get_category_tree (e.g. 'televisions', 'audio', 'laundry', 'phones-and-wearables'): Allowed values: televisions, audio, laundry, phones-and-wearables
Example queries
- {"page":"0","limit":"5","category_handle":"televisions"}