Skip to content

johnisanerd/Apify-Google-Jobs-Scraper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

48 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

https://apify.com/johnvc/apify-google-jobs?fpr=9n7kx3

๐Ÿš€ Google Jobs Search Scraper

The most efficient, reliable, and developer-friendly Google Jobs search scraper

๐Ÿš€ Quick Start

Prerequisites

  • Python 3.7 or higher
  • An Apify account and API key

Setup Instructions

  1. Clone the repository

    git clone <your-repo-url>
    cd Apify-Google-Jobs-Search-Scraper
  2. Create a virtual environment (recommended)

    # Using venv (Python 3.3+)
    python -m venv venv
    
    # Activate the virtual environment
    # On macOS/Linux:
    source venv/bin/activate
    # On Windows:
    venv\Scripts\activate
  3. Install dependencies

    # Install from requirements.txt
    pip install -r requirements.txt
    
  4. Configure your API key

    # Copy the example environment file
    cp .env.example .env
    
    # Edit .env and add your Apify API key
    # Get your API key from: https://apify.com?fpr=9n7kx3
  5. Run the example

    python google-jobs-search-scraper.py

Alternative: Direct API Key Usage

If you prefer not to use a .env file, you can set the environment variable directly:

export APIFY_API_TOKEN="your_api_key_here"
python google-jobs-search-scraper.py

https://apify.com/johnvc/apify-google-jobs?fpr=9n7kx3

Made with โค๏ธ

Transform your search automation with the most reliable and efficient Google Jobs search scraper on the market. Last Updated: 2025.10.28