Skip to content

feat: add actors search command to search Apify Store#1047

Open
patrikbraborec wants to merge 2 commits intomasterfrom
feat/actors-search-command
Open

feat: add actors search command to search Apify Store#1047
patrikbraborec wants to merge 2 commits intomasterfrom
feat/actors-search-command

Conversation

@patrikbraborec
Copy link
Contributor

Summary

  • Adds apify actors search subcommand that searches the Apify Store for Actors matching a query
  • Supports filtering by category, author username, pricing model, and sort order
  • Uses apify-client SDK (StoreCollectionClient) instead of raw fetch for consistency with all other commands
  • Does not require authentication
  • Supports --json output flag

Test plan

  • Run yarn dev:apify actors search "web scraper" and verify table output
  • Run yarn dev:apify actors search --category AI --limit 5 --json and verify JSON output
  • Run yarn dev:apify actors search --username apify --pricing-model FREE and verify filtering
  • Run yarn dev:apify actors search "nonexistent-query-xyz" and verify empty result message
  • Verify command works without being logged in (no authentication required)

🤖 Generated with Claude Code

Adds a new `actors search` subcommand that searches the Apify Store for
Actors by query, category, author, pricing model, and more. Uses the
apify-client SDK's StoreCollectionClient for consistency with all other
commands. Does not require authentication.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
@github-actions github-actions bot added the t-c&c Team covering store and finance matters. label Mar 24, 2026
@patrikbraborec patrikbraborec requested a review from l2ysho March 24, 2026 10:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

t-c&c Team covering store and finance matters.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants