Awwwards Jobs Scraper avatar
Awwwards Jobs Scraper

Pricing

$1.00 / 1,000 results

Go to Apify Store
Awwwards Jobs Scraper

Awwwards Jobs Scraper

Developed by

Next_Data_Lab

Next_Data_Lab

Maintained by Community

Scrape job offers from Awwwards.com, including title, company, location, country, employment type, posted date, and application link. Useful for recruiters, designers, and data analysis.

0.0 (0)

Pricing

$1.00 / 1,000 results

0

2

2

Last modified

2 days ago

Extract job listings from Awwwards.com/jobs/ — the leading job board for developers, designers, and creative professionals. This scraper helps you automatically collect fresh job postings, including details about position titles, companies, locations, and links to apply.

Features ✨

💼 Scrape job titles, companies, and locations
🔗 Collect direct links to job detail pages
📅 Extract posting dates and pagination support
🏷️ Capture job categories and employment types
🌍 Works across Awwwards design job filters
⚡ Supports input customization (page, include details)
🚀 Automatic dataset export in multiple formats

Use Cases 💡

  • Recruiting → Find new design candidates or agencies posting jobs
  • Market research → Track hiring trends in the creative industry
  • Lead generation → Collect hiring companies for business development
  • Job hunting → Automate scanning of new opportunities
  • Competitor insights → Monitor who is hiring and for what roles

Output Format 📊

The actor returns structured data in JSON (and other formats supported by Apify such as CSV, Excel, JSONL, or XML).

Each job record includes:

  • Job title
  • Company name
  • Location
  • Job URL
  • Date posted
  • Category / tags

Input Example

{
"page": 1,
"include": "details"
}

Output Sample

[
{
"title": "Senior Product Designer",
"company": "Creative Agency X",
"location": "Remote, Europe",
"url": "https://www.awwwards.com/jobs/senior-product-designer-12345/",
"date": "2025-09-20",
"category": "Product Design"
},
{
"title": "UI/UX Designer",
"company": "Studio Y",
"location": "Barcelona, Spain",
"url": "https://www.awwwards.com/jobs/ui-ux-designer-54321/",
"date": "2025-09-19",
"category": "UX/UI"
}
]