Sushidata Swarm of Agents avatar

Sushidata Swarm of Agents

Under maintenance

Pricing

from $150.00 / 1,000 assigned agents

Go to Apify Store
Sushidata Swarm of Agents

Sushidata Swarm of Agents

Under maintenance

Deploys a swarm of agents to perform any research task. It's also able to leverage Apify actors to accomplish its tasks.

Pricing

from $150.00 / 1,000 assigned agents

Rating

0.0

(0)

Developer

Sushidata

Sushidata

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

15 days ago

Last modified

Share

Sushidata Research Swarm Actor

Deploy parallel AI research swarms via Sushidata on the Apify platform. This Actor launches multiple AI agents that work in parallel to deeply research any topic, then aggregates and verifies their findings.

What does Sushidata Research Swarm do?

This Actor connects to your Sushidata dataspace and deploys a configurable swarm of AI research agents. Each agent tackles a different angle of your research query simultaneously, providing comprehensive multi-perspective analysis. Results are verified for source quality and pushed to an Apify dataset for easy access via API, scheduling, and integrations.

Why use this Actor?

  • Deep research at scale — Deploy 2-20 parallel AI agents that each explore a different facet of your question
  • Verified sources — Evidence links are automatically verified; bad/blocked sources are filtered out
  • Automated & scheduled — Run on a schedule via Apify platform, access results via API
  • Context persistence — Results are saved to your Sushidata context lake for future reference
  • Partial results — If the timeout is reached, you still get results from completed workers

How to use Sushidata Research Swarm

  1. Create a free account at Sushidata and get your Resource ID
  2. Open this Actor on Apify Console and click "Start"
  3. Enter your Resource ID and research query
  4. Choose a swarm size (default: 5 agents)
  5. Run the Actor and check the dataset for results

Input

FieldTypeRequiredDefaultDescription
resourceIdstringYesYour Sushidata dataspace resource ID
querystringYesResearch task for the swarm
swarmSizeintegerNo5Number of parallel agents (2-20)
pollIntervalSecondsintegerNo60Polling interval in seconds
timeoutMinutesintegerNo5Max wait time before fetching partial results

Swarm size guide

SizeUse case
3–5Focused, specific tasks
5–10Broad research topics
10–20Exhaustive, multi-angle analysis

Output

The Actor pushes two types of records to the dataset:

1. Deployment record (type: "swarm_deployed") — confirms the swarm was launched with the plan and worker details.

2. Result record (type: "swarm_result") — the final aggregated research summary.

{
"type": "swarm_result",
"query": "Analyze the current state of AI agents in production",
"summary": "Based on research from multiple angles...",
"completed": 5,
"total": 5,
"pending": 0,
"isPartial": false,
"verification": { "good": 4, "bad": 1, "blocked": 0 },
"goodSources": ["https://verified-source-1.com", "https://verified-source-2.com"],
"timestamp": "2026-05-15T12:00:00.000Z"
}

You can download the dataset in various formats such as JSON, HTML, CSV, or Excel.

Data fields

FieldDescription
typeRecord type: swarm_deployed or swarm_result
queryThe original research query
summaryAggregated research summary from all workers
completedNumber of workers that finished
totalTotal number of workers deployed
isPartialWhether the result is based on incomplete data
goodSourcesVerified evidence links
timestampISO timestamp of the result

Pricing / Cost estimation

This Actor itself uses minimal Apify compute (no browser, just HTTP calls). The main cost factor is your Sushidata plan token usage, which depends on swarm size and query complexity. A typical run with 5 agents completes in under 5 minutes of Apify compute time.

Tips

  • Start with a swarm size of 3-5 for focused questions to save Sushidata tokens
  • Use specific, well-defined queries — "Analyze pros and cons of React Server Components for e-commerce" is better than "React"
  • Increase timeoutMinutes for larger swarms (10+ agents may need 10-15 minutes)
  • Results are saved to your Sushidata context lake, so future queries can build on past research

FAQ and support

Is this affiliated with Sushidata? No, this is a community Actor that integrates with the Sushidata API.

What if I hit token limits? The Actor will report the error and suggest upgrading your Sushidata plan.

Where do I get a Resource ID? Sign up at dashboard.sushidata.ai and create a dataspace. The resource ID is in your dataspace URL.

For issues or feature requests, use the Issues tab. For custom solutions, reach out via the Apify community.