SERList is used to scrape the information from a search engine results page including:
- title
- link
- description
Now, SERList can well deal with the results from these search engines without setting anything (e.g. XPath):
Install using pip:
pip install serlist
from serlist import SerpScraper
SerpScraper().scrape(text)
The variable text
is the HTML text of a search engine results page.