Python scraper for extract data from the page https://app.europeanstartups.co/companies.startups/f/data_type/anyof_Verified/regions/allof_European%20Union, using python, and a google chrome data with a premium account already logged.
Report Bug
·
Request Feature
Table of Contents
The project extract all results from the page https://app.europeanstartups.co/companies.startups/f/data_type/anyof_Verified/regions/allof_European%20Union, and save the output data in a csv file.
The project is a python script, that use a google chrome data with a premium account already logged, to extract the data from the page.
To get a local copy up and running follow these simple example steps.
- Clone the repo
git clone https://github.com/darideveloper/europeanstartups_scraper.git
- Install python packages (opening a terminal in the project folder)
python -m pip install -r requirements.txt
- Create a
.env
file in the project folder. - Update your chrome path in the
.env
file (note: the chrome path is the folder where chrome data its installed)CHROME_PATH = C:\Users\<<your-user-name>>\AppData\Local\Google\Chrome\User Data
- Go to https://app.europeanstartups.co/companies.startups/f/data_type/anyof_Verified/regions/allof_European%20Union and create an account (if you have problems with your email, try with a proton email)
- Activate the premium trial or buy a premium account
- be sure to keep the account logged in the browser.
- Open a terminal in the project folder
- Run the project folder with python:
python .
- Wait until the script finish, and check the
output.csv
file in the project folder (note: while the script its running, you can't use google chrome).
- Use chrome data fro avoid login in the page
- Extract all data from the page
- Save output data in csv file
See the open issues for a full list of proposed features (and known issues).
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Distributed under the MIT License. See LICENSE
for more information.
Darideveloper - @developerdari - [email protected]
Project Link: https://github.com/darideveloper/europeanstartups_scraper
Last code update: 2022-11-29