FINN.no Car Scraper avatar

FINN.no Car Scraper

Pricing

from $1.00 / 1,000 results

Go to Apify Store
FINN.no Car Scraper

FINN.no Car Scraper

Scrape used and new cars from finn.no. Use the same listing filters as the site or paste a URL — the URL wins when set.

Pricing

from $1.00 / 1,000 results

Rating

0.0

(0)

Developer

Marco Rodrigues

Marco Rodrigues

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

2 days ago

Last modified

Categories

Share

🇳🇴 FINN.no Car Scraper

Want FINN.no cars in a spreadsheet? This scraper makes it easy.

Use structured filters — better for AI agents — or paste an input_url. When input_url is set it overrides the filters.

FINN is Norway’s main marketplace. The car search shows about 49 listings per page and stops at page 50. This actor returns up to 2000 rows per run.

💡 Perfect for...

  • Marketplaces: Export used and new cars from FINN.no.
  • Dashboards: Track new listings without paging the site.
  • Market research: Slice Norwegian cars by make, county, fuel, price, or year.
  • Data analysts: Export structured rows with public listing URLs.
  • 🤖 AI Agents: Power Claude, Cursor, Codex, the Hermes Agent, and OpenClaw workflows with live FINN results.
  • 📚 RAG Systems: Feed titles, prices, and locations into retrieval pipelines.
  • 🔗 AI Workflows: Plug into LangChain, AutoGPT, CrewAI, and similar stacks.

✨ Why you'll love this scraper

  • 🔗 Input URL or Filters: Paste a FINN car search or listing URL, or pick the same filters as the site. input_url always wins when set.
  • 🎯 Website-Matched Filters: Keyword, make, county, fuel, gearbox, body type, seller, price in NOK, year, mileage, and sort.
  • 🌐 Listing cards: Title, price, year, mileage, make, model, fuel, gearbox, location, photo, and listing URL.

📦 What's inside the data?

id, url, title, price, year, mileage, make, model, fuel, transmission, location, image

🚀 Quick start

Option A: paste https://www.finn.no/mobility/search/car?variant=0.813&location=0.20061. Option B: pick a make or county and set max_results.

Input Example (filters):

{
"make": "0.813",
"county": "0.20061",
"fuel": "4",
"max_results": 100
}

Input Example (URL):

{
"input_url": "https://www.finn.no/mobility/search/car?q=tesla&price_to=400000",
"max_results": 100
}

Output Example:

{
"id": "475987651",
"url": "https://www.finn.no/mobility/item/475987651",
"title": "Hyundai Sonata",
"price": 26942,
"year": 1998,
"mileage": 180000,
"make": "Hyundai",
"model": "Sonata",
"fuel": "Bensin",
"transmission": "Automat",
"location": "Trondheim",
"image": "https://images.finncdn.no/dynamic/default/item/475987651/example.jpg"
}

Output fields:

FieldDescription
idFINN listing id.
urlPublic listing page.
titleListing title.
priceAsking price in Norwegian kroner when shown.
yearModel year when shown.
mileageMileage in kilometres when shown.
makeCar brand.
modelCar model.
fuelFuel type when shown.
transmissionGearbox when shown.
locationCity or place on the card.
imageListing photo.

📋 Input reference

ParameterTypeRequiredDefaultDescription
input_urlstringNoFINN car search or listing URL. Overrides every filter.
querystringNoSame as the site search box.
makestring enumNoallCar brand (Toyota, Volkswagen, BMW, …).
countystring enumNoallNorwegian county (Oslo, Akershus, …).
fuelstring enumNoanyPetrol, diesel, electric, hybrid, and more.
gearboxstring enumNoanyManual or automatic.
bodystring enumNoanyHatchback, sedan, estate, SUV, and more.
sellerstring enumNoanyoneBrand dealer, other dealership, or private seller.
price_minintegerNoLowest price in NOK.
price_maxintegerNoHighest price in NOK.
year_minintegerNoOldest model year.
year_maxintegerNoNewest model year.
mileage_maxintegerNoHighest mileage in kilometres.
sortstring enumNonewestNewest, price, year, mileage, relevance, model, or closest.
max_resultsintegerNo50Maximum rows (12000). Search stops at page 50.