Kariyer Jobs Scraper avatar
Kariyer Jobs Scraper

Pricing

$19.99/month + usage

Go to Apify Store
Kariyer Jobs Scraper

Kariyer Jobs Scraper

Scrape job listings from Kariyer.net by providing a search URL, with automatic pagination and comprehensive job information extraction.

Pricing

$19.99/month + usage

Rating

5.0

(1)

Developer

PowerAI

PowerAI

Maintained by Community

Actor stats

1

Bookmarked

3

Total users

2

Monthly active users

3 days ago

Last modified

Share

💼 Kariyer Jobs Scraper

This actor allows you to scrape job listings from Kariyer.net by providing a search URL. It automatically handles pagination and extracts comprehensive job information including job titles, company details, locations, work models, and posting dates.

Features

  • URL-based Scraping: Extract jobs by providing a complete Kariyer.net search URL
  • Automatic Pagination: Automatically navigates through pages and loads more jobs until reaching the end or max items limit
  • Comprehensive Job Data: Extract detailed information about each job listing including:
    • Job title and detail page URL
    • Company name and information
    • Location details
    • Work model (on-site, remote, etc.)
    • Employment type (full-time, part-time, etc.)
    • Posting date
    • Job status and metadata

Input Parameters

FieldTypeRequiredDescription
searchUrlstringYesComplete Kariyer.net job search URL to scrape
maxItemsintegerNoMaximum number of jobs to fetch

Output

The output is a main list of job objects, each containing:

  • searchUrl: The original search URL used
  • title: Job title
  • detailPageUrl: URL to the detailed job posting page
  • company: Company name
  • location: Job location
  • workModel: Work model (e.g., "İş Yerinde", "Uzaktan")
  • badge: Employment type badge (e.g., "Tam zamanlı", "Yarı zamanlı")
  • postedAt: Time since the job was posted
  • positionId: Position identifier
  • companyId: Company identifier
  • jobCode: Job code
  • workType: Work type code
  • jobStatus: Job status
  • jobDateStatus: Job date status
  • workModelText: Work model text description
  • workTypeText: Work type text description
  • scrapedAt: Timestamp of when the job was scraped

Example output:

[
{
"searchUrl": "https://www.kariyer.net/is-ilanlari/finans+uzmani",
"title": "Finans Uzmanı",
"detailPageUrl": "https://www.kariyer.net/is-ilani/gedik-holding-a-s-finans-uzmani-4306923",
"company": "GEDİK HOLDİNG A.Ş.",
"location": "İstanbul(Asya)",
"workModel": "İş Yerinde",
"badge": "Tam zamanlı",
"postedAt": "1 gün",
"positionId": "4306923",
"companyId": "12345",
"jobCode": "JOB001",
"workType": "1",
"jobStatus": "active",
"jobDateStatus": "recent",
"workModelText": "On-site",
"workTypeText": "Full-time",
"scrapedAt": "2025-11-18T06:53:26.052Z"
},
...
]

Use Cases

  • Job market research and analysis
  • Talent acquisition and recruitment
  • Salary and compensation research
  • Industry trend analysis
  • Job availability tracking
  • Competitive intelligence

Notes

  • Results are automatically paginated until reaching the end or max items limit
  • All job information is extracted directly from the listing pages
  • The actor handles dynamic content loading and pagination automatically