ParseForge Scrapers

duPont Registry Scraper

parseforge/dupont-registry-scraper

AutomationDeveloper toolsE-commerce

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.

Run this scraper See the API call
Total users
9
Monthly active
0
Total runs
299
Bookmarked
1
Rating
5.0 (3)
Last modified
9 days ago

Overview

ParseForge

duPont Registry Scraper

Scrape luxury and exotic car listings from duPont Registry by make, model, price, year, or direct URL. Every vehicle comes with its price, mileage, location, seller type, and full specs. 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 reads the public listing pages directly, filtered by make, model, price, year, mileage, condition, transmission, drivetrain, seller type, and colors, and returns each match in one fixed schema.

Who uses it What they scrape duPont Registry for
Luxury car dealers Monitor competitor pricing and inventory for high-end vehicles
Market researchers Track which exotic car models and specs are listed most often
Automotive data analysts Build datasets of luxury vehicle listings for pricing models
Car enthusiasts Get 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: make, model, price range, year range, mileage, condition, transmission, drivetrain, seller type, and colors.
  • ๐Ÿ“ Location search: zip code and radius to find vehicles near a specific area.
  • ๐Ÿ–ผ๏ธ Media extraction: optionally include vehicle images and videos in the output.
  • ๐Ÿ“Š Flat row output: each listing becomes one row with consistent fields for easy analysis.

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 login Scrape public listing pages directly without registration or rate limits
Flexible input Use a direct URL, search filters, or both to target exactly the vehicles you need
Rich data per listing Get price, mileage, location, seller type, and full specs in one row
Export anywhere Download 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 Scraper Build it in-house By hand
Setup Run it now, zero config Days of engineering None, but hours per pull
When duPont Registry changes Maintained for you You fix it You re-learn the page
Proxies, retries, anti-bot Built in Your problem Browser only
Output Fixed JSON schema, CSV/Excel export Whatever you build Copy-paste
Cost Pay per result Engineering time Analyst 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/autos/results/ferrari",
  "maxItems": 10
}

A larger pull:

{
  "startUrl": "https://www.dupontregistry.com/autos/results/ferrari",
  "maxItems": 200
}

Pricing

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

Results collected Approximate 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 run slow?

If you have includeVideos set to true, it may slow down scraping because video extraction requires additional requests. Set it to false unless you need videos.

Why are some listings missing images?

Some listings may not have images available on the page. If includeImages is true, the Actor will return an empty array for those listings.

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

Question Answer
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, CVT, Robotic) and drivetrain types (FWD, RWD, AWD).
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 and videos? Yes, set includeImages to true to get image URLs, and includeVideos to true to get video URLs. Videos may slow down the run.
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.

Related actors

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.

Input

FieldTypeWhat it doesDefault
startUrl string Direct URL to scrape from duPont REGISTRY (mutually exclusive with search filters). Leave empty to use search filters instead. https://www.dupontregistry.com/autos/res
make string Vehicle manufacturer (e.g., Ferrari, Lamborghini, Bentley, Porsche, McLaren) not set
model string Vehicle model name (optional - leave empty to search all models of the make) not set
maxItems integer How many vehicles to collect per run. 10
zipCode string Zip code for location-based search (optional) not set
radius string (7 options) Search radius in miles from the zip code Any
priceMin integer Minimum price in USD (optional) not set
priceMax integer Maximum price in USD (optional) not set
yearMin integer Minimum vehicle year (optional) not set
yearMax integer Maximum vehicle year (optional) not set
mileageMin integer Minimum mileage (optional) not set
mileageMax integer Maximum mileage (optional) not set
condition string (3 options) Vehicle condition filter Any
transmissions array Transmission types to include (optional) not set
drivetrains array Drivetrain types to include (optional) not set
sellerTypes array Types of sellers to include (optional) not set
exteriorColors array Exterior colors to include (optional) not set
interiorColors array Interior colors to include (optional) not set
includeImages boolean Whether to extract vehicle images (recommended for comprehensive data) true
includeVideos boolean Whether to extract vehicle videos (may slow down scraping) false

Pricing

from $13.00 per 1,000 results

Charged forWhat it isPrice each
Actor Start Charged when the Actor starts running. Number of events charged depends on Actor memory (one event per GB, minimum one event). $0.0065
Record Charged when the Actor stores a Result $0.013

Tiered: the lower figure is the price on a higher Apify plan. Billing and the free credit live on Apify.

API

One POST returns the dataset directly. Same shape for every scraper in the library, so swapping the slug is the only change.

POST ยท run and get results
curl -X POST "https://api.apify.com/v2/acts/parseforge~dupont-registry-scraper/run-sync-get-dataset-items?token=$APIFY_TOKEN" \
  -H "Content-Type: application/json" \
  -d '{
    "helloWorld": 123
  }'

Examples

Input that runs as-is.

input.json
{
  "helloWorld": 123
}

Reviews

Rated 5.0 out of 5 across 3 reviews. Read them on Apify.

Issues

We build and maintain this scraper, so a problem with it comes to us. Report it on the Apify listing and the thread stays attached to the scraper where the next person can find it: open an issue.

Broken and urgent, or you would rather not post in public? Write to parseforge@protonmail.com and it reaches the people who wrote it.

Related scrapers

Run duPont Registry Scraper on Apify All scrapers