Skip to content
    Back to all Bounties

    Earn 4,500 ($45.00)

    Time Remainingdue 1 year ago
    Completed

    Write a script to pull data from Crunchbase

    proales2
    proales2
    Posted 1 year ago
    This Bounty has been completed!

    Bounty Description

    Problem Description

    On a Crunchbase page like this:
    https://www.crunchbase.com/organization/founders-c414/recent_investments/investments

    There is a table with a list of companies that an investor has invested in.

    The script should pull all of the company id's from that table, including if there are multiple pages. Then go to each of the company pages and pull the company description, website and industry tags.

    The output will be a CSV list of all the companies that an investor as invested in with the expanded data.

    Acceptance Criteria

    Script takes in an investor URL.
    Outputs a CSV with the information from the companies.

    Technical Details

    Python.

    Link to Project

    None existing yet.