Arbeitnow Scraper
Pricing
$0.30 / 1,000 results
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
Actor stats
0
Bookmarked
4
Total users
0
Monthly active users
25 days ago
Last modified
Categories
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
| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
| searchQuery | String | ❌ No | "" | Search term to find images (e.g., "software engineer", "product manager", "devops") |
| sort | String | ❌ No | relevance | Sort order: relevance or newest |
| maxResults | Integer | ❌ No | 100 | Maximum number of jobs to scrape (range: 1-10000) |
| proxyConfiguration | Object | ❌ 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
Example 1: Basic Search
Search for "software engineer" and get 100 results:
{"searchQuery": "software engineer","sort": "relevance","maxResults": 100}
Example 2: Popular Images
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:
| Field | Type | Description |
|---|---|---|
| slug | String | Unique job identifier slug |
| company_name | String | Name of the hiring company |
| title | String | Job title/position name |
| description | String | Cleaned job description (HTML tags removed) |
| remote | Boolean | Whether the job is remote |
| url | String | Direct link to the job posting on Arbeitnow |
| tags | Array | Job category tags (e.g., ["Information technology", "software development"]) |
| job_types | Array | Employment types (e.g., ["Full time", "Mid-senior"]) |
| location | String | Job location (city, country) |
| created_at | Integer | Unix 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").