Hi devs,
I've just created my absolutely first Github repo, and I wanted to get your opinion on it.
The concerned project is a Nodejs SDK for web scraping that, connected to an API I maintain, aims to be ultra easy to use. (I've planned to adapt this SDK to Python in the future)
The easy-to-use aspect is really one of the key points of the project, with the pricing.
I've used many web scraping apis in the past, and I found them costly and the dev experience was terrible.
ScrapingAPI is supposed to simplify the whole process of extracting data from the web: captcha bypass, requests and clean data extraction.
The API isn't live for now, but I could be glad if you could give me some feedback about what could be added, improved or removed from the readme.
Here is the github: https://github.com/scrapingapi/scraper
Many thanks in advance
Top comments (1)
I've just updated it with simple examples on scraping Google search results and Amazon product info.
Google search for
bitcoin
: get current price and resultsYou get this response:
Amazon product page
(I didn't know what product to pick, so I took a random but cool tshirt)
Response:
Next steps
I'm currently writing a price comparison api, so I (and you soon) can test the scraping api in a real world usage.
I hope the test version will be live this weekend. Totally free of course, I don't want to charge for an unstable service
Peace