Skip to content

Latest commit

 

History

History
34 lines (23 loc) · 659 Bytes

README.md

File metadata and controls

34 lines (23 loc) · 659 Bytes

AcquiFinder

This Python script utilizes Apify's Google Search Scraper to find acquisition titles from Crunchbase.

Prerequisites

  • Python 3.x installed
  • Apify account and API key
  • Dependencies listed in requirements.txt

Installation

  1. Clone the repository:

    git clone https://github.com/xLe0x/AcquiFinder.git
    cd AcquiFinder
  2. Install dependencies:

    python3 -m venv venv
    source venv/bin/activate
    pip install -r requirements.txt
  3. In .env file replace <YOUR_API_KEY_HERE> with your actual Apify API key.

  4. Run the Script and have fun

    python main.py <company_name>