- Jan 17, 2015
- 5,263
- 4,956
Has anyone done a scrapper on demand that executes on API calls?
For example: I execute an API REST call and the scrapper, does the scrapping job, picking the info accordingly and presenting it to me in a JSON format (for example).
I'm not experienced on web scrapping and I'm not 100% confident on the viability of this (for example, since the scrap may fail I may have a timeout fallback or something, not 100% sure)
I would like to see an example code in github in case there exist something like this
For example: I execute an API REST call and the scrapper, does the scrapping job, picking the info accordingly and presenting it to me in a JSON format (for example).
I'm not experienced on web scrapping and I'm not 100% confident on the viability of this (for example, since the scrap may fail I may have a timeout fallback or something, not 100% sure)
I would like to see an example code in github in case there exist something like this