Sign up for Apify Platform here
Star Crawlee on GitHub
Star Crawlee for Python on GitHub
Apify and Crawlee Official Forum
New post
View all posts
Related posts
Did this answer your question?
๐
๐
๐
Powered by
Hall
Inactive
Updated 3 months ago
0
Follow
I need help to retrieve an actor's input schema
I need help to retrieve an actor's input schema
Inactive
0
Follow
I
Iker
8 months ago
ยท
I can retrieve the list of public actors available, and the information of a specific actor as well.
The problem that I have is that I need to now (and retrieve) a specific public actors input schema before running it right? How can I do that?
1
S
I
A
6 comments
Share
Open in Discord
S
Saurav Jain
8 months ago
You can find input-schema here in every Actor's input tab-> JSON:
https://apify.com/curious_coder/apollo-io-scraper/input-schema
I
Iker
8 months ago
And how could I tet that directly from code in python? Through HTTP requests
A
Alexey Udovydchenko
8 months ago
Why do you need it? Closest match is exampleRunInput in
https://docs.apify.com/api/v2#/reference/actors/actor-object/get-actor
I
Iker
8 months ago
Because I want to develop a script that lets me extract the best actor for my needs together with the required inputs. That way I would like to run the actor with a script as well (without needing to go to the Apify UI).
I
Iker
8 months ago
But for that I need the Input Schema so that I can specify the required inputs when I run the actor. Does someone know how can I do that?
O
Oleg V.
7 months ago
Just use plain http request to
https://apify.com/curious_coder/apollo-io-scraper/input-schema
Just checked. it's available in html.
Add a reply
Sign up and join the conversation on Discord
Join on Discord