Hygenall APIhygenall.com ↗
Browse and retrieve detailed information about Hygenall's industrial hygiene and decontamination products, including lead removal soaps and wipes, from their complete product catalog. Access individual product specifications to find the right contamination solutions for your industrial safety needs.
curl -X GET 'https://api.parse.bot/scraper/08634399-97c7-4791-a47c-e71ce4c4a0a3/list_products?page=1' \ -H 'X-API-Key: $PARSE_API_KEY'
List products from the Hygenall catalog with pagination. Returns up to 12 products per page. Each product includes its slug which can be used with the get_product endpoint for full details including description.
| Param | Type | Description |
|---|---|---|
| page | integer | Page number for pagination. Each page returns up to 12 products. |
{
"type": "object",
"fields": {
"page": "current page number",
"products": "array of product objects with product_id, title, slug, url, brand, price, image_url, and available fields",
"total_pages": "total number of pages available"
},
"sample": {
"data": {
"page": 1,
"products": [
{
"url": "https://hygenall.com/products/leadoff-soap-8-oz/",
"slug": "leadoff-soap-8-oz",
"brand": "Hygenall® HexOff™",
"price": "$7.99",
"title": "LeadOff Foaming Hand Soap, 8 oz – Lead & Heavy Metal Removal for Shooting Ranges, Industrial & Manufacturing Use – Made in USA",
"available": false,
"image_url": "https://hygenall.com/wp-content/uploads/2026/06/1__86533.1782136111.1280.1280-370x370.avif",
"product_id": "169"
}
],
"total_pages": 2
},
"status": "success"
}
}About the Hygenall API
The Hygenall API on Parse exposes 2 endpoints for the publicly available data on hygenall.com. Calls return JSON over HTTPS and are billed per successful response.
Pin a release with the API-Snapshot-Version header so canonical updates don't silently change your contract.