Kariyer Jobs Scraper
Pricing
$19.99/month + usage
Go to Apify Store

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
Maintained by Community
Actor stats
1
Bookmarked
3
Total users
2
Monthly active users
3 days ago
Last modified
Categories
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
| Field | Type | Required | Description |
|---|---|---|---|
searchUrl | string | Yes | Complete Kariyer.net job search URL to scrape |
maxItems | integer | No | Maximum number of jobs to fetch |
Output
The output is a main list of job objects, each containing:
searchUrl: The original search URL usedtitle: Job titledetailPageUrl: URL to the detailed job posting pagecompany: Company namelocation: Job locationworkModel: Work model (e.g., "İş Yerinde", "Uzaktan")badge: Employment type badge (e.g., "Tam zamanlı", "Yarı zamanlı")postedAt: Time since the job was postedpositionId: Position identifiercompanyId: Company identifierjobCode: Job codeworkType: Work type codejobStatus: Job statusjobDateStatus: Job date statusworkModelText: Work model text descriptionworkTypeText: Work type text descriptionscrapedAt: 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