Skip to content

jadbin/serlist

Repository files navigation

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/

About

Search engine results page scraper

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published