scrapinghub / scrapyrt

HTTP API for Scrapy spiders
BSD 3-Clause "New" or "Revised" License
832 stars 162 forks source link

Where I can handle the returned JSON in broweser. #75

Closed ibrahimmsyed closed 5 years ago

ibrahimmsyed commented 6 years ago

I wrote a scrapy with scrapyrt. It extracts the data perfectly and it shows in the browser in the given URL. But How I can handle the data which I got in the browser. I need to generate the analytics from the JSON. Can you please help me.

pawelmhm commented 5 years ago

ScrapyRT just returns JSON, it cannot really help you with processing JSON you get, you need to do it on your own.