ConsoleCatalog
Sign in
DHgate logo

DHgate

dhgate.comMarketplaceno auth

Wholesale marketplace - listings, pricing, variants, categories, and deals.

Category Listing

ASYNCREADNo auth

Returns products in a category with titles, prices, and sellers.

ParametersFormJSON

URL slug for the wholesale category (e.g. speakers, laptops)

DHgate catalog/category ID used in the listing URL path

Listing page number for paginated category results

cost: 2 credits · balance: 0
curl https://api.openwire.sh/v1/wire/task \
  -X POST \
  -H "X-API-Key: $ANAKIN_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "action_id": "act_dhgate_category_listing_ssr",
    "params": {
      "category_slug": "speakers",
      "catalog_id": "103002",
      "page": "1"
    }
  }'