Gets the list of public Actors in Apify Store. You can use `search` parameter to search Actors by string in title, name, description, username and readme. If you need detailed info about a specific Actor, use the [Get Actor] endpoint. The endpoint supports pagination using the `limit` and `offset` parameters. It will not return more than 1,000 records.; Gets the list of public Actors in Apify Store. You can use `search` parameter to search Actors by string in title, name, description, username and readme. If you need detailed info about a specific Actor, use the [Get Actor](#/reference/actors/actor-object/get-actor) endpoint. The endpoint supports pagination using the `limit` and `offset` parameters. It will not return more than 1,000 records.
- Provider
- Apify API (Web Automation)
- Input summary
- {"name":"limit","type":"number","required":false,"description":"Maximum number of elements to return. The default and maximum value is 1,000."}, {"name":"offset","type":"number","required":false,"description":"Number of elements that should be skipped at the start. The default value is 0."}, {"name":"search","type":"string","required":false,"description":"String to search by. The search runs on the following fields: title, name, description, username, readme."}, {"name":"sortBy","type":"string","required":false,"description":"Specifies the field by which to sort the results. The supported values are relevance (default), popularity, newest and lastUpdate."}, {"name":"category","type":"string","required":false,"description":"Filters the results by the specified category."}, {"name":"username","type":"string","required":false,"description":"Filters the results by the specified username."}, {"name":"pricingModel","type":"string","required":false,"description":"Only return Actors with the specified pricing model.","enum":["FREE","FLAT_PRICE_PER_MONTH","PRICE_PER_DATASET_ITEM","PAY_PER_EVENT"]}, {"name":"allowsAgenticUsers","type":"boolean","required":false,"description":"If true, only return Actors that allow agentic users. If false, only return Actors that do not allow agentic users."}
- Output summary
- Not available
- Billing
- 1
- Freshness
- Not available
- Verification
- Not available