Arbeitnow Scraper avatar
Arbeitnow Scraper

Pricing

$0.30 / 1,000 results

Go to Apify Store
Arbeitnow Scraper

Arbeitnow Scraper

Extract job listings from Arbeitnow.com, a job board specializing in visa sponsorship, four-day work weeks, and remote opportunities. Get complete job metadata including company names, descriptions, locations, job types, and tags with automatic pagination support.

Pricing

$0.30 / 1,000 results

Rating

0.0

(0)

Developer

Conduit

Conduit

Maintained by Community

Actor stats

0

Bookmarked

4

Total users

0

Monthly active users

25 days ago

Last modified

Share

📋 Arbeitnow Job Board Scraper

Extract job listings from Arbeitnow.com, a job board specializing in visa sponsorship, four-day work weeks, and remote opportunities. Get complete job metadata including company names, descriptions, locations, job types, and tags with automatic pagination support.


✨ Why Use Arbeitnow Scraper?

  • ⚡ Fast & Efficient - Direct API access delivers results in seconds
  • 🎯 Reliable Data - Extracts complete job metadata from the official API
  • 📈 Scalable - Scrape from 1 to 10,000 jobs with automatic pagination (100 per page)
  • 🌍 Global Opportunities - Access jobs with visa sponsorship, remote work, and four-day work weeks
  • 📊 Clean Output - Structured JSON data ready for analysis, job boards, or integration

📥 Input Parameters

ParameterTypeRequiredDefaultDescription
searchQueryString❌ No""Search term to find images (e.g., "software engineer", "product manager", "devops")
sortString❌ NorelevanceSort order: relevance or newest
maxResultsInteger❌ No100Maximum number of jobs to scrape (range: 1-10000)
proxyConfigurationObject❌ No{ useApifyProxy: true }Proxy settings to avoid rate limiting

Note: Arbeitnow returns 100 results per page. The Actor automatically handles pagination to reach your desired maxResults.


📖 Usage Examples

Search for "software engineer" and get 100 results:

{
"searchQuery": "software engineer",
"sort": "relevance",
"maxResults": 100
}

Get the most popular devops jobs:

{
"searchQuery": "devops",
"sort": "relevance",
"maxResults": 200
}

Example 3: Latest Uploads

Find the newest product manager jobs:

{
"searchQuery": "product manager",
"sort": "newest",
"maxResults": 150
}

Example 4: Specific Theme

Collect images for a specific theme or project:

{
"searchQuery": "golang developer",
"sort": "relevance",
"maxResults": 300
}

📤 Output Data

Each image result includes:

FieldTypeDescription
slugStringUnique job identifier slug
company_nameStringName of the hiring company
titleStringJob title/position name
descriptionStringCleaned job description (HTML tags removed)
remoteBooleanWhether the job is remote
urlStringDirect link to the job posting on Arbeitnow
tagsArrayJob category tags (e.g., ["Information technology", "software development"])
job_typesArrayEmployment types (e.g., ["Full time", "Mid-senior"])
locationStringJob location (city, country)
created_atIntegerUnix timestamp of when the job was posted

Sample Output

{
"slug": "mulesoft-developer-ateeca-178727",
"company_name": "ateeca",
"title": "Mulesoft Developer",
"description": "Key Requirement: Hands-on experience on Building interfaces on any ESB platform. Experience in Core Java, Messaging (JMS), Web API: SOAP, REST and authentication methods such as OAuth and SAML...",
"remote": false,
"url": "https://arbeitnow.com/view/mulesoft-developer-ateeca-178727",
"tags": [
"Information technology and services",
"information technology"
],
"job_types": [
"Mid-senior",
"contract"
],
"location": "Leicester",
"created_at": 1638006745
}

Data is delivered in clean JSON format, ready to download as JSON, CSV, Excel, or integrate via API.


❓ FAQ

Q: How many jobs can I scrape?
A: You can scrape between 1 and 10,000 jobs per run. For larger datasets, run the Actor multiple times with different search queries.

Q: Do I need proxies?
A: No, but using Apify Proxy is highly recommended to avoid rate limiting from Arbeitnow.

Q: Can I download the actual job description files?
A: The Actor provides direct URLs to the jobs. You can use these URLs to download the files separately or integrate with another Actor for downloading.

Q: Can I filter by company or category?
A: Currently, the Actor supports search queries and sorting. You can include company names in your search query (e.g., "software engineer at google").