VOOZH about

URL: https://apify.com/ninz/my-actor

⇱ Mostaql Job Scraper Β· Apify


Pricing

from $2.50 / 1,000 results

Go to Apify Store

Mostaql Job Scraper

This actor searches Mostaql for jobs based on your keywords and returns a list of matching job postings with details such as title, description, budget and hiring rate. Let me know if you need any additional features such as filtering by budget range or more.

Pricing

from $2.50 / 1,000 results

Rating

0.0

(0)

Developer

πŸ‘ Ninz

Ninz

Maintained by Community

Actor stats

0

Bookmarked

4

Total users

2

Monthly active users

a month ago

Last modified

Categories

Share

Python empty template

Start a new web scraping project quickly and easily in Python with our empty project template. It provides a basic structure for the Actor with Apify SDK and allows you to easily add your own functionality.

Included features

  • Apify SDK for Python - a toolkit for building Apify Actors and scrapers in Python
  • Input schema - define and easily validate a schema for your Actor's input
  • Request queue - queues into which you can put the URLs you want to scrape
  • Dataset - store structured data where each object stored has the same attributes

How it works

Insert your own code to async with Actor: block. You can use the Apify SDK with any other Python library.

Resources

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

GitLab Jobs Scraper

moving_beacon-owner1/gitlab-jobs-scraper

An Actor scrapes public job postings from GitLab’s Greenhouse board and lets you filter results by department, location, or title. It returns structured job data such as title, location, department, job URL, and optional full description and salary info, with a limit on total jobs per run.

2

Upwork Post Details Scraper

arlusm/upwork-post-details-scraper

This scraper takes direct Upwork job post URLs and extracts information such as job title, budget, description, and client data. It can optionally use a proxy server from a specified country. The results are provided in a structured JSON format for easy analysis or further processing.

Naukri Job Scraper

muhammetakkurtt/naukri-job-scraper

Naukri Job Scraper is an actor that automatically scrapes job postings from Naukri.com. It scrapes details such as job title, company name, experience and salary based on the specified keyword and maximum number of jobs. The collected data can be used for recruitment analysis and market research.

πŸ‘ User avatar

Muhammet Akkurt

13K

3.1

Upwork Jobs Scraper

moving_beacon-owner1/upwork-jobs-scraper

Upwork Jobs Scraperβ€” Scrapes Upwork job listings based on keywords or the latest available jobs. Extracts job details including title, budget, experience level, skills, description, posting date, and URL, with support for pagination, sorting, and item limits.

2

Freelancer.com Project Scraper

moving_beacon-owner1/freelancer-com-project-scraper

Scrape active Freelancer.com projects by keyword, budget, and type. Gather project details like title, budget, bids, skills, description, status, and URL. Supports pagination, budget filtering, curl_cffi browser impersonation, and optional Apify proxy for large-scale project discovery.

2

InfoJobs.net Scraper

lexis-solutions/infojobs-net-scraper

Scraper to extract data from InfoJobs.net job postings such as company name, job title, location, salary, contract type, and job description.

πŸ‘ User avatar

Lexis Solutions

76

5.0

Basic Upwork Job Scraper

nart/basic-upwork-job-scraper

This is a simple actor that crawls Upwork job listings based on a single keyword. It extracts key details for each job, including the title, description, and URL, and outputs the data in a structured format. I made an AI job rating agent out of it, telegram me if you want one. @cutiecupid90

Upwork Jobs Scraper

igview-owner/upwork-jobs-scraper

Scrape Upwork jobs by simply pasting your search URL. Get clean job data with title, description, budget, skills, type and links. Perfect for job hunting, market research and lead generation.

πŸ‘ User avatar

Sachin Kumar Yadav

45

Related articles

Scraping job listings data for a competitive edge
Read more
Best job scraping tools for talent acquisition
Read more
How to scrape LinkedIn with Python: step-by-step guide
Read more