Apify Actors avatar
Apify Actors

Pricing

$6.66/month + usage

Go to Store
Apify Actors

Apify Actors

Developed by

Prog Party

Prog Party

Maintained by Community

This Apify Actors Actor retrieves data from Apify, allowing to filter, and returns a list of actors as a Dataset.

0.0 (0)

Pricing

$6.66/month + usage

0

Total users

2

Monthly users

2

Runs succeeded

>99%

Last modified

2 months ago

Apify Actors Actor

This Apify Actors Actor retrieves data from Apify, allowing to filter, and returns a list of actors as a Dataset.

INPUT

Input of this actor should be JSON containing filter specification. Allowed filters are:

FieldTypeDescriptionAllowed values
limitNumberMaximum amount of items to return.Any number value
usernameStringFilter by username. The filter checks if the username contains the input value.Any string value
titleStringFilter by title. The filter checks if the title contains the input value.Any string value

Example result:

{
"limit": 10,
"username": "prog-party",
"title": "apify"
}

OUTPUT

Once the actor finishes, it will add each Apify actor to the Dataset.

Example result:

{
"title": "Y Combinator Companies",
"name": "y-combinator-companies",
"username": "prog-party",
"stats_totalBuilds": 11,
"stats_totalRuns": 8,
"stats_totalUsers": 1,
"stats_totalUsers7Days": 1,
"stats_totalUsers30Days": 1,
"stats_totalUsers90Days": 1,
"stats_lastRunStartedAt": "2025-03-13T21:47:39.490Z",
"stats_publicActorRunStats30Days_ABORTED": 0,
"stats_publicActorRunStats30Days_FAILED": 0,
"stats_publicActorRunStats30Days_SUCCEEDED": 2,
"stats_publicActorRunStats30Days_TOTAL": 2,
"description": "This Y Combinator companies Actor retrieves data from Y Combinator, allowing to filter, and returns a list of companies to a Dataset.",
"categories": [
"AUTOMATION",
"LEAD_GENERATION"
],
"pictureUrl": "https://apify-image-uploads-prod.s3.us-east-1.amazonaws.com/ZAfjmD5W8Ujzlp8rt-actor-UShO2Sc7Jb9TO59ga-R8seH0OO4h-y-combinator-companies-icon.png",
"notice": "NONE",
"bookmarkCount": 0,
"actorReviewRating": 0,
"userPictureUrl": "https://images.apifyusercontent.com/RBvLbTrWao8DrFFrxIlgOcI6nlEJBvqsi_O49Y9qf6o/rs:fill:32:32/cb:1/aHR0cHM6Ly9hcGlmeS1pbWFnZS11cGxvYWRzLXByb2QuczMudXMtZWFzdC0xLmFtYXpvbmF3cy5jb20vWkFmam1ENVc4VWp6bHA4cnQtcHJvZmlsZS1XYWw1bkZlYmV3LTIwMjUwMzAzXzE3MTcwMC5wbmc.png",
"userFullName": "Prog Party",
"currentPricingInfo": {
"pricingModel": "FLAT_PRICE_PER_MONTH",
"pricePerUnitUsd": 6.66,
"trialMinutes": 4320,
"createdAt": "2025-03-11T21:27:59.769Z",
"startedAt": "2025-03-11T21:27:59.769Z",
"apifyMarginPercentage": 0.2,
"notifiedAboutChangeAt": "2025-03-11T21:35:20.326Z"
}
}