Skip to content

xLe0x/AcquiFinder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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>