
React Component Crawler
No credit card required

React Component Crawler
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.
Actor Metrics
6 Monthly users
No reviews yet
2 bookmarks
>99% runs succeeded
Created in Feb 2025
Modified 24 days ago
You can access the React Component Crawler programmatically from your own applications by using the Apify API. You can also choose the language preference from below. To use the Apify API, you’ll need an Apify account and your API token, found in Integrations settings in Apify Console.
1echo '{
2 "startUrls": [
3 {
4 "url": "https://support.gymshark.com/en-US/article/delivery-information"
5 }
6 ],
7 "selector": ".sc-13h7cj7-0",
8 "autoExtractFields": false
9}' |
10apify call diarmuidr/react-component-crawler --silent --output-dataset
React Component Crawler API through CLI
The Apify CLI is the official tool that allows you to use React Component Crawler locally, providing convenience functions and automatic retries on errors.
Install the Apify CLI
1npm i -g apify-cli
2apify login
Other API clients include: