serlist

Search engine results page scraper


Keywords
lxml, search-engine-scraper
License
Apache-2.0
Install
pip install serlist==0.1.1

Documentation

SERList

https://travis-ci.org/jadbin/serlist.svg?branch=master https://coveralls.io/repos/github/jadbin/serlist/badge.svg?branch=master

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/