Discover/Hygenall API
live

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.

This API takes change requests — .
Endpoint health
monitored
get_product
list_products
Checks pendingself-healing
Endpoints
2
Updated
3h ago
This call costs1 credit / call— charged only on success
Try it
Page number for pagination. Each page returns up to 12 products.
api.parse.bot/scraper/08634399-97c7-4791-a47c-e71ce4c4a0a3/<endpoint>
Ready to send
Fill in the parameters and hit sign in to send to see live response data here.
Call it over HTTPgrab a free API key at signup
curl -X GET 'https://api.parse.bot/scraper/08634399-97c7-4791-a47c-e71ce4c4a0a3/list_products?page=1' \
  -H 'X-API-Key: $PARSE_API_KEY'
All endpoints · 2 totalmissing one? ·

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.

Input
ParamTypeDescription
pageintegerPage number for pagination. Each page returns up to 12 products.
Response
{
  "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.