Actors
The API endpoints in this section allow you to manage Apify Actors.
Identify an Actor
For API endpoints that require the actorId parameter, provide one of the following:
- The Actor ID. It's part of the Actor's URL in Apify Console:
https://console.apify.com/actors/<ACTOR_ID>. For example,reGe1ST3OBgYZSsZJ. - The username of the Actor owner plus the Actor name, separated by a tilde (
~). For example,apify~instagram-scraper.
Get list of Actors
/actorsCreate Actor
/actorsGet Actor
/actors/{actorId}Update Actor
/actors/{actorId}Delete Actor
/actors/{actorId}Validate Actor input
/actors/{actorId}/validate-input