MyActor
No credit card required
MyActor
No credit card required
JobScan AI is a powerful solution for job search and information extraction, combining the intelligence of Generative AI and Google. This actor is designed to scrape job postings directly from Google and major job sites, unifying results into a structured and easy-to-use format.
You can access the MyActor programmatically from your own applications by using the Apify API. You can choose the language preference from below. To use the Apify API, you’ll need an Apify account and your API token, found in Integrations settings in Apify Console.
1echo '{
2 "optional_keywords": [
3 "Software Engineer"
4 ],
5 "mandatory_keywords": [
6 "Remote",
7 "Full-time"
8 ],
9 "search_sites": [
10 "boards.greenhouse.io",
11 "jobs.lever.co",
12 "myworkdayjobs.com",
13 "careers.smartrecruiters.com",
14 "jobs.jobvite.com",
15 "careers.icims.com",
16 "angel.co",
17 "stackoverflow.com/jobs",
18 "weworkremotely.com",
19 "remotive.io",
20 "bamboohr.com",
21 "https://www.linkedin.com/jobs"
22 ]
23}' |
24apify call serafimc/myactor --silent --output-dataset
MyActor API through CLI
The Apify CLIis the official tool that allows you to use MyActor locally, providing convenience functions and automatic retries on errors.
Install the Apify CLI
1npm i -g apify-cli
2apify login
Other API clients include:
Actor Metrics
2 monthly users
-
1 star
>99% runs succeeded
Created in Jan 2025
Modified 5 days ago