Discover/dahuasecurity.com API
live

dahuasecurity.com APIdahuasecurity.com

Search Dahua security products and browse the full category tree via API. Returns models, specs, datasheets, firmware, manuals, and images.

Endpoints
2
Updated
3mo ago
Try it
Page number for pagination. Each page returns up to 6 results.
Search keyword for product lookup (e.g. 'IPC', 'NVR', 'PTZ', 'camera')
api.parse.bot/scraper/6fcb8a62-c9cc-44dc-9f3a-f876e50ad974/<endpoint>
Ready to send
Fill in the parameters and hit sign in to send to see live response data here.
Use it in your codegrab a free API key at signup
curl -X GET 'https://api.parse.bot/scraper/6fcb8a62-c9cc-44dc-9f3a-f876e50ad974/search_products?page=2&keyword=IPC' \
  -H 'X-API-Key: $PARSE_API_KEY'
All endpoints · 2 totalclick to expand

Search for Dahua security products by keyword. Returns paginated results including product models, descriptions, images, datasheets, manuals, firmware, and drawings.

Input
ParamTypeDescription
pageintegerPage number for pagination. Each page returns up to 6 results.
keywordrequiredstringSearch keyword for product lookup (e.g. 'IPC', 'NVR', 'PTZ', 'camera')
Response
{
  "type": "object",
  "fields": {
    "page": "integer - current page number",
    "limit": "integer - results per page",
    "total": "integer - total number of matching results",
    "keyword": "string - search keyword used",
    "products": "array of product objects with id, name, model, description, thumbnail, images, datasheets, manuals, firmware, drawings, and url"
  },
  "sample": {
    "data": {
      "page": 1,
      "limit": 6,
      "total": 1127,
      "keyword": "IPC",
      "products": [
        {
          "id": "154863",
          "url": "https://www.dahuasecurity.com/Products/All-Products/Network-Cameras/WizSense-2-Series/4G-Camera/IPC-HFW2449DG-4G-ZAS-PV-PRO-LA",
          "name": "IPC-HFW2449DG-4G-ZAS-PV-PRO-LA",
          "model": "DH-IPC-HFW2449DG-4G-ZAS-PV-PRO-LA",
          "images": [
            "https://materialfile.dahuasecurity.com/uploads/cpq/87640/image/1_0_01_04_47938_906733148.PNG"
          ],
          "manuals": [
            {
              "url": "https://materialfile.dahuasecurity.com/uploads/cpq/87639/user_manual/Bullet_Network_Camera_Installation_Guide_V1.0.0.pdf",
              "name": "Bullet Network Camera_Installation Guide_V1.0.0"
            }
          ],
          "drawings": [
            {
              "url": "https://materialfile.dahuasecurity.com/uploads/cpq/87639/drawings/1_0_01_04_47936_935122020.pdf",
              "name": "IPC-HFW2449DG-4G-ZAS-PV-PRO-LA_DIMENSIONS"
            }
          ],
          "firmware": [
            {
              "url": "https://materialfile.dahuasecurity.com/uploads/cpq/87639/firmware/DH_IPC-HX2XXX-AOV-Hugo_Eng_PN_V2.820.0000000.11.R.260414.zip",
              "name": "DH_IPC-HX2XXX-AOV-Hugo_Eng_PN_V2.820.0000000.11.R.260414"
            }
          ],
          "thumbnail": "https://materialfile.dahuasecurity.com/uploads/cpq/87640/image/1_0_01_04_47938_912260269_crop_thumb.PNG",
          "datasheets": [
            {
              "url": "https://materialfile.dahuasecurity.com/uploads/cpq/87640/datasheet/DH-IPC-HFW2449DG-4G-ZAS-PV-PRO-LA_S0_datasheet_20260427.pdf",
              "name": "IPC-HFW2449DG-4G-ZAS-PV-PRO-LA_S0_datasheet_20260427"
            }
          ],
          "description": "4MP WizColor Active Deterrence Vari-focal Bullet WizSense 4G Network Camera"
        }
      ]
    },
    "status": "success"
  }
}

About the dahuasecurity.com API

The Dahua Security API provides 2 endpoints for querying dahuasecurity.com product data. The search_products endpoint returns paginated results with up to 15 fields per product — including model numbers, descriptions, thumbnail and full images, datasheets, manuals, firmware files, and drawings — while get_categories exposes the complete navigation hierarchy for products and solutions.

Search Products

The search_products endpoint accepts a required keyword string and an optional page integer. Each page returns up to 6 product objects. Each product object includes id, name, model, description, thumbnail, images (array), datasheets, manuals, firmware, drawings, and a url pointing to the product page. The response envelope also includes total (total matching results), limit, and the keyword echoed back. This makes it straightforward to build paginated search UIs or iterate through all results for a given query like IPC, NVR, PTZ, or camera.

Browse Category Tree

The get_categories endpoint takes no parameters and returns the complete navigation tree from Dahua's website. The top-level array covers major nodes such as Products, Solutions, and Support, each with nested children arrays. Each category object carries menu_id, menu_name, and nav_linkurl. This tree reflects the full product and solution hierarchy and is useful for building category browsers, mapping product families, or seeding search terms for use with search_products.

Data Coverage

The product data returned by search_products includes direct links to downloadable assets (datasheets, manuals, firmware, drawings), making the API useful for procurement tools, compliance checks, or integration with product information management systems. Coverage is limited to content published on dahuasecurity.com — regional variants or products exclusive to other Dahua regional portals are not guaranteed to appear.

Common use cases
  • Build a product lookup tool that lets security integrators search by keyword (e.g. 'PTZ', 'NVR') and retrieve model specs and datasheets.
  • Automate firmware version tracking across a Dahua product catalog using the firmware field returned per product.
  • Populate a product comparison page using name, model, description, and images from search results.
  • Map Dahua's full product hierarchy from get_categories to build a browsable category tree or site mirror.
  • Feed a procurement system with datasheet and manual URLs from datasheets and manuals fields for approved device lists.
  • Monitor product catalog changes by periodically querying search_products for specific model families and diffing results.
  • Cross-reference Dahua product models against CVE databases by extracting model values at scale.
Pricing & limitsSee full pricing →
TierPriceCredits/monthRate limit
Free$0/mo1005 req/min
Hobby$30/mo1,00020 req/min
Developer$100/mo5,000250 req/min

One credit = one API call regardless of which marketplace API you call. Exceeding the rate limit returns a 429 response. Authenticate with the X-API-Key header.

Frequently asked questions
Does Dahua have an official developer API for its product catalog?+
Dahua does not publish a public developer API for browsing or searching its product catalog on dahuasecurity.com. The Dahua developer ecosystem (developer.dahuasecurity.com) focuses on device-level SDKs and integration protocols for hardware control, not for querying the product website.
What does the `search_products` endpoint return beyond basic product names?+
Each product object includes id, name, model, description, thumbnail, an images array, and arrays for datasheets, manuals, firmware, and drawings, plus a url to the product page. Pagination is controlled with the page parameter; the response includes total so you can calculate how many pages exist for a given keyword.
How does the `get_categories` endpoint structure its response?+
It returns a categories array where each object has menu_id, menu_name, nav_linkurl, and a children array of the same shape. The tree reflects Dahua's top-level navigation nodes (Products, Solutions, Support) and their nested sub-categories. There is no filtering parameter — the full tree is always returned.
Can I retrieve detailed product specifications or pricing through this API?+
Not currently. The API returns descriptive text, asset links (datasheets, manuals, firmware, drawings), and images, but does not expose structured technical specification tables or pricing data. You can fork this API on Parse and revise it to add an endpoint targeting individual product detail pages for richer spec data.
Is search pagination reliable for large result sets?+
Each page returns a fixed limit of 6 results, and the total field tells you the full match count. For very broad keywords the total may be large. One known constraint is that Dahua's website only surfaces a finite window of results for any query, so extremely high page numbers may return empty or truncated results even when total suggests more pages exist.
Page content last updated . Spec covers 2 endpoints from dahuasecurity.com.
Related APIs in EcommerceSee all →
lowes.com API
Search and browse products from Lowe's, including product listings by category, detailed product information, and pricing. Retrieve comprehensive details on specific items to compare options and make informed purchasing decisions.
bilbasen.dk API
Search Denmark's largest car marketplace to find vehicles by make and model, then access detailed pricing and technical specifications including emissions, weight, MSRP, battery size, and equipment details. Get comprehensive car listings and full specs to compare vehicles on Bilbasen.dk.
jula.fi API
Search and browse products from Jula.fi to find hardware items with detailed information including prices (with and without VAT), stock availability, brand details, and product SKUs. Explore products by category or search for specific items to compare pricing and check real-time stock status.
leroymerlin.fr API
Search and browse Leroy Merlin France's complete product catalog to find items by category, view pricing, product details, and compare offerings from Leroy Merlin and their online partners. Access real-time product information including names, IDs, URLs, and seller details to help you discover and evaluate home improvement and DIY products.
industrynet.com API
Find industrial suppliers and browse product categories across a comprehensive marketplace directory. Connect directly with suppliers by viewing detailed listings and submitting contact inquiries programmatically.
carsforsale.com API
Search vehicle listings and browse detailed car inventory by make, model, and trim to find the perfect vehicle on CarsForSale.com. Access comprehensive listing details including pricing, specifications, and availability all in one place.
vivino.com API
Search and discover wines across thousands of options while accessing detailed information like user reviews, pricing, winery profiles, and food pairing recommendations. Explore grape varieties, compare wines side-by-side, and find the perfect bottle based on ratings and availability.
x-kom.pl API
Access product data from x-kom.pl, a major Polish electronics retailer. Search products by keyword or category, retrieve detailed product pages, customer reviews, Q&A, promotions, flash deals, and physical store locations.
Dahua Security API – Products & Categories · Parse