Get Actor
GEThttps://api.apify.com/v2/acts/:actorId
ClientsGets an object that contains all the details about a specific Actor.
Request
Path Parameters
actorId stringrequired
Actor ID or a tilde-separated owner's username and Actor name.
Responses
- 200
Response Headers
- application/json
- Schema
- Example (auto)
- Example
Schema
data objectrequired
{
"data": {
"id": "zdc3Pyhyz3m8vjDeM",
"userId": "wRsJZtadYvn4mBZmm",
"name": "MyActor",
"username": "jane35",
"description": "My favourite actor!",
"restartOnError": false,
"isPublic": false,
"createdAt": "2019-07-08T11:27:57.401Z",
"modifiedAt": "2019-07-08T14:01:05.546Z",
"stats": {
"totalBuilds": 9,
"totalRuns": 16,
"totalUsers": 6,
"totalUsers7Days": 2,
"totalUsers30Days": 6,
"totalUsers90Days": 6,
"totalMetamorphs": 2,
"lastRunStartedAt": "2019-07-08T14:01:05.546Z"
},
"versions": [
{
"versionNumber": "0.0",
"envVars": [
{
"name": "MY_ENV_VAR",
"value": "my-value",
"isSecret": false
}
],
"applyEnvVarsToBuild": false,
"buildTag": "latest",
"sourceFiles": [
{
"format": "TEXT",
"content": "console.log('This is the main.js file');",
"name": "src/main.js"
},
{
"name": "src/placeholder",
"folder": true
}
]
}
],
"pricingInfos": [
{
"apifyMarginPercentage": 0,
"createdAt": "2024-07-29T15:51:28.071Z",
"startedAt": "2024-07-29T15:51:28.071Z",
"notifiedAboutFutureChangeAt": "2024-07-29T15:51:28.071Z",
"notifiedAboutChangeAt": "2024-07-29T15:51:28.071Z",
"reasonForChange": "string",
"pricingModel": "PAY_PER_EVENT",
"pricingPerEvent": {
"actorChargeEvents": {}
},
"minimalMaxTotalChargeUsd": 0
},
{
"apifyMarginPercentage": 0,
"createdAt": "2024-07-29T15:51:28.071Z",
"startedAt": "2024-07-29T15:51:28.071Z",
"notifiedAboutFutureChangeAt": "2024-07-29T15:51:28.071Z",
"notifiedAboutChangeAt": "2024-07-29T15:51:28.071Z",
"reasonForChange": "string",
"pricingModel": "PRICE_PER_DATASET_ITEM",
"unitName": "string",
"pricePerUnitUsd": 0
},
{
"apifyMarginPercentage": 0,
"createdAt": "2024-07-29T15:51:28.071Z",
"startedAt": "2024-07-29T15:51:28.071Z",
"notifiedAboutFutureChangeAt": "2024-07-29T15:51:28.071Z",
"notifiedAboutChangeAt": "2024-07-29T15:51:28.071Z",
"reasonForChange": "string",
"pricingModel": "FLAT_PRICE_PER_MONTH",
"trialMinutes": 0,
"pricePerUnitUsd": 0
},
{
"apifyMarginPercentage": 0,
"createdAt": "2024-07-29T15:51:28.071Z",
"startedAt": "2024-07-29T15:51:28.071Z",
"notifiedAboutFutureChangeAt": "2024-07-29T15:51:28.071Z",
"notifiedAboutChangeAt": "2024-07-29T15:51:28.071Z",
"reasonForChange": "string",
"pricingModel": "FREE"
}
],
"defaultRunOptions": {
"build": "latest",
"timeoutSecs": 3600,
"memoryMbytes": 2048
},
"isDeprecated": false,
"deploymentKey": "ssh-rsa AAAA ...",
"title": "My Actor"
}
}
{
"data": {
"id": "zdc3Pyhyz3m8vjDeM",
"userId": "wRsJZtadYvn4mBZmm",
"name": "MyActor",
"username": "jane35",
"description": "My favourite Actor!",
"restartOnError": false,
"isPublic": false,
"createdAt": "2019-07-08T11:27:57.401Z",
"modifiedAt": "2019-07-08T14:01:05.546Z",
"stats": {
"totalBuilds": 9,
"totalRuns": 16,
"totalUsers": 6,
"totalUsers7Days": 2,
"totalUsers30Days": 6,
"totalUsers90Days": 6,
"totalMetamorphs": 2,
"lastRunStartedAt": "2019-07-08T14:01:05.546Z"
},
"versions": [
{
"versionNumber": "0.1",
"envVars": null,
"sourceType": "SOURCE_FILES",
"applyEnvVarsToBuild": false,
"buildTag": "latest",
"sourceFiles": []
},
{
"versionNumber": "0.2",
"sourceType": "GIT_REPO",
"envVars": null,
"applyEnvVarsToBuild": false,
"buildTag": "latest",
"gitRepoUrl": "https://github.com/jane35/my-actor"
},
{
"versionNumber": "0.3",
"sourceType": "TARBALL",
"envVars": null,
"applyEnvVarsToBuild": false,
"buildTag": "latest",
"tarballUrl": "https://github.com/jane35/my-actor/archive/master.zip"
},
{
"versionNumber": "0.4",
"sourceType": "GITHUB_GIST",
"envVars": null,
"applyEnvVarsToBuild": false,
"buildTag": "latest",
"gitHubGistUrl": "https://gist.github.com/jane35/e51feb784yu89"
}
],
"defaultRunOptions": {
"build": "latest",
"timeoutSecs": 3600,
"memoryMbytes": 2048
},
"exampleRunInput": {
"body": "{ \"helloWorld\": 123 }",
"contentType": "application/json; charset=utf-8"
},
"isDeprecated": false,
"deploymentKey": "ssh-rsa AAAA ...",
"title": "My Actor",
"taggedBuilds": {
"latest": {
"buildId": "z2EryhbfhgSyqj6Hn",
"buildNumber": "0.0.2",
"finishedAt": "2019-06-10T11:15:49.286Z"
}
}
}
}
Authorization: http
name: httpBearertype: httpscheme: bearerdescription: API authentication token.
- CLI
- JavaScript
- Python
- PHP
- Java
- C
- C#
- Go
- Rust
- Node.js
- Ruby
- PowerShell
- Dart
- Objective-C
- OCaml
- R
- Swift
- Kotlin
- Apify CLI
apify actors info <ACTOR ID>
- CURL
curl -L 'https://api.apify.com/v2/acts/:actorId' \
-H 'Accept: application/json' \
-H 'Authorization: Bearer <token>'
ResponseClear