MCPcopy Create free account

hub / github.com/NikolaiT/scrapeulous / types & classes

Types & classes30 in github.com/NikolaiT/scrapeulous

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
ClassAmazon
* @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
ClassBingScraperNew
* @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
ClassGet
crawl/http.js:1
ClassGoogleScraperNew
* @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
ClassNytimes
* @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
ClassPdf
* @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
ClassRender
* 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
ClassRenderNew
crawl/render.js:7
ClassReverseImageBingUrl
* 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
ClassReverseImageGoogle
* 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
ClassReverseImageGoogle
* 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
ClassReverseImageGoogle
* 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
ClassReverseImageGoogle
* 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
ClassScreenshot
* @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
ClassSocial
* @author Nikolai Tschacher * @version 1.1 * @last_modified April 2020 * @website: scrapeulous.com * * Extracts social links from any website suc
custom/social.js:17