Discover/gpulist.ai API
live

gpulist.ai APIgpulist.ai

Access GPU cluster listings, pricing, and market data from gpulist.ai. Filter by GPU type, interconnect, and verification status via 3 structured endpoints.

Endpoints
3
Updated
3mo ago
Try it
Max results to return.
JSON array of GPU type strings to filter by (e.g. "["H200", "A100 - 80GB"]")
JSON array of interconnect network strings to filter by (e.g. "["RoCE v2", "Infiniband NDR
Filter to only verified listings.
api.parse.bot/scraper/c547d11d-5697-4c87-bd2d-5719c7b27d40/<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/c547d11d-5697-4c87-bd2d-5719c7b27d40/get_all_listings?limit=100' \
  -H 'X-API-Key: $PARSE_API_KEY'
All endpoints · 3 totalclick to expand

Fetch all GPU cluster listings from the homepage. Supports filtering by GPU type, interconnect, and verification status. Returns listings sorted by most recently updated.

Input
ParamTypeDescription
limitintegerMax results to return.
gpu_typesstringJSON array of GPU type strings to filter by (e.g. "["H200", "A100 - 80GB"]")
interconnectsstringJSON array of interconnect network strings to filter by (e.g. "["RoCE v2", "Infiniband NDR 400Gb/s"]")
verified_onlybooleanFilter to only verified listings.
Response
{
  "type": "object",
  "fields": {
    "count": "integer total number of listings returned",
    "listings": "array of GPU cluster listing objects, each containing id, gpu_type, num_gpus, company_name, price_per_gpu_per_hour_in_cents, interconnect_network, geographical_location, and other metadata"
  },
  "sample": {
    "data": {
      "count": 50,
      "listings": [
        {
          "id": "3aafd52",
          "state": "approved",
          "gpu_type": "B200",
          "num_gpus": 160,
          "company_name": "Fluence Network",
          "min_bookable_gpu": 160,
          "min_bookable_weeks": 52,
          "interconnect_network": "Infiniband 3.2 Tb",
          "geographical_location": "India",
          "price_per_gpu_per_hour_in_cents": 340
        }
      ]
    },
    "status": "success"
  }
}

About the gpulist.ai API

The GPUList.ai API exposes 3 endpoints for querying GPU cluster listings, individual cluster details, and aggregate market value tracked on gpulist.ai. The get_all_listings endpoint supports filtering by GPU type (e.g. H200, A100-80GB), interconnect network, and verification status, returning price-per-GPU-per-hour in cents alongside provider and cluster metadata for each result.

Endpoints and Data Coverage

The API covers three operations. get_all_listings returns the full set of active GPU cluster listings from the gpulist.ai homepage, sorted by most recently updated. Each listing object includes id, gpu_type, num_gpus, company_name, price_per_gpu_per_hour_in_cents, and interconnect_network. You can narrow results using the gpu_types parameter (a JSON array of model strings), the interconnects parameter (a JSON array of network types such as "RoCE v2" or "Infiniband NDR 400Gb/s"), and the boolean verified_only flag. A limit parameter caps result count.

Listing Detail

get_listing_detail takes a listing_id obtained from get_all_listings and returns all available fields for that cluster, including additional_details (a free-text description of hardware and specifications), geographical_location (datacenter region), interconnect_network, and price_per_gpu_per_hour_in_cents. This is the primary way to retrieve the full specification text that is truncated or absent in the listing index response.

Market Aggregate

get_total_listings_value takes no parameters and returns total_value as a formatted dollar string (e.g. "$2.18B"), reflecting the aggregate dollar value of all currently active listings on the platform. This is useful for tracking overall GPU compute market supply at a point in time.

Common use cases
  • Track H200 and A100 cluster availability and spot pricing changes over time using gpu_types filtering.
  • Build price-comparison tools that surface the lowest price_per_gpu_per_hour_in_cents across verified listings.
  • Monitor interconnect diversity (InfiniBand vs. RoCE) across available GPU clusters for network-sensitive workloads.
  • Aggregate geographical_location data from get_listing_detail to map datacenter coverage across providers.
  • Alert on new listings from specific companies by polling get_all_listings and diffing company_name results.
  • Track total_value from get_total_listings_value over time to measure GPU compute market supply trends.
  • Filter for verified_only listings when building procurement pipelines that require vetted providers.
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 gpulist.ai have an official developer API?+
gpulist.ai does not publish a documented public developer API. This Parse API provides structured programmatic access to the listing and market data on the platform.
What does `get_listing_detail` return beyond what `get_all_listings` provides?+
get_listing_detail returns the additional_details field — a free-text description of cluster hardware and specifications — plus confirmed values for geographical_location and interconnect_network. The listing index from get_all_listings may truncate or omit these fields. You need a listing_id from get_all_listings to call this endpoint.
Can I retrieve historical pricing or past listings that are no longer active?+
Not currently. All three endpoints reflect the current state of active listings on the platform homepage. get_total_listings_value is also a live snapshot. You can fork this API on Parse and revise it to persist results over time and build a historical dataset.
Does the API expose contact information or direct booking links for providers?+
Not currently. The API returns company_name and cluster specifications including price_per_gpu_per_hour_in_cents, but no contact details, email addresses, or booking URLs are included in the response fields. You can fork it on Parse and revise to add an endpoint targeting provider contact pages if that data is available on the site.
How does the `gpu_types` filter work, and what values are valid?+
Pass a JSON-encoded array of GPU model strings as the gpu_types parameter — for example, ["H200", "A100 - 80GB"]. The filter matches listings whose gpu_type field corresponds to one of the provided strings. Use get_all_listings without filters first to discover the exact gpu_type strings present in the current dataset.
Page content last updated . Spec covers 3 endpoints from gpulist.ai.
Related APIs in MarketplaceSee 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.
bigbasket.com API
Browse and search BigBasket's online grocery catalog. Retrieve product details, pricing, stock availability, category trees, search suggestions, homepage promotions, and delivery coverage — all in one API.
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.
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.
zapimoveis.com.br API
Search and filter real estate listings across Brazil on ZAP Imóveis — the country's largest property portal. Retrieve listings for sale or rent with detailed attributes including price, location, size, bedrooms, bathrooms, parking, and amenities. Supports location autocomplete, property type discovery, and full listing detail retrieval.
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.
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.
GPUList.ai API – GPU Cluster Listings & Pricing · Parse