duPont Registry Scraper avatar

duPont Registry Scraper

Pricing

from $13.00 / 1,000 records

Go to Apify Store
duPont Registry Scraper

duPont Registry Scraper

Scrapes duPont Registry vehicle listings by direct URL or search filters. Returns each listing as a flat row with price, mileage, location, seller type, and full specs.

Pricing

from $13.00 / 1,000 records

Rating

5.0

(3)

Developer

ParseForge

ParseForge

Maintained by Community

Actor stats

1

Bookmarked

11

Total users

0

Monthly active users

7 days ago

Last modified

Share

ParseForge

duPont Registry Scraper

Scrape luxury and exotic car listings from duPont Registry by make, model, price, year, keyword, or direct URL. Every vehicle comes with its price, mileage, VIN, specs, colors, dealer contact details, and full photo gallery. No login or API key. Export to CSV, JSON, Excel, or XML.

duPont Registry is the leading marketplace for luxury and exotic cars, but browsing it manually means missing new listings and losing time to repetitive searches. This Actor queries duPont Registry's own public listing API, filtered by make, model, keyword, price, year, mileage, condition, transmission, drivetrain, seller type, category, colors, and location, and returns each match in one fixed schema.

Who uses itWhat they scrape duPont Registry for
Luxury car dealersMonitor competitor pricing and inventory for high-end vehicles
Market researchersTrack which exotic car models and specs are listed most often
Automotive data analystsBuild datasets of luxury vehicle listings for pricing models
Car enthusiastsGet alerts for specific makes, models, or price drops

What it does

This Actor collects duPont Registry vehicle listings by direct URL or search filters, and returns each one as a flat row with price, mileage, location, seller type, and full specifications.

  • ๐Ÿ” Search filters: free-text keywords, make, model, VIN, stock number, dealer name, price range, year range, mileage range, condition, transmission, drivetrain, seller type, category, and exterior/interior colors.
  • ๐Ÿ“ Location search: city, state, or a radius in miles around a zip code.
  • ๐Ÿ”€ Sorting: newest, price, mileage, or year, ascending or descending.
  • ๐Ÿ–ผ๏ธ Full photo gallery: every published photo of each listing, or just the main image when you want a leaner run.
  • ๐Ÿ“Š Flat row output: each listing becomes one row with 42 consistent fields, including VIN, engine, drivetrain, dealer phone, address, and coordinates.

Results export to CSV, JSON, Excel, or XML, or straight from the API.

What you can do with duPont Registry data

๐Ÿ“ˆ Monitor luxury car market prices.

A market researcher runs the Actor weekly for Ferrari and Lamborghini listings under $500,000 to track price trends and inventory levels.

๐Ÿ”” Get alerts for specific models.

A car enthusiast sets up a scheduled run for Porsche 911 listings with manual transmission and under 20,000 miles to be notified of new matches.

๐Ÿ“ Find exotic cars near you.

A buyer enters a zip code and 100-mile radius to see all Bentley and McLaren listings within driving distance.

๐Ÿ“Š Build a dataset for analysis.

A data analyst scrapes all listings for a set of makes and exports to CSV to analyze asking prices against mileage and year.

Why choose this scraper

What you get
No API key or loginReads duPont Registry's public listing API directly, without registration
Flexible inputUse a direct URL, search filters, or both to target exactly the vehicles you need
Rich data per listingPrice, mileage, VIN, stock number, engine, transmission, drivetrain, colors, dealer phone, address and coordinates, plus the full photo gallery
Export anywhereDownload as CSV, JSON, Excel, or XML for your workflow

How it compares

No other Store actor targets duPont Registry the same way, so the honest comparison is with the alternatives teams actually weigh.

duPont Registry ScraperBuild it in-houseBy hand
SetupRun it now, zero configDays of engineeringNone, but hours per pull
When duPont Registry changesMaintained for youYou fix itYou re-learn the page
Proxies, retries, anti-botBuilt inYour problemBrowser only
OutputFixed JSON schema, CSV/Excel exportWhatever you buildCopy-paste
CostPay per resultEngineering timeAnalyst hours

Configure the run

Drive the Actor from a direct listing URL or search filters, alone or together, and filters run as each listing is read so only matches reach your dataset. The Input tab lists every parameter.

A first run with the defaults:

{
"startUrl": "https://www.dupontregistry.com/cars-for-sale/ferrari/all",
"maxItems": 10
}

A larger, filtered pull:

{
"make": "Porsche",
"model": "911 GT3",
"priceMax": 400000,
"transmissions": ["Manual"],
"sortBy": "priceAsc",
"maxItems": 200
}

A single listing:

{
"startUrl": "https://www.dupontregistry.com/car/ferrari/512--tr/1993/ZFFLA40B000097054/625847"
}

Search results URLs are read the way the site reads them, so any filter already in the URL (price, year, mileage, condition, transmission, drivetrain, seller type, colors, radius, sort) is applied for you. A search goes as deep as 10,000 results; to go past that, split the run by make, price band, or year.

Pricing

Pay-per-result: $0.013 per result collected. You pay only for the results written to your dataset.

Results collectedApproximate cost
100 results$1.30
1,000 results$13.00
10,000 results$130.00

New Apify accounts start with $5 in free credit.

Free users

Free-plan runs return up to 10 results as a preview. Upgrade your Apify plan to collect more results per run.

Run it

  1. Create a free Apify account with $5 in credit.
  2. Open the duPont Registry Scraper.
  3. Set your inputs and any filters, then click Start.
  4. Export the results as CSV, Excel, JSON, or XML from the Dataset tab.

Run it programmatically through the Apify API (run-sync-get-dataset-items) or the ApifyClient for JavaScript and Python.

Use with AI agents (MCP)

Give an AI agent live access to duPont Registry through the Model Context Protocol. Add the Actor to Claude, Cursor, or any MCP client:

$claude mcp add --transport http apify "https://mcp.apify.com?tools=parseforge/dupont-registry-scraper"

Then prompt it in plain language to run the scraper and read back the results.

Troubleshooting

Why am I getting no results?

Check that your filters are not too restrictive. Try removing some filters or broadening the price, year, or mileage ranges. Also ensure the make and model are spelled correctly.

Why is the price 0 on some rows?

The dealer withheld it. Those listings show "Price on request" in the priceText field.

Why is the run slow?

The photo gallery costs one extra request per listing. Set includeImages to false to keep only the main image, which makes large runs noticeably faster.

Why do some listings have only one image?

duPont Registry publishes no gallery for those listings. The Actor then returns just the main image rather than an empty array.

Why did my make or model return nothing?

Spell the make and model as duPont Registry shows them, for example Aston Martin and 812 GTS. The Actor normalises spacing and casing for you, but an invented model name matches nothing.

Can I scrape multiple makes at once?

The current input allows one make per run. To scrape multiple makes, run the Actor multiple times with different make values, or use a direct URL that already includes multiple makes.

Why did I get fewer results than maxItems?

The Actor stops when it has collected maxItems listings or when there are no more listings matching your filters. If you got fewer, it means the search returned fewer results.

FAQ

QuestionAnswer
Can I scrape a specific duPont Registry listing URL?Yes, paste the full URL of a listing page into the startUrl field. The Actor will extract that vehicle's details.
How do I search by make and model?Enter the make in the make field, and optionally the model in the model field. Leave model empty to get all models of that make.
Can I filter by price?Yes, set priceMin and priceMax to define a price range in USD. Only listings within that range will be returned.
Can I filter by year?Yes, set yearMin and yearMax to define a year range. Only vehicles from those years will be included.
Can I filter by mileage?Yes, set mileageMin and mileageMax to define a mileage range. Only vehicles with mileage in that range will be returned.
Can I filter by condition?Yes, choose New, Used, or Any from the condition dropdown.
Can I filter by transmission or drivetrain?Yes, select one or more transmission types (Manual, Automatic, Unspecified) and drivetrain types (RWD, AWD, FWD, Unspecified). These are the values duPont Registry itself publishes.
Can I search by keyword?Yes, searchQuery runs the site's own free-text search, for example "GT3 RS" or "Roma Spider".
Can I look a car up by VIN?Yes, set vin for an exact match, or stockNumber for the dealer's stock number.
Can I filter by dealer or location?Yes, by exact dealerName, by city, by two-letter state, or by a radius in miles around a zipCode.
Can I sort the results?Yes, sortBy accepts newest, oldest, price, mileage, and year, ascending or descending.
Can I filter by seller type?Yes, choose Dealer, Private Seller, or both.
Can I filter by exterior or interior color?Yes, select one or more colors from the provided lists for exterior and interior.
Can I include images?Yes. includeImages is on by default and returns every published photo of each listing, 48 on average. Turn it off to keep only the main image. duPont Registry publishes no per-listing video or document assets, so the Actor does not carry empty columns for them.
How many vehicles can I scrape in one run?You can set maxItems up to 1,000,000. The Actor will stop after collecting that many listings.
What output formats are supported?You can export the results as CSV, JSON, Excel, or XML from the Apify dataset.

Browse the full ParseForge collection for more scrapers.

๐Ÿ†˜ Need help? Email parseforge@protonmail.com with your run ID, your input, and what you expected.

โš ๏ธ Disclaimer. This Actor is unofficial and is not affiliated with, endorsed by, or sponsored by duPont Registry. It collects only publicly available data. You are responsible for using the collected data in compliance with the source's terms of service and applicable data-protection laws, including GDPR, CCPA, and PIPL. Do not use it to collect personal data unlawfully.