CatchAll - Early Results avatar

CatchAll - Early Results

Pricing

$0.00/month + usage

Go to Apify Store
CatchAll - Early Results

CatchAll - Early Results

Retrieve partial results from a CatchAll job before it completes. Available once the job reaches the enriching stage.

Pricing

$0.00/month + usage

Rating

0.0

(0)

Developer

Newscatcher-CatchAll

Newscatcher-CatchAll

Maintained by Community

Actor stats

0

Bookmarked

1

Total users

0

Monthly active users

6 days ago

Last modified

Share

CatchAll Early Results — get partial results before completion

CatchAll Early Results polls a running CatchAll job and retrieves whatever records have been extracted so far, even if the job has not completed all processing steps. This lets you preview data without waiting for the full 10–15 minute run.

When to use this Actor

  • Preview results early. Check whether the extracted data matches your expectations without waiting for the full job to finish.
  • Validate query quality. If early results look off, you can adjust your query or enrichments for the next job instead of waiting.
  • Build responsive pipelines. Start downstream processing on partial data while the job continues.

Input

FieldTypeRequiredDescription
apiKeyStringYesYour CatchAll API key
jobIdStringYesJob ID to poll and fetch early results for
pollIntervalSecondsIntegerNoHow often to check status, in seconds (default: 60, minimum: 5)
pageSizeIntegerNoRecords per page when pulling results (default: 100, minimum: 10)

Input example

{
"apiKey": "YOUR_CATCHALL_API_KEY",
"jobId": "5f0c9087-85cb-4917-b3c7-e5a5eff73a0c",
"pollIntervalSeconds": 30,
"pageSize": 50
}

Output

The Actor saves available records to the default Dataset. The output format is identical to CatchAll Pull Results, but the record count may be lower since the job is still processing.

If the job has not yet reached the extraction stage, the output may contain zero records.

Tips

  • Use with CatchAll Get Job Status. Check the progress_validated field to estimate how many records might be available before calling this Actor.
  • Results are not final. Records returned by early results may change or be supplemented in the final output. Always use CatchAll Pull Results for the definitive dataset.
  • Lower the poll interval for faster preview. Set pollIntervalSeconds to 15–30 for quicker feedback, but keep in mind this increases the number of API calls.

Other CatchAll Actors

ActorDescription
CatchAllEnd-to-end job: submit, poll, and retrieve results
CatchAll Get Job StatusCheck job progress
CatchAll Pull ResultsRetrieve all records from a completed job

For the full list, visit the Newscatcher organization page.

Resources