Scrapes Apify Actor detail pages by URL and returns each Actor's title, description, author, stats, categories, and image URLs as a flat row.
- Total runs
- 16
- Bookmarked
- 0
- Last modified
- 13 hours ago
This scraper was last updated on .
What does the Apify Actor Detail Scraper return?
No description published for this scraper yet.
What input does the Apify Actor Detail Scraper accept?
| Field | Type | What it does | Default |
|---|---|---|---|
| startUrls | array | List of Apify actor page URLs to scrape. Each URL should point to an actor detail page like https://apify.com/username/actor-name. | [{"url":"https://apify.com/parseforge/co |
| maxItems | integer | Free users: Limited to 10 items (preview). Paid users: Optional, max 1,000,000 | 10 |
How much does the Apify Actor Detail Scraper cost?
from $3.62 per 1,000 results
| Charged for | What it is | Price each |
|---|---|---|
| result | Single result in the default dataset. | $0.00362 to $0.004 |
Tiered: the lower figure is the price on a higher Apify plan. Billing and the free credit live on Apify.
How do I call the Apify Actor Detail Scraper API?
One POST returns the dataset directly. Same shape for every scraper in the library, so swapping the slug is the only change.
curl -X POST "https://api.apify.com/v2/acts/parseforge~apify-actor-detail-scraper/run-sync-get-dataset-items?token=$APIFY_TOKEN" \
-H "Content-Type: application/json" \
-d '{
"startUrls": [
{
"url": "https://apify.com/parseforge/coloring-book-generator"
}
],
"maxItems": 10
}' What example inputs can I use?
Use these inputs to see how a run is configured.
{
"startUrls": [
{
"url": "https://apify.com/parseforge/coloring-book-generator"
}
],
"maxItems": 10
} What do users say about the Apify Actor Detail Scraper?
No reviews yet. Be the first.
How do I report an issue with the Apify Actor Detail Scraper?
We build and maintain this scraper, so a problem with it comes to us. Report it on the Apify listing and the thread stays attached to the scraper where the next person can find it: open an issue.
Broken and urgent, or you would rather not post in public? Write to parseforge@protonmail.com and it reaches the people who wrote it.