This is a serverless application that runs scrape-it on AWS Lambda.
git clone [email protected]:remoteteamcom/scrape-it-serverless.git
cd scrape-it-serverless
yarn
serverless deploy
curl -X POST -H 'Content-type: application/json' --data '{"url": "https://github.com/muhammet", "parser": { "name": ".vcard-names .p-name" , "bio": ".user-profile-bio div" , "avatar": { "selector": ".u-photo img" , "attr": "src" } }}' https://CHANNGE-ME.execute-api.us-east-1.amazonaws.com/prod/scraper/scrapeit
- Big thanks to Ionică Bizău (Johnny B.) for creation amazing packge scrape-it