754a2a357a65ad9e265bd95c28fd865c06a2af05
Scraper for Oda.com
Requirements
- PHP 8.1 (cli)
- PHP extension:
php-xml - PHP extension:
php-curl Composer- Other PHP extensions may also be necessary to install. Composer will likely complain when you run
composer install.
- Other PHP extensions may also be necessary to install. Composer will likely complain when you run
Setup
- Copy
.env.exampleto.envand fill in the values as you see fit. - Run
composer installto install dependencies. - Run
php OdaScraper.phpto scrape the products. - Script something to send the output files to wherever you want?
TODO
- Add support for scraping all the product categories & subcategories?
- I guess this would require recursive scraping + scraping all the category pages.
- Add support for scraping search results.
- This would probably also require multiple pages.
Description
Languages
PHP
100%