No release in over 3 years
Low commit activity in last 3 years
A decent web scraping gem.Scrapes website's title, description,social profiles such as linkedin, facebook, twitter, instgram, vimeo,pinterest, youtube channel and contact details such as emails, phone numbers.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 0.12.2
~> 3.5
~> 0.73.0
~> 3.0, >= 3.0.1
~> 2.1

Runtime

~> 1.0, >= 1.0.1
~> 2.0, >= 2.0.2
 Project Readme

BrilliantWebScraper Build StatusMaintainability

A decent web scraping gem. Scrapes website title, description, social profiles such as linkedin, facebook, twitter, instgram, vimeo, pinterest, youtube channel and contact details such as emails, phone numbers.

See it in action!

You can try BrillaintWebScraper live at this little demo: https://brilliant-web-scraper-demo.herokuapp.com

Installation

If you're using it on a Rails application, just add it to your Gemfile and run bundle install

gem 'brilliant_web_scraper'

Usage

Initialize a BrilliantWebScraper instance for an URL, like this with optional timeouts, default connection_timeout and read_timeouts are 10s, 10s respectively:

require 'brilliant_web_scraper'
results = BrilliantWebScraper.new('http://pwc.com', 5, 5)

results = BrilliantWebScraper.new('http://pwc.com')