Hanes: Search Products
Hanes via Parse · ecommerce
Full-text search over all Hanes products by keyword. Results include product name, SKU, URL, images, price range, and configurable options (color/size). Paginates via integer page counter. Facets for gender, size, and color family are returned alongside items for client-side filtering UI. Sort by relevance, price, or position. API for searching products, browsing categories, and retrieving detailed product information including variants and availability on hanes.com. Fulfilled by Parse from hanes.com.
- ecommerce
- hanes
- hanes-com
- marketplace
- parse
- platform-key
- reviews-ratings
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/fa5b631c-119a-4433-8e9b-41e0f5d848a0/search_products
- Interface artifact
- sha256:c3d4a8ab9ddb6138e9b6199dcff974c8af67a0f2312f560663852e605ac21b3a
- Manifest digest
- sha256:6281e7912245821bfacc5b983a6209e0cf226d67c6d3a4161a104f53dfd3ac0d
Request fields
- page (integer): Page number.
- sort (string): Sort attribute.: Allowed values: relevance, price, position
- query (string, required): Search keyword.
- page_size (integer): Number of items per page.: Allowed values: 24, 48, 12
- sort_direction (string): Sort direction.: Allowed values: ASC, DESC
Example queries
- {"page":"1","sort":"relevance","query":"socks","page_size":"12","sort_direction":"ASC"}