https://github.com/tufayellus/truecar.com-scraper-in-python
This is a python based web scraper program made with love using Python and requests library
https://github.com/tufayellus/truecar.com-scraper-in-python
Last synced: 6 days ago
JSON representation
This is a python based web scraper program made with love using Python and requests library
- Host: GitHub
- URL: https://github.com/tufayellus/truecar.com-scraper-in-python
- Owner: TufayelLUS
- Created: 2023-01-23T14:18:12.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-01-23T14:35:46.000Z (over 2 years ago)
- Last Synced: 2025-03-30T02:51:10.295Z (7 months ago)
- Language: Python
- Size: 41 KB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# TrueCar.com Scraper In Python
This is a python based web scraper program made with love using Python and requests library
# Purpose of this project
This is a web scraping software/data entry automation software that can access truecar.com website and download and store the information of "Car Company", "Car Model", "Style Name", "Year", "Mileage", "Transmission Type", "Engine", "Fuel Type", "Body Type", "Price", "Link" into excel file accurately without human touch to speed up time# Software required to run
- Python 3.x
- requests library
install usingpip3 install requests
command in your command prompt/terminal# Usage process
Execute the
truecar_scraper.py
directly and it will navigate through all the listing of https://www.truecar.com/used-cars-for-sale/listings/# Disclaimer
Scraping websites without written permission of the target website is a violation of the terms of service of most websites. Keep this in mind before performing anything like that.