mrvivacious / tinyscraper

Get all Google-recognized phone numbers of any(most?) organizations in every state in the USA

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

tinyscraper

Chrome extension that scrapes all phone numbers of any/most agencies in the USA in every state.

Outputs the data as a copy-pastable JS dictionary.

How to deploy

Clone this repo to an easy-to-find place on your computer. For example, this clones the repo to a folder called tinyscraper in your Desktop:

cd Desktop && git clone https://github.com/mrvivacious/tinyscraper.git tinyscraper

Go to chrome://extensions in Chrome and turn on "Developer mode" in the top right corner.
Select "LOAD UNPACKED" and load the folder of tinyscraper.

Updating the extension

Reload the extension through chrome://extensions.


"I want 2 scrape my own stuff from every state."

Change the jQuery (and associated reformatting procedures) in scrape() with the id of the desired element.

About

Get all Google-recognized phone numbers of any(most?) organizations in every state in the USA

License:MIT License


Languages

Language:JavaScript 58.2%Language:HTML 41.8%