SkillAgentSearch skills...

AcquiFinder

Get acquisitions by scraping titles of crunchbase.

Install / Use

/learn @ammarsaber-dev/AcquiFinder

README

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>
    
View on GitHub
GitHub Stars15
CategoryDevelopment
Updated1mo ago
Forks2

Languages

Python

Security Score

95/100

Audited on Feb 16, 2026

No findings