Gpulist: Get All Listings
Gpulist via Parse · marketplace
Fetch all GPU cluster listings from the homepage. Supports filtering by GPU type, interconnect, and verification status. Returns listings sorted by most recently updated. Each listing includes pricing, location, GPU specs, and booking constraints. API to extract GPU cluster listings, details, and market value from gpulist.ai. Fulfilled by Parse from gpulist.ai.
- b2b-directory
- finance
- gpulist
- gpulist-ai
- marketplace
- parse
- platform-key
Price and execution
- Price
- $0.02 USD credits / call
- Trust tier
- Verified
- Execution
- Managed call
- Capability group
- marketplace
Interface snapshot
- Protocol
- HTTP operation
- Operation
- GET /scraper/c547d11d-5697-4c87-bd2d-5719c7b27d40/get_all_listings
- Interface artifact
- sha256:0618e270170f30bf6ce0287042954b14c108d573001c748d60512d740500644a
- Manifest digest
- sha256:9b9d5e9e4ce53d9963a7b2d2ad5c98d6ef235418a5f50335b1cc708b39a63d5c
Request fields
- limit (integer): Max results to return.
- gpu_types (string): JSON array of GPU type strings to filter by (e.g. '["H200", "A100 - 80GB"]')
- interconnects (string): JSON array of interconnect network strings to filter by (e.g. '["RoCE v2", "Ethernet 400GbE"]')
- verified_only (boolean): Filter to only verified listings.
Example queries
- {"limit":"10","gpu_types":"[\"H200\"]","interconnects":"[\"Ethernet 400GbE\"]","verified_only":"True"}