Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions apify/skills/apify-ultimate-scraper/SKILL.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,9 @@ If this fails, install the CLI first:
### Step 1: Understand goal and select Actor

Identify the target platform and use case. Read `references/actor-index.md` to find the right Actor.
Prefer `apify`-tier actors; use `community`-tier only when no `apify` actor covers the task.
For input schemas, fetch dynamically: `apify actors info "ACTOR_ID" --input --json 2>/dev/null`
If the output is empty, re-run without the redirect (`2>&1`) to surface auth or network errors before proceeding.

If the task involves a multi-step pipeline, also read the matching workflow guide:

Expand Down
7 changes: 0 additions & 7 deletions apify/skills/apify-ultimate-scraper/references/actor-index.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,3 @@
# Actor index

Flat lookup for Actor selection. For input schemas, fetch dynamically:
`apify actors info "ACTOR_ID" --input --json`

Tiers: `apify` = Apify-maintained (always prefer), `community` = community-maintained (fill gaps).

## Instagram

| Actor | Tier | Best for |
Expand Down
Loading