Cutshort Jobs Search Scraper
Pricing
from $2.99 / 1,000 job details
Cutshort Jobs Search Scraper
Extract rich public job, recruiter, salary, skills, description, and company data from Cutshort.io.
Pricing
from $2.99 / 1,000 job details
Rating
0.0
(0)
Developer
Jobs API
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
11 hours ago
Last modified
Categories
Share
Extract structured technology-job listings from Cutshort with search and direct-detail modes. The Actor follows public listing links, enriches each result from its detail page, and emits source-backed descriptions, company and location data, application URLs, dates, skills, and salary details when published.
Input
mode:searchordetailquery: search phrase used in search modelocation: optional location filterstartUrls: Cutshort job URLs for detail modemaxItems: maximum records to savemaxPages: maximum search pages to inspectmaxConcurrency: bounded detail-page concurrencyrequestTimeoutSecs: request timeoutretries: retry count for transient failures
No proxy is required for the current public source. The Actor runs directly both locally and on Apify.
Output
Each dataset item contains normalized job identity and URL fields, title, company, location, full source-backed description, application URL, dates, skills, employment information, salary where disclosed, provenance, and compact source data. Records that fail completeness or source-validation gates are skipped and recorded in diagnostics instead of being published as jobs.
Run diagnostics and summaries are written to the default key-value store under OUTPUT, SUMMARY, HEALTH, DIAGNOSTICS, and SKIPS.
Example
{"mode": "search","query": "developer","location": "","maxItems": 10,"maxPages": 2}
Reliability
Requests use bounded retries, timeouts, concurrency, URL deduplication, and strict official-host validation. A run that cannot obtain any complete records exits non-zero and records evidence-backed diagnostics rather than reporting silent success.