advanced option

How can I add advanced option here
No description
No description
9 Replies
Pepa J
Pepa J3y ago
Hello @Navi81 , These are premade components for URL, that you can use in your input schema ( https://docs.apify.com/platform/actors/development/input-schema ) see the attribute "editor":
"startUrls": {
"sectionCaption": "Basic configuration",
"title": "URL#2",
"type": "array",
"description": "URLs to start with",
"prefill": [
{
"url": "https://apify.com"
}
],
"editor": "requestListSources"
},
"pseudoUrls": {
"title": "URL#1",
"type": "array",
"description": "...",
"editor": "pseudoUrls",
"default": [],
"prefill": [
{
"purl": "https://apify.com[(/[\\w-]+)?]"
}
]
},
"startUrls": {
"sectionCaption": "Basic configuration",
"title": "URL#2",
"type": "array",
"description": "URLs to start with",
"prefill": [
{
"url": "https://apify.com"
}
],
"editor": "requestListSources"
},
"pseudoUrls": {
"title": "URL#1",
"type": "array",
"description": "...",
"editor": "pseudoUrls",
"default": [],
"prefill": [
{
"purl": "https://apify.com[(/[\\w-]+)?]"
}
]
},
Input schema | Apify Documentation
Learn how to define and easily validate a schema for your actor's input with code examples. Provide an autogenerated input UI to your actor's users.
wise-white
wise-whiteOP3y ago
Can you create a small clip how can I do this because I don't have knowledge on coding
Pepa J
Pepa J3y ago
@Navi81 I am sorry, now I see that you are using Instagram scraper and probably not creating your own. In that case there is no user-way how to do this, but you may raise an issue (there should be an Issue tab in on Actor detail page) and request this feature.
wise-white
wise-whiteOP3y ago
My friend has created but both quota is over now we are not able to make changes in that , i will add you in that send me your email id you will understand how he had done it
wise-white
wise-whiteOP3y ago
No description
wise-white
wise-whiteOP3y ago
Is there any way to export these
Pepa J
Pepa J3y ago
I checked your actor Instagram-reel which has the Advanced option on input, the public Apify Actor for Instagram-reel doesn't have it. So You need to contact the author of the actor and he needs to do a new build.
wise-white
wise-whiteOP3y ago
Hey I need to update a Google Sheet with about 2000 different Instagram Links where manually updating each row like, comment, and view would take too long. How can I update this Google Sheet more quickly?

Did you find this page helpful?