Skip to main content

Scrape cars from dealerships

Project description

Installation:

pip install site-scrapers

What this does?

Will fetch car details from dealership (concurrently)

Usage:

import asyncio

from scrapers.scraper import scrape_all

if __name__ == '__main__':
    results = asyncio.run(scrape_all())
    print(*results, sep="\n") # will output fetched car details

Supported Dealerships

https://lietotiauto.mollerauto.lv
https://lv.brcauto.eu
https://certified.inchcape.lv/auto

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

site_scrapers-0.0.21.tar.gz (10.6 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page