
React Component Crawler
Pricing
Pay per usage
Go to Store

React Component Crawler
Get the state out of react components on a webpage, just specify the urls and the css selector for the components for which the state should be extracted.
0.0 (0)
Pricing
Pay per usage
2
Total users
8
Monthly users
2
Runs succeeded
>99%
Last modified
2 months ago
This crawler allows you to extract the state from react components on a website. This is very useful for:
- Data hidden behind select options and you need to get the result of all options
- Complex interactions to see the data within a page
- Data loaded onto a page from react in a non-standard way
How it works
- Enter the urls of the pages to visit
- Enter a css selector to match all the components from which you want to extract data
- Run the crawler
- The crawler will go and extract the state from those components
- Not the right data? You likely have the wrong css selector. How to check