VOOZH about

URL: https://apify.com/dave6ev/smmt-fuel-type

โ‡ฑ SMMT Car Registrations โ€“ Fuel Type ยท Apify


๐Ÿ‘ SMMT Car Registrations โ€“ Fuel Type avatar

SMMT Car Registrations โ€“ Fuel Type

Pricing

Pay per usage

Go to Apify Store

SMMT Car Registrations โ€“ Fuel Type

Gathers the 'fuel type' registrations table from the SMMT car registrations page.

Pricing

Pay per usage

Rating

0.0

(0)

Developer

๐Ÿ‘ Dave Eviey

Dave Eviey

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

8 days ago

Last modified

Categories

Share

SMMT Fuel Type Scraper

An Apify actor that scrapes the fuel type registrations table from the SMMT car registrations page: https://www.smmt.co.uk/vehicle-data/car-registrations/.

The page renders several data tables inside a tabbed section. This actor targets one tab (by default fuel-type) and outputs one dataset record per fuel-type row (BEV, HEV, PHEV, PETROL, DIESEL, TOTAL).

Input

FieldDefaultDescription
startUrlthe SMMT car registrations URLPage to scrape.
sectionIdtable-tabs-block_6e042ad3f05f31dc75625095e32f44f4id of the tabbed section holding the tables.
tabSlugfuel-typeWhich tab to extract (matched on data-tab-slug).

Output

Each record (fields parsed to numbers; null where the source cell is empty, e.g. TOTAL market share):

{
"fuelType":"BEV",
"period":"May",
"currentYear":2026,
"currentRegistrations":43931,
"previousYear":2025,
"previousRegistrations":32738,
"percentChange":34.2,
"marketShareCurrentPct":27.3,
"marketSharePreviousPct":21.8,
"sourceUrl":"https://www.smmt.co.uk/vehicle-data/car-registrations/",
"scrapedAt":"2026-06-20T08:52:43.447Z"
}

The period (May) and the two years are read from the table header at runtime, so the actor keeps working as SMMT publishes new monthly figures.

Running

npminstall
npm run start:dev # run from TypeScript source via tsx (local dev)
npm run build # compile to dist/
npm run start:prod # run compiled dist/main.js (used in the Docker image)

Local runs read input from storage/key_value_stores/default/INPUT.json if present, otherwise the defaults above apply. Output is written to storage/datasets/default/.

Deploy with the Apify CLI: apify push.

You might also like

Patent Semantic Monitor

constant_quadruped/patent-semantic-monitor

Scrapes patent registrations to track competitive IP filings, registrations, and claims.

Recent Domain Registrations

doppelspotter/recent-domain-registrations

Search recent domain registrations from the CodePunch GTLD feed using keyword, date, and TLD filters. Optionally enable enhanced analyses for AI-driven summaries of the domain's website content.

1

Coches.net Scraper - Spanish Car Marketplace

studio-amba/coches-scraper

Scrape used car listings from Coches.net, Spain's largest automotive marketplace. Extract prices, specs, mileage, fuel type, seller info, images, and 25+ fields per listing. Filter by make, model, year, price, and fuel type. No login or cookies required.

StandVirtual Scraper - Portuguese Car Listings

studio-amba/standvirtual-scraper

Scrape car listings from StandVirtual.com, Portugal's #1 car marketplace. Extract prices in EUR, specs, mileage, fuel type, seller info, and photos. No login or cookies required.

Bilbasen Scraper - Danish Car Marketplace Data

studio-amba/bilbasen-scraper

Scrape car listings from Bilbasen.dk, Denmark's largest dedicated car marketplace. Extract prices, specs, mileage, fuel type, location, seller info. No login required.

OTOMOTO Poland Car Scraper

devilscrapes/otomoto-poland-cars

Scrape used-car listings from otomoto.pl, Poland's #1 car marketplace โ€” price (PLN), make, model, year, mileage, fuel, transmission, engine power, body type, colour, seller type, location, and photos. Export to JSON or CSV.

Gaspedaal.nl Car Listings Scraper

unfenced-group/gaspedaal-nl-scraper

Scrape 300,000+ car listings from Gaspedaal.nl โ€” the Netherlands' largest car comparison platform. Extracts price, mileage, brand, model, fuel type and dealer info. No browser required.

๐Ÿ‘ User avatar

Unfenced Group

7

Autovit Scraper - Romanian Car Marketplace Data

studio-amba/autovit-scraper

Scrape car listings from Autovit.ro, Romania's #1 car marketplace. Extract prices in EUR, specs, mileage, fuel type, seller info, and photos. No login or cookies required.

Auto24 Estonia Car Scraper

devilscrapes/auto24-estonia-cars

Scrape used-car listings from Auto24.ee, Estonia's #1 car marketplace โ€” make, model, year, price in EUR, mileage, fuel type, gearbox, engine power, body type, drivetrain, color, location, seller, and photos. Export to JSON or CSV; enrich each listing from its detail page.