VOOZH about

URL: https://apify.com/enthralled_inch/daily-job-matcher

โ‡ฑ daily-job-matcher [DEPRECATED] ยท Apify


๐Ÿ‘ daily-job-matcher avatar

daily-job-matcher

Deprecated

Pricing

Pay per usage

Go to Apify Store

Pricing

Pay per usage

Rating

0.0

(0)

Developer

๐Ÿ‘ Saikumar

Saikumar

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

4 months ago

Last modified

Categories

Share

JavaScript Crawlee & CheerioCrawler Actor Template

This template example was built with Crawlee to scrape data from a website using Cheerio wrapped into CheerioCrawler.

Quick Start

Once you've installed the dependencies, start the Actor:

$apify run

Once your Actor is ready, you can push it to the Apify Console:

apify login # first, you need to log in if you haven't already done so
apify push

Project Structure

.actor/
โ”œโ”€โ”€ actor.json # Actor config: name, version, env vars, runtime settings
โ”œโ”€โ”€ dataset_schema.json # Structure and representation of data produced by an Actor
โ”œโ”€โ”€ input_schema.json # Input validation & Console form definition
โ””โ”€โ”€ output_schema.json # Specifies where an Actor stores its output
src/
โ””โ”€โ”€ main.js # Actor entry point and orchestrator
storage/ # Local storage (mirrors Cloud during development)
โ”œโ”€โ”€ datasets/ # Output items (JSON objects)
โ”œโ”€โ”€ key_value_stores/ # Files, config, INPUT
โ””โ”€โ”€ request_queues/ # Pending crawl requests
Dockerfile # Container image definition

For more information, see the Actor definition documentation.

How it works

This code is a JavaScript script that uses Cheerio to scrape data from a website. It then stores the website titles in a dataset.

  • The crawler starts with URLs provided from the input startUrls field defined by the input schema. Number of scraped pages is limited by maxPagesPerCrawl field from the input schema.
  • The crawler uses requestHandler for each URL to extract the data from the page with the Cheerio library and to save the title and URL of each page to the dataset. It also logs out each result that is being saved.

What's included

  • Apify SDK - toolkit for building Actors
  • Crawlee - web scraping and browser automation library
  • Input schema - define and easily validate a schema for your Actor's input
  • Dataset - store structured data where each object stored has the same attributes
  • Cheerio - a fast, flexible & elegant library for parsing and manipulating HTML and XML
  • Proxy configuration - rotate IP addresses to prevent blocking

Resources

Creating Actors with templates

Getting started

For complete information see this article. In short, you will:

  1. Build the Actor
  2. Run the Actor

Pull the Actor for local development

If you would like to develop locally, you can pull the existing Actor from Apify console using Apify CLI:

  1. Install apify-cli

    Using Homebrew

    $brew install apify-cli

    Using NPM

    $npm-ginstall apify-cli
  2. Pull the Actor by its unique <ActorId>, which is one of the following:

    • unique name of the Actor to pull (e.g. "apify/hello-world")
    • or ID of the Actor to pull (e.g. "E2jjCZBezvAZnX8Rb")

    You can find both by clicking on the Actor title at the top of the page, which will open a modal containing both Actor unique name and Actor ID.

    This command will copy the Actor into the current directory on your local machine.

    $apify pull <ActorId>

Documentation reference

To learn more about Apify and Actors, take a look at the following resources:

You might also like

AI LinkedIn Job Matcher

james.logantech/ai-linkedin-job-matcher

AI LinkedIn Job Matcher helps job seekers find the most relevant LinkedIn job postings using NLP, and OpenAI's GPT-4. It analyzes job descriptions, matches them to resumes, and ranks opportunities by relevance. Automate job searching, save time and discover the best career matches easily!

141

5.0

(1)

Remoteok Job Matcher

rayan9064/remoteok-job-matcher

Fetches remote jobs from RemoteOK and matches them to user profiles using AI-powered analysis.

๐Ÿ‘ User avatar

MOHAMMED RAYAN A

3

FINN.no Jobs Scraper

unfenced-group/finn-no-scraper

Scrape job listings from FINN.no โ€” Norway's largest job board with 50,000+ active positions. Extracts title, company, location, NOK salary range, application deadline & full descriptions. Easy-apply flag, repost detection & daysOld filtering. No API key required.

๐Ÿ‘ User avatar

Unfenced Group

18

Amazon Products Scraper - Fast & Efficient (with Sales Data)

automly/amazon-products-scraper---fast-efficient-with-sales-data

Scrape Amazon product pages โ€” title, price, BSR, badges, variants, reviews, specs, plus monthly-sales/revenue estimates calibrated against Amazon's own bought-in-past-month badges. Three input modes: keyword search, direct URLs, or raw ASINs.

Interpol Red Notice & Wanted Persons Search

ryanclinton/interpol-red-notices

Search Interpol red notices and wanted persons database via API. Filter by name, nationality, age, sex, or free text. Returns full details: charges, arrest warrants, physical descriptions, photos, and nationalities. Ideal for compliance screening and investigations.

29

Hiring Velocity Signal API โ€” PredictLeads Alternative

zhorex/hiring-velocity-signal-api

Company hiring intent signals from LinkedIn + Indeed in one API call. Per-company counts, week-over-week velocity, role breakdown, seniority mix, and composite hiring score (0-100). $0.20/company, no contract โ€” the self-serve alternative to PredictLeads and Cognism Elevate.

Google Maps Email Extractor & Lead Scraper

highbrow_fame/google-maps-email-extractor

Google Maps email scraper with built-in MX/SPF/DMARC validation + catch-all detection. 50-70% email hit rate (vs 0-15% English-only). Multilingual crawl (10+ langs: kapcsolat/kontakt/contacto/contatti/...). Lead scoring 0-100, delta mode ($0 dupes). PAY_PER_EVENT: $0.005/lead.

Agency Directory Scraper & Lead Finder

ryanclinton/agency-directory-scraper

Scrapes marketing, design, and tech agencies from Google Maps, SuperbCompanies.com, and TheManifest.com into one deduplicated dataset. Extracts name, website, phone, address, services, team size, and rating. $0.05/agency.

JobStreet Singapore Scraper โ€” Jobs, Salaries & Leads

scrapesage/jobstreet-singapore-scraper

Scrape JobStreet Singapore (sg.jobstreet.com). Get salary ranges, work type & arrangement (on-site/hybrid/remote), classification, company, full job descriptions and recruiter contact โ€” turning postings into hiring-intent leads. Monitor mode emits only new or changed jobs. No login, no API key.