Finn.no Jobs Search Scraper avatar

Finn.no Jobs Search Scraper

Pricing

Pay per usage

Go to Apify Store
Finn.no Jobs Search Scraper

Finn.no Jobs Search Scraper

Scrape job listings from Finn.no, Norway's largest job board. Extract job titles, companies, locations, deadlines, and job URLs.

Pricing

Pay per usage

Rating

0.0

(0)

Developer

Jobs API

Jobs API

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

2 days ago

Last modified

Share

Scrape job listings from Finn.no, Norway's largest job board. Extract job titles, companies, locations, deadlines, and job URLs.

Features

  • Keyword search — find content by keyword, search term, or topic
  • Location filtering — narrow results to specific cities, regions, or countries

Use Cases

  • Norwegian job market intelligence — track hiring demand and skill trends across Norway's largest job board
  • Scandinavian recruitment analysis — source candidates and monitor competition in the Norwegian labor market
  • Nordic labor market trends — identify regional hiring patterns and industry growth areas
  • Regional salary benchmarking — collect compensation data from Norwegian job listings

Sample Input

{
"keyword": "developer",
"jobType": "fulltime",
"maxItems": 25,
"proxyConfiguration": {
"useApifyProxy": true
}
}

Sample Output

{
"jobId": "FINN-98765432",
"company": "Equinor ASA",
"location": "Oslo, Norway",
"deadline": "2026-01-15",
"postedAgo": "3 days ago",
"jobUrl": "https://www.finn.no/job/98765432",
"isSponsored": false,
"scrapedAt": "2025-12-15T10:30:00.000Z"
}

Input

FieldTypeDefaultRequiredDescription
keywordstringdeveloperJob title, keyword, or company name to search for.
jobTypestringfulltimeType of job listing to search. Options: fulltime, parttime, management, it
maxItemsinteger25Maximum number of jobs to scrape.
proxyConfigurationobjectProxy settings for the actor.
experienceLevelstringFilter by minimum experience level: Entry Level, Mid Level, Senior Level, Executive, Director.
salaryMinintegerMinimum salary filter (in NOK). Only show jobs paying at least this amount.
salaryMaxintegerMaximum salary filter (in NOK). Only show jobs paying at most this amount.
remoteFilterstringFilter by work location type: Remote, Hybrid, On-site.
educationLevelstringFilter by minimum education level: High School, Associate Degree, Bachelor's, Master's, Doctorate.

Output

Each scraped item includes:

FieldDescription
jobIdJob ID
companyCompany
locationLocation
deadlineDeadline
postedAgoPosted Ago
jobUrlJob URL
isSponsoredIs Sponsored
scrapedAtScraped At

Notes

  • Proxy: Residential proxy is highly recommended — set proxyConfiguration: { useApifyProxy: true, apifyProxyGroups: ["RESIDENTIAL"] }
  • Rate limits: Keep maxItems reasonable per run to avoid IP bans or rate throttling
  • Scheduling: Use Apify Scheduler to run this actor on a recurring basis for a consistently fresh dataset