-
Notifications
You must be signed in to change notification settings - Fork 723
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
docs: blog How to Scrape Crunchbase Using Python #2759
base: master
Are you sure you want to change the base?
Conversation
authors: [MaxB] | ||
--- | ||
|
||
If you're working on a project that requires data about various companies and you know Python, you're in the right place to learn how to effectively scrape [Crunchbase](https://www.crunchbase.com/). It's hard to imagine a better source for gathering essential company data such as location, main business areas, founders, investment round participation, and much more. However, like any site dealing with massive amounts of information, we need an effective tool to automate data extraction and transform it into a format suitable for further analysis. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
maybe also add what will be the final outcome of the tutorial?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
also its will be good to mention all the steps initially
1. [Create a Crunchbase account](https://www.crunchbase.com/register) | ||
2. Go to the [Integrations](https://www.crunchbase.com/integrations/crunchbase-api) section | ||
3. Create a Crunchbase Basic API key |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
one link enough
Each method has its advantages, but for most projects, I recommend using the official API despite its limitations in the free version. | ||
|
||
The complete source code for all described solutions is available in my [repository](https://github.com/Mantisus/crunchbase-crawlee). | ||
|
||
I'd be happy to discuss in the comments which approach seems optimal for your needs and why. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
i loved this blog, i just think it is kind of missing initially what should user expect, as it was not mentioned enough we are going to explore all three ways, and also whats exactly are we doing.
Also if we can breakdown the steps initially it will make the blog more guided.
good work
Co-authored-by: Saurav Jain <[email protected]>
Co-authored-by: Saurav Jain <[email protected]>
Co-authored-by: Saurav Jain <[email protected]>
Co-authored-by: Saurav Jain <[email protected]>
Co-authored-by: Saurav Jain <[email protected]>
Co-authored-by: Saurav Jain <[email protected]>
new draft @souravjain540