How to start writing a code that parses a website data made with react js? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

How to start writing a code that parses a website data made with react js?

I need to crawl a react js website which can help me fetch data from website.

29th Oct 2019, 10:32 AM
Aniruddha Gohil
Aniruddha Gohil - avatar
2 Answers
0
If the react contents are generated from javascript, we cannot crawl them from server by server script, we could use headless browser with Puppeteer library to write srcript for loading javascript contents onto headless browser first before can be scraped.
30th Oct 2019, 11:32 AM
Calviղ
Calviղ - avatar
0
I did not understand your answer as I'm a novice. But, will try to figure out something.
30th Oct 2019, 4:54 PM
Aniruddha Gohil
Aniruddha Gohil - avatar