Schema Registry

Find which actors output the data you need

Search for a field name like 'email' or 'price' and see every actor in your fleet that outputs it — with types and descriptions. Or browse the full registry of all schemas across all your actors. The answer to 'which of my actors returns this field?' in seconds.

Sign in to use
$0.20/search

What it checks

Field search

Search by field name (e.g., 'email', 'price', 'rating') and see every actor that outputs it.

Full registry browse

List all actors with their complete output schemas — fields, types, and descriptions.

Category filtering

Narrow results to specific Apify Store categories to find relevant actors faster.

Type reporting

Shows field types (string, number, boolean, array, object) across all matching actors.

Fleet-wide indexing

Scans all actors in your account and builds a searchable index from their dataset schemas.

Pipeline planning

Find actors that output the fields you need before building multi-actor data pipelines.

Example output

{
  "totalActors": 45,
  "actorsWithSchema": 28,
  "totalFields": 380,
  "searchField": "email",
  "searchResults": [
    {
      "field": "email",
      "type": "string",
      "foundIn": [
        { "actor": "website-contact-scraper" },
        { "actor": "email-pattern-finder" }
      ]
    }
  ]
}

How it works

1

Connect your Apify token and enter the actor ID

2

The tool runs the actor on your account and analyzes the output

3

Get a detailed report with actionable fixes — results cached for free