Behance Jobs Scraper 💼 | Fast & Accurate Job Data Extraction avatar
Behance Jobs Scraper 💼 | Fast & Accurate Job Data Extraction

Pricing

$10.00/month + usage

Go to Store
Behance Jobs Scraper 💼 | Fast & Accurate Job Data Extraction

Behance Jobs Scraper 💼 | Fast & Accurate Job Data Extraction

pintxuki/behance-jobs-extractor

Developed by

Viralizai

Maintained by Community

Scrape Behance job listings in real-time with detailed insights on job titles, companies, locations, and more. Filter by category and country for targeted results. Perfect for recruiters, job seekers, and market analysts. Automate job data collection effortlessly! 🚀

0.0 (0)

Pricing

$10.00/month + usage

0

Monthly users

1

Runs succeeded

>99%

Last modified

7 hours ago

Behance Jobs Extractor

This actor extracts job listings from Behance's job board. It handles infinite scrolling to load more job listings with a configurable limit.

Features

  • Scrapes job listings from Behance's job board
  • Handles infinite scrolling to load all available jobs
  • Configurable maximum number of items to extract
  • Extracts detailed job information including:
    • Job title
    • Company name
    • Location
    • Job description
    • Posted time
    • Job URL
    • Company logo URL

Input Configuration

The actor accepts the following input parameters:

FieldTypeDescription
startUrlsArrayURLs to start with. Default is https://www.behance.net/joblist
maxRequestsPerCrawlIntegerMaximum number of requests the crawler will make. Default is 100
maxItemsIntegerMaximum number of job items to extract. Default is 50

Output

The actor outputs a dataset with the following schema:

1interface BehanceJob {
2    title: string; // Job title
3    company: string; // Company name
4    location: string; // Job location
5    description: string; // Job description
6    postedTime: string; // When the job was posted (e.g., "2 days ago")
7    jobUrl: string; // URL to the job listing
8    companyLogoUrl?: string; // URL to the company logo image
9}

Usage

  1. Create a new task for the Behance Jobs Extractor actor
  2. Configure the input parameters as needed
  3. Run the task
  4. Access the extracted data in the "Dataset" tab

Technical Details

  • Uses Playwright with Firefox via Camoufox for browser automation
  • Implements an advanced scrolling mechanism to handle Behance's infinite scroll
  • Extracts data directly from the DOM structure of Behance job cards

PlaywrightCrawler template

This template is a production-ready boilerplate for developing an Actor with PlaywrightCrawler. It has Camoufox - a stealthy fork of Firefox - preinstalled. Note that Camoufox might consume more resources than the default Playwright-bundled Chromium or Firefox.

Use this template to bootstrap your projects using the most up-to-date code.

We decided to split Apify SDK into two libraries, Crawlee and Apify SDK v3. Crawlee will retain all the crawling and scraping-related tools and will always strive to be the best web scraping library for its community. At the same time, Apify SDK will continue to exist, but keep only the Apify-specific features related to building actors on the Apify platform. Read the upgrading guide to learn about the changes.

Resources

If you're looking for examples or want to learn more visit:

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 -g install 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:

Pricing

Pricing model

Rental 

To use this Actor, you have to pay a monthly rental fee to the developer. The rent is subtracted from your prepaid usage every month after the free trial period. You also pay for the Apify platform usage.

Free trial

2 hours

Price

$10.00