
React Component Crawler
Try for free
No credit card required
Go to Store

React Component Crawler
diarmuidr/react-component-crawler
Try for free
No credit card required
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.
Developer
Maintained by Community
Actor Metrics
6 Monthly users
No reviews yet
2 bookmarks
>99% runs succeeded
Created in Feb 2025
Modified 24 days ago
Categories
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