Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NikolaiT/scrapeulous
/ types & classes
Types & classes
30 in github.com/NikolaiT/scrapeulous
⨍
Functions
82
◇
Types & classes
30
Class
serp/google_scraper.js:34
Class
serp/bing_scraper.js:23
Class
serp/amazon.js:15
Class
custom/reverse_image_google_dataimg.js:7
Class
custom/reverse_image_google_url.js:7
Class
custom/pdf.js:13
Class
custom/reverse_image_bing.js:8
Class
custom/screenshot.js:11
Class
custom/reverse_image_bing_url.js:7
Class
custom/nytimes.js:12
Class
custom/social.js:17
Class
custom/reverse_image_google.js:7
Class
custom/reverse_image_google_final.js:17
Class
crawl/http.js:1
Class
crawl/render.js:7
Class
Amazon
* @author Nikolai Tschacher * @version 1.0 * @last_modified March 2020 * @website: scrapeulous.com * * Searches a product on amazon and obtains p
serp/amazon.js:15
Class
BingScraperNew
* @author Nikolai Tschacher * @version 1.4 * @last_modified Oct 2020 * @website: incolumitas.com * * Searches on Bing and extracts search results
serp/bing_scraper.js:23
Class
Get
crawl/http.js:1
Class
GoogleScraperNew
* @author Nikolai Tschacher * @version 1.3 * @last_modified Oct 2020 * @website: incolumitas.com * * Searches on Google and extracts search resul
serp/google_scraper.js:34
Class
Nytimes
* @author Nikolai Tschacher * @version 1.0 * @last_modified Feb 2020 * @website: incolumitas.com * * Navigates to https://www.nytimes.com/ and pa
custom/nytimes.js:12
Class
Pdf
* @author Nikolai Tschacher * @version 1.0 * @last_modified Feb 2020 * @website: incolumitas.com * * Navigates to a url and generates a pdf from
custom/pdf.js:13
Class
Render
* Reverse image search on Bing. Goes to the similar images * and scrapes all image metadata such as `imgurl` and `imgrefurl`. * * @param item: key
custom/reverse_image_bing.js:8
Class
RenderNew
crawl/render.js:7
Class
ReverseImageBingUrl
* Reverse image search on Bing via url. * * @param url: url to the image file to be reverse image searched * @param options: Holds all configuratio
custom/reverse_image_bing_url.js:7
Class
ReverseImageGoogle
* Reverse image search on Google. * * @param item: key to stored image in s3 * @param options: Holds all configuration data and options
custom/reverse_image_google_dataimg.js:7
Class
ReverseImageGoogle
* Reverse image search on Google via url. * * @param item: url of the image to search * @param options: Holds all configuration data and options
custom/reverse_image_google_url.js:7
Class
ReverseImageGoogle
* Reverse image search on Google. * * @param item: key to stored image in s3 * @param options: Holds all configuration data and options
custom/reverse_image_google.js:7
Class
ReverseImageGoogle
* Reverse image search on Google. * * Algorithm: * * 1. Search images by url * 2. Extract all the imageref and metadata belonging to the image *
custom/reverse_image_google_final.js:17
Class
Screenshot
* @author Nikolai Tschacher * @version 1.0 * @last_modified Feb 2020 * @website: incolumitas.com * * Navigates to a url and stores the base64 enc
custom/screenshot.js:11
Class
Social
* @author Nikolai Tschacher * @version 1.1 * @last_modified April 2020 * @website: scrapeulous.com * * Extracts social links from any website suc
custom/social.js:17