Jobbland.se Scraper avatar

Jobbland.se Scraper

Pricing

$35.00/month + usage

Go to Apify Store
Jobbland.se Scraper

Jobbland.se Scraper

Scrape Jobbland.se with this Jobbland.se scraper: collect Swedish job listings, salaries, locations, categories, company profiles, finances, and application links with flexible URL input, pagination, maxItems limits, and proxy support.

Pricing

$35.00/month + usage

Rating

5.0

(1)

Developer

Lexis Solutions

Lexis Solutions

Maintained by Community

Actor stats

0

Bookmarked

3

Total users

2

Monthly active users

10 days ago

Last modified

Share

Jobbland.se Scraper

This actor extracts job listings from Jobbland.se (often referred to as Jobbland SE), a Swedish job board and job aggregation platform. It supports scraping from Jobbland search/list pages and individual job pages, and returns structured data for jobs, locations, categories, salary, company details, and the original source URL.


🚀 Key Features

  • ✅ Flexible URL-based scraping from Jobbland search/list pages (/lediga-jobb/...) or job detail pages (/jobb/...)
  • ✅ Automated pagination for list pages (?page=) with a configurable item limit (maxItems)
  • ✅ Comprehensive job metadata (title/heading, description HTML, category, location, dates)
  • ✅ Application details (applyUrl, applyMethod) and original source URL
  • ✅ Company enrichment when available (company profile, location, finances, social links)
  • ✅ Built-in retry handling and optional proxy support for reliability

👤 Who Is This Actor For?

This actor is ideal for:

  • Job aggregators collecting listings from multiple sources
  • Recruitment agencies monitoring competitor job postings
  • Market researchers analyzing job market trends and demand
  • HR analytics platforms enriching job data for insights
  • Career services providing comprehensive job search capabilities

❓ Why Is This Actor Important?

Jobbland.se aggregates a large number of Swedish job listings from different sources. Access to standardized job listing data supports:

  • Real-time job market monitoring and trend analysis
  • Competitive intelligence for recruitment and hiring strategies
  • Market research on salary trends, skill demand, and geographic distribution
  • Integrations with job aggregation and career services platforms

Input Schema

Here's an example input:

{
"startUrls": [
{
"url": "https://jobbland.se/lediga-jobb/stockholm/kategori/administration?page=1"
},
{
"url": "https://jobbland.se/jobb/gruppledare-till-korttidsverksamheter-for-barn-och-ungdomar-sksee-19937218"
}
],
"maxItems": 100,
"proxyConfiguration": {
"useApifyProxy": false
}
}

Input Parameters

ParameterTypeDescriptionExampleRequired
startUrlsArrayJobbland URLs to start scraping from (either a list/search URL or a job detail URL).[{ "url": "https://jobbland.se/lediga-jobb/stockholm?page=1" }]✅ Yes
maxItemsNumberThe maximum number of job detail items to output (only applies when starting from list/search pages).100✅ Yes
proxyConfigurationObjectOptional proxy setup for Apify runs{ "useApifyProxy": false }❌ No

Output Schema

{
"id": 19937218,
"address": "Stockholm",
"municipalityName": "Stockholm",
"postalCode": "111 22",
"category": {
"id": 12,
"name": "Administration",
"link": "/lediga-jobb/stockholm/kategori/administration",
"slug": "administration"
},
"endsAt": "2026-02-28T23:59:59+01:00",
"ended": false,
"daysLeft": 29,
"heading": "Gruppledare till korttidsverksamheter för barn och ungdomar",
"slug": "gruppledare-till-korttidsverksamheter-for-barn-och-ungdomar-sksee-19937218",
"link": "https://jobbland.se/jobb/gruppledare-till-korttidsverksamheter-for-barn-och-ungdomar-sksee-19937218",
"location": {
"id": 1,
"name": "Stockholm",
"latitude": 59.3293,
"longitude": 18.0686,
"searchUrl": "/lediga-jobb/stockholm",
"parentName": "Stockholms län",
"slug": "stockholm"
},
"logoUrl": "https://jobbland.se/path/to/logo.png",
"postedAt": "2026-01-20T10:15:00+01:00",
"product": {
"name": "Standard",
"type": "standard",
"recommendInSearch": false
},
"applyMethod": "external",
"applyUrl": "https://example.com/apply",
"salary": null,
"salaryEstimate": {
"year": 2026,
"low": 420000,
"high": 520000,
"jobTitle": {
"name": "Gruppledare",
"slug": "gruppledare",
"link": "https://jobbland.se/lediga-jobb/gruppledare"
}
},
"descriptionHtml": "<p>...</p>",
"bannerUrl": "https://jobbland.se/path/to/banner.jpg",
"source": {
"name": "Original Source",
"originalUrl": "https://original-source.example/jobs/123"
},
"jobTitles": [
{
"id": 101,
"name": "Gruppledare",
"slug": "gruppledare",
"link": "https://jobbland.se/lediga-jobb/gruppledare",
"jobEntryCount": 250
}
],
"categories": [
{
"id": 12,
"name": "Administration",
"slug": "administration",
"link": "https://jobbland.se/lediga-jobb/kategori/administration",
"jobEntryCount": 1200
}
],
"company": {
"id": 555,
"name": "Example Company AB",
"link": "/foretag/example-company-ab",
"logo": "example-company-ab.png",
"numberOfJobs": 37,
"slug": "example-company-ab",
"logoUrl": "https://jobbland.se/path/to/company-logo.png",
"searchUrl": "/lediga-jobb/foretag/example-company-ab",
"vatId": "SE5560000000",
"descriptionHtml": "<p>...</p>",
"descriptionAdditionalHtml": "<p>...</p>",
"location": {
"id": 1,
"name": "Stockholm",
"latitude": 59.3293,
"longitude": 18.0686,
"searchUrl": "/lediga-jobb/stockholm",
"parentName": "Stockholms län",
"slug": "stockholm"
},
"finances": {
"year": 2024,
"revenue": 10000000,
"profit": 1200000,
"employees": 45,
"revenueChange": 0.05,
"profitChange": 0.02,
"employeesChange": 0.03,
"currency": "SEK"
},
"vainuLink": null,
"gptwStatus": null,
"socialLinks": {
"homepage": "https://example.com",
"linkedin": "https://www.linkedin.com/company/example",
"twitter": null,
"facebook": null,
"instagram": null,
"youtube": null
}
},
"modifiedAt": "2026-01-25T12:00:00+01:00",
"language": "sv",
"inputUrl": "https://jobbland.se/lediga-jobb/stockholm/kategori/administration?page=1"
}

Output Fields

FieldTypeDescription
idNumberJob entry ID
headingStringJob title/heading
descriptionHtmlStringJob description in HTML
addressStringJob address/location text
municipalityNameStringMunicipality name (when available)
postalCodeStringPostal code (when available)
categoryObjectPrimary job category (id, name, slug, link)
locationObjectLocation object (name, coordinates, parent region, search URL)
postedAtStringPosting timestamp
endsAtStringApplication end timestamp (when available)
applyUrlStringApplication URL (often the external/original listing)
applyMethodStringApply method indicator from Jobbland
salaryAnySalary field from Jobbland (may be null/empty depending on listing)
salaryEstimateObjectSalary estimate object (year/low/high + job title info)
companyObjectCompany object (name, profile, location, finances, social links)
sourceObjectOriginal source info (name + original URL)
jobTitlesArrayRelated job titles/tags returned by Jobbland
categoriesArrayAdditional categories returned by Jobbland
modifiedAtStringLast modified timestamp from Jobbland metadata
languageStringLanguage code (e.g., sv)
inputUrlStringThe original start URL that led to this item

🔍 Data Coverage

  • Job profile: Job ID, heading, description HTML, posting and expiry dates
  • Location data: Address, municipality, postal code, region + lat/long (when available)
  • Company information: Company profile, location, finances, and social links (when available)
  • Job categories: Primary category plus additional categories and job titles (tags)
  • Application details: Apply method, apply URL, and original source URL
  • Job metadata: Modified timestamp, language code, and the originating input URL
  • Result limits: Use maxItems to cap output when scraping list/search pages

See also

Explore other job scrapers from Lexis Solutions on Apify:

See all our actors in the Apify Store: https://apify.com/lexis-solutions


👀 p.s.

Got feedback or need an extension?

Lexis Solutions is a certified Apify Partner. We can help you with custom solutions or data extraction projects.

Contact us over Email or LinkedIn

Support Our Work 💝

If you're happy with our work and scrapers, you're welcome to leave us a company review and leave a review for the scrapers you're subscribed to. It will take you less than a minute but it will mean a lot to us!


Image Credit: https://jobbland.se/