einnse / serlist

Search engine results page scraper

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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 scrap 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().scrap(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

License:Apache License 2.0


Languages

Language:Python 97.4%Language:Makefile 2.6%