apify results query

@_platform-references/org-variables.md

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "apify results query" with this command: npx skills add sixtysecondsapp/use60/sixtysecondsapp-use60-apify-results-query

Available Context

@_platform-references/org-variables.md

Apify Results Query

Goal

Query and filter mapped results from completed Apify actor runs using natural language filters.

Required Capabilities

  • Apify API: Results stored in apify_results / apify_mapped_records tables, queried via apify-admin edge function

Inputs

  • run_id : Optional run ID (defaults to most recent completed run)

  • filter_description : Natural language filter criteria

  • columns : Optional column selection

  • limit : Row limit (default 50)

Execution

  • If no run_id provided, fetch the most recent completed run for the user's organization

  • Translate filter_description into SQL-compatible filters on apify_mapped_records

  • Call apify-admin with action: 'query_results' , run ID, and filters

  • Present results as a table with GDPR flags highlighted

  • Offer follow-up actions: "export to CSV", "push to CRM", "push to Instantly"

GDPR Handling

Results may contain personal email flags (is_personal_email ). When present:

  • Show a warning badge on flagged rows

  • Suggest the user review before exporting or pushing to outbound tools

  • Count and display total flagged records

Output Contract

Return a table with the mapped columns from the actor run, plus:

  • GDPR Flag column (if personal emails detected)

  • Total count and page info

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

copilot proposal

No summary provided by upstream source.

Repository SourceNeeds Review
General

daily focus planner

No summary provided by upstream source.

Repository SourceNeeds Review
General

meeting digest truth extractor

No summary provided by upstream source.

Repository SourceNeeds Review