Skip to content

Latest commit

 

History

History
62 lines (43 loc) · 1.29 KB

README.rst

File metadata and controls

62 lines (43 loc) · 1.29 KB

SERList

image

image

image

Overview

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):

Installation

Install using pip:

pip install serlist

Basic Usage

from serlist import SerpScraper

SerpScraper().scrape(text)

The variable text is the HTML text of a search engine results page.

Documentation

https://serlist.readthedocs.io/