BieniciScraper allows you to easily gather real estate listings from Bienici.com. This software uses the ScrapingAnt API to provide you with updated property information from France. Follow these simple steps to download and run the program.
To get started, you need to download the files from our Releases page.
BieniciScraper-windows.zip.BieniciScraper-mac.tar.gz.BieniciScraper-linux.tar.gz.After unzipping, locate the configuration file named config.json. Open it with a text editor and enter your details:
Here is an example of how the config file may look:
{
"api_key": "YOUR_API_KEY",
"location": "Paris"
}
After youβve made your changes, save and close the file.
To run BieniciScraper:
Execute the following command:
python scraper.py
The program will start and fetch the latest real estate listings for the specified location.
The scraper will create a new folder named Listings. Inside, you will find files with the latest property listings in CSV format. You can open these files using programs like Microsoft Excel, Google Sheets, or any text editor.
Paris_Listings_2023-10-01.csvOpen the CSV file to view details like:
Common issues and their solutions:
config.json file.Permission issues: On Linux, make sure you have execute permissions for the scraper.py script. You can set execute permissions using:
chmod +x scraper.py
If you encounter other issues, please consult the community discussions or raise an issue on the GitHub repository.
Join our community for tips and support. You can find us on:
We are constantly working to improve the BieniciScraper. Upcoming features may include:
Your suggestions are welcome. Feel free to submit feature requests via GitHub.
If youβre interested in contributing to BieniciScraper, please refer to our contribution guidelines in the repository. We appreciate any help in making this tool better and accessible for all users.
BieniciScraper is open-source software licensed under the MIT License. You can use, modify, and distribute the software as long as you include the original license.
For further information or support, please reach out via the GitHub repository.
This completes your setup for BieniciScraper. Happy scraping!