Discover/finder.porsche.com API
live

finder.porsche.com APIfinder.porsche.com

Search Porsche Finder listings, retrieve full specs, equipment, pricing, dealer info, and Carfax reports via 4 structured API endpoints.

Endpoints
4
Updated
3mo ago
Try it
Latitude of search center
Longitude of search center
Sort order
Model series (e.g., '911', '718', 'cayenne', 'taycan', 'macan', 'panamera')
Search radius in miles
Model category slug (e.g., '911-gt3', '911-turbo-s-coupe', '911-carrera-gts-coupe')
Location name for search center
Vehicle condition filter: 'preowned', 'new', or empty for all
api.parse.bot/scraper/e980225b-a3e4-4a14-a553-9cee1d8bfa1b/<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/e980225b-a3e4-4a14-a553-9cee1d8bfa1b/search_listings?model=911&radius=100&category=911-gt3&location=New+York' \
  -H 'X-API-Key: $PARSE_API_KEY'
All endpoints · 4 totalclick to expand

Search for Porsche vehicles by model, category, location, and other filters. Returns all matching listings with pricing, mileage, color, drivetrain, seller info, and images.

Input
ParamTypeDescription
latstringLatitude of search center
lngstringLongitude of search center
sortstringSort order
modelstringModel series (e.g., '911', '718', 'cayenne', 'taycan', 'macan', 'panamera')
radiusstringSearch radius in miles
categorystringModel category slug (e.g., '911-gt3', '911-turbo-s-coupe', '911-carrera-gts-coupe')
locationstringLocation name for search center
conditionstringVehicle condition filter: 'preowned', 'new', or empty for all
Response
{
  "type": "object",
  "fields": {
    "total": "integer - number of listings returned on this page",
    "listings": "array of listing objects with id, listing_url_slug, title, model, price, mileage, color, transmission, seller, images, etc.",
    "active_page": "integer - current page number",
    "total_pages": "integer - total pages available"
  },
  "sample": {
    "data": {
      "total": 13,
      "listings": [
        {
          "id": "W3EXVZ",
          "url": "https://finder.porsche.com/us/en-US/details/porsche-911-gt3-preowned-W3EXVZ",
          "color": "Lugano Blue",
          "model": "992 II",
          "price": 353888,
          "title": "911 GT3",
          "images": [
            "https://images.finder.porsche.com/6343b793-d7e8-4184-8808-50b79d8cea38/960"
          ],
          "seller": {
            "name": "Porsche Marin",
            "seller_id": "19499",
            "formatted_city": "Mill Valley, CA, 94941"
          },
          "currency": "USD",
          "body_type": "Coupe",
          "condition": "preowned",
          "drivetrain": "REAR_WHEEL_DRIVE",
          "model_year": 2026,
          "engine_type": "PETROL",
          "mileage_unit": "SMI",
          "transmission": "Manual",
          "mileage_value": 52,
          "model_category": "911 GT3",
          "listing_url_slug": "porsche-911-gt3-preowned-W3EXVZ"
        }
      ],
      "active_page": 1,
      "total_pages": 1
    },
    "status": "success"
  }
}

About the finder.porsche.com API

The Porsche Finder API exposes 4 endpoints covering dealer inventory from finder.porsche.com, returning pricing, technical specifications, equipment lists, and vehicle history report links. The search_listings endpoint lets you query by model series (911, Taycan, Cayenne, etc.), condition, geographic radius, and category slug, returning paginated results with images, mileage, color, transmission, and seller details for every matching vehicle.

Search and Filter Inventory

The search_listings endpoint accepts model, category, condition, location, lat/lng, radius, and sort parameters. Results include a listings array where each object carries an id, listing_url_slug, title, price, mileage, color, transmission, seller, and images fields, plus total_pages and active_page for pagination. Category slugs like 911-gt3 or 911-turbo-s-coupe let you narrow to specific variants within a model line.

Listing Detail and Specifications

get_listing_detail takes a listing_slug (available from search_listings results) and returns the full vehicle record: VIN, exterior color, model generation, USD price, a gallery object with categorized images, a summary object with key characteristics, warranty details, and a seller object with dealer name, address, and city. This endpoint surfaces technical specifications including engine and performance data alongside the full equipment list.

Filter Counts and Vehicle History

get_filter_counts mirrors the search_listings parameter set and returns a hitcounts object keyed by filter dimension — bodyType, condition, drivetrain, transmission, and more — each containing {key, val} pairs showing how many listings match each option. This is useful for building dynamic filter UIs without running repeated full searches. The get_vehicle_history_report endpoint takes a listing_id from search results and returns the corresponding Carfax report_url, enabling direct linking to third-party history data.

Common use cases
  • Aggregate new and pre-owned Porsche inventory across dealers by model series and geography using search_listings
  • Build a spec-comparison tool using technical data from get_listing_detail across multiple listings
  • Display Carfax history report links alongside listing cards via get_vehicle_history_report
  • Populate dynamic filter dropdowns using option counts from get_filter_counts without loading full result sets
  • Track price changes across specific Porsche categories by polling search_listings with a fixed category slug
  • Identify dealers stocking specific variants like GT3 or Turbo S by combining category filtering with seller fields
  • Build a saved-search alert system using listing_id and vin from get_listing_detail to detect new inventory
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 Porsche Finder have an official public developer API?+
Porsche does not publish a public developer API for finder.porsche.com. There is no documented REST or GraphQL API available to third-party developers for querying the Finder inventory.
What location inputs does `search_listings` accept, and can I search without coordinates?+
search_listings accepts either a location name (city or region string) or explicit lat/lng coordinates paired with a radius in miles. You can use either approach independently — coordinates are not required if you supply a location string, and vice versa. Omitting both returns results without geographic filtering.
Does `get_listing_detail` return full technical specifications like horsepower and 0–60 times?+
The endpoint returns engine and performance data within the technical specifications object, along with dimensions, equipment lists, VIN, warranty, and gallery images. The precise field names for individual performance figures depend on what the listing populates — not every listing includes every spec field.
Does the API cover Porsche inventory outside the United States?+
The API is oriented toward the US market on finder.porsche.com, and pricing is returned in USD. International Porsche Finder markets (e.g., Germany, UK) are not currently covered by these endpoints. You can fork this API on Parse and revise it to target a different regional Finder domain.
Can I retrieve historical sold listings or price history for a specific VIN?+
The API covers currently active listings — sold or archived vehicles are not returned by search_listings or get_listing_detail. Price history tracking is not a built-in endpoint. You can fork the API on Parse and revise it to add a price-history or sold-listings endpoint if the underlying data becomes accessible.
Page content last updated . Spec covers 4 endpoints from finder.porsche.com.
Related APIs in AutomotiveSee all →
car-part.com API
Search for recycled auto parts across thousands of vehicles and get detailed information on pricing, availability, and specifications from car-part.com. Find the exact parts you need with comprehensive search metadata and individual part details to compare options and locate the best deals.
honda.ca API
Get current Honda Canada vehicle pricing, lease and finance payment options, APR rates, and available incentives across all Canadian provinces to compare deals in real-time. Calculate custom payment scenarios and browse all Honda models with their latest promotional offers directly from Honda Canada's official pricing data.
autodoc.co.uk API
Find auto parts and check compatibility with your vehicle by browsing makes, models, and engines, then search for parts with detailed specifications and discover equivalent alternatives. Get everything you need to identify the right replacement parts for any car in the Autodoc catalog.
leboncoin.fr API
Search and retrieve detailed listings from Leboncoin across cars, real estate, jobs, and other categories with advanced filtering options. Access seller profiles, pricing analytics, and comprehensive listing details to find exactly what you're looking for on France's leading classifieds platform.
auctiontime.com API
Search and browse equipment and truck auction listings from AuctionTime.com, view detailed information about specific auctions, filter by category and auctioneer, and track auction results by date. Access comprehensive auction data including listings, categories, and auctioneer information all in one place.
yad2.co.il API
Search for apartments and cars on Yad2's marketplace and access detailed listing information including photos, prices, and specifications. Instantly reveal seller contact information to connect directly with real estate agents and car dealers.
turo.com API
Search for peer-to-peer car rentals across Turo by location and dates to browse available vehicles with pricing, specifications, and real-time availability. Get detailed information on specific cars to compare features and make rental 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.