I hereby claim:
- I am kami4ka on github.
- I am kami4ka (https://keybase.io/kami4ka) on keybase.
- I have a public key ASAhRS8-5oxrv8qguejj2f1BAfuzM6wywH60ysF3Mj7Wugo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
/** | |
* Get data from Etsy search | |
* | |
* ScrapingAnt allows you to scrape for free using proxy servers | |
* | |
* npm install @scrapingant/scrapingant-client | |
* npm install cheerio | |
**/ | |
const ScrapingAntClient = require('@scrapingant/scrapingant-client'); |
/** | |
* Get the most popular Medium writers by tags | |
* | |
* ScrapingAnt allows you to scrape for free using proxy servers | |
* | |
* npm install @scrapingant/scrapingant-client | |
* npm install cheerio | |
**/ | |
const ScrapingAntClient = require('@scrapingant/scrapingant-client'); |
<!DOCTYPE html><html><head> | |
<script type="text/javascript" async="" src="https://www.gstatic.com/recaptcha/releases/tftmXwdbgCvrXiHxr5HGbIaL/recaptcha__de.js" crossorigin="anonymous" integrity="sha384-PT4x0R227mNUgUvxec3X/5F/RwDKEsgBvEzvdset1CNC9n9MFTv2gaqWg5d6b7pc"></script><script> | |
(function () { | |
try { | |
if (typeof sessionStorage !== 'undefined') { | |
sessionStorage.setItem('distil_referrer', document.referrer); | |
} | |
} catch (e) {} | |
})() | |
</script> |
/** | |
* Get data from Doximity | |
* | |
* ScrapingAnt allows you to scrape for free using proxy servers | |
* Current setup uses browser-less scraping to save time and API credits | |
* | |
* npm install @scrapingant/scrapingant-client | |
* npm install cheerio | |
**/ |
/** | |
* Get data from new CoinMarketCap token listings | |
* | |
* ScrapingAnt allows you to scrape for free using proxy servers | |
* | |
* npm install @scrapingant/scrapingant-client | |
* npm install cheerio | |
**/ | |
const cheerio = require('cheerio'); |
/** | |
* Get data from Reddit | |
* | |
* ScrapingAnt allows you to scrape for free using proxy servers | |
* | |
* npm install @scrapingant/scrapingant-client | |
* npm install cheerio | |
**/ | |
const cheerio = require('cheerio'); |
/** | |
* Get data from new DexTools token listings | |
* | |
* ScrapingAnt allows you to scrape for free using proxy servers | |
* | |
* npm install @scrapingant/scrapingant-client | |
* npm install cheerio | |
**/ | |
const cheerio = require('cheerio'); |
/** | |
* Get data from MCC DexTools token listing | |
* | |
* ScrapingAnt allows you to scrape for free using proxy servers | |
* | |
* npm install @scrapingant/scrapingant-client | |
* npm install cheerio | |
**/ | |
const cheerio = require('cheerio'); |
/** | |
* Amazon Batch Scraper - create file with a list of keywords and all products would be scraped in one CSV file | |
* | |
* Installation instructions: | |
* npm install "@scrapingant/amazon-proxy-scraper" | |
* npm install json2csv | |
* | |
*/ | |
const ProductsScraper = require("@scrapingant/amazon-proxy-scraper"); |