Google Job Search Scraper avatar
Google Job Search Scraper

Deprecated

Pricing

$4.99 / 1,000 results

Go to Store
Google Job Search Scraper

Google Job Search Scraper

Deprecated

Developed by

PowerAI

PowerAI

Maintained by Community

Extract job listings from Google Jobs with detailed metadata including job titles, company information, requirements, and direct URLs. Perfect for job market research, competitor analysis, and talent acquisition.

0.0 (0)

Pricing

$4.99 / 1,000 results

1

Total users

7

Monthly users

7

Runs succeeded

78%

Last modified

6 hours ago

💼 Google Job Search Scraper

Extract job listings from Google Jobs with detailed metadata! This powerful tool helps you gather comprehensive information about job postings, including job titles, company details, requirements, and direct URLs.

✨ Key Features

  • 📥 Search jobs with flexible filters
  • 📊 Get detailed job metadata including:
    • Job title and description
    • Company information and logo
    • Salary information
    • Requirements and benefits
    • Location details
    • Job highlights
  • 🔗 Generate direct URLs for:
    • Job postings
    • Company websites
    • Google Jobs links
  • 📈 Support for large result sets with automatic pagination
  • 📋 Clean and structured JSON output

💪 Why Choose This Actor?

  • Comprehensive: Get all job details from Google Jobs
  • Flexible: Multiple search filters and parameters
  • Efficient: Automatic pagination for large result sets
  • Structured: Clean JSON output for easy integration
  • Reliable: Stable and consistent data extraction
  • User-Friendly: Simple input parameters

🎯 Perfect For

  • 📊 Job Market Researchers
  • �� HR Professionals
  • 💼 Job Seekers
  • �� Company Analysts
  • 🔍 Competitor Analysts
  • 📋 Recruitment Agencies

📈 Use Cases

  1. Job Market Research: Analyze job market trends
  2. Competitor Analysis: Monitor competitor's job postings
  3. Job Discovery: Find relevant job opportunities
  4. Salary Research: Gather salary insights
  5. Talent Acquisition: Source potential candidates

📝 Input Requirements

The actor accepts the following input parameters:

  • query (required): The search keyword for job search
  • maxResults (optional): Maximum number of jobs to extract (default: 10)
  • country (optional): Country code (e.g., 'us', 'uk', 'ca')
  • language (optional): Language code (e.g., 'en', 'es', 'fr')
  • date_posted (optional): Filter by posting date (all, today, 3days, week, month)
  • work_from_home (optional): Filter for remote jobs
  • employment_types (optional): Job type (e.g., FULLTIME, PARTTIME, CONTRACT)
  • job_requirements (optional): Experience level

Input Example

{
"query": "software engineer",
"maxResults": 10,
"country": "us",
"language": "en",
"date_posted": "week",
"work_from_home": true,
"employment_types": "FULLTIME",
"job_requirements": "under_3_years_experience"
}

Output Example

{
[
{
"job_id": "123456",
"employer_name": "Tech Corp",
"employer_logo": "https://...",
"employer_website": "https://...",
"employer_company_type": "Private",
"employer_linkedin": "https://...",
"job_publisher": "LinkedIn",
"job_employment_type": "FULLTIME",
"job_employment_types": ["FULLTIME"],
"job_employment_type_text": "Full-time",
"job_title": "Senior Software Engineer",
"job_apply_link": "https://...",
"job_apply_is_direct": true,
"job_apply_quality_score": 0.9,
"apply_options": [
{
"publisher": "LinkedIn",
"apply_link": "https://...",
"is_direct": true
}
],
"job_description": "We are looking for a Senior Software Engineer...",
"job_is_remote": true,
"job_posted_human_readable": "2 days ago",
"job_posted_at_timestamp": 1647123456,
"job_posted_at_datetime_utc": "2024-03-15T10:00:00Z",
"job_location": "San Francisco, CA",
"job_city": "San Francisco",
"job_state": "CA",
"job_country": "US",
"job_latitude": 37.7749,
"job_longitude": -122.4194,
"job_benefits": ["Health insurance", "401(k)", "Remote work"],
"job_google_link": "https://...",
"job_required_experience": {
"no_experience_required": false,
"required_experience_in_months": 36,
"experience_mentioned": true,
"experience_preferred": false
},
"job_salary": 120000,
"job_min_salary": 100000,
"job_max_salary": 150000,
"job_salary_currency": "USD",
"job_salary_period": "YEAR",
"job_highlights": {
"Qualifications": ["Bachelor's degree", "3+ years experience"],
"Responsibilities": ["Design and develop software", "Lead technical projects"]
},
"scrapedAt": "2024-03-15T11:00:00Z"
}
],
...
}