alirezamika / autoscraper

A Smart, Automatic, Fast and Lightweight Web Scraper for Python
MIT License
6.24k stars 654 forks source link

How to get CSS or XPATH on which the auto-scrapper receives data from the page? #78

Closed Vponed closed 1 year ago

Vponed commented 1 year ago

or their sequence?

alirezamika commented 1 year ago

When you save the scraper all data is available in the saved file. Though it's not a simple xpath or selector. It's a stack of selectors which the scraper follows.