Flight Recorder v2 avatar

Flight Recorder v2

Pricing

$29.00 / 1,000 result delivereds

Go to Apify Store
Flight Recorder v2

Flight Recorder v2

Track marketplace listing signals and return the listing name, URL, signal type, impact summary, and prioritized follow-up actions with source references.

Pricing

$29.00 / 1,000 result delivereds

Rating

0.0

(0)

Developer

Zentra

Zentra

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

4 days ago

Last modified

Share

Track marketplace listing signals and return the listing name, URL, signal type, impact summary, and prioritized follow-up actions with source references.

What this Actor does

  • Runs the exact actor-flight-recorder-v2 contract against only the inputs and sources documented below.
  • Emits records that are validated against the bundled dataset schema before they are written.
  • Keeps source references and stable record identifiers in the output when those fields are declared.
  • Provides a bounded sample path for Store inspection; the sample path does not emit a paid event.

Inputs

  • searchKeywords: Buyer-relevant keywords used to focus the records returned by this product.
  • taskIntent: Stable product-specific purpose for this saved Apify task.
  • sourceMode: Sample emits public-safe Marketplace Listing Signal rows. Approved live source mode keeps the same output fields and only uses owner-approved public URLs.
  • outputMode: Use sample records for Apify Store QA or buyer-ready records for approved Marketplace Listing Signal delivery.
  • startUrls: Public URLs to use for live Marketplace Listing Signal extraction after source-policy approval. Leave empty for sample mode.
  • maxItems: Caps the number of Marketplace Listing Signal rows written to the dataset.
  • perSourceLimit: Caps validated rows from any one source before cross-source deduplication.
  • maxTotalChargeUsd: Buyer-selected spend ceiling; the Apify run-level maximum remains authoritative.
  • overallTimeoutSecs: Stops additional source work once the bounded run deadline is reached.
  • requestTimeoutSecs: Timeout applied independently to each approved source request.
  • maxRequestRetries: Bounded retry count for transient source failures.
  • sinceLastRun: Uses stable Actor state to skip logical records delivered by earlier runs.
  • deltaMode: Preserves stable deduplication keys for recurring tasks and schedules.

Sources and access boundary

Only public or user-authorized inputs may be processed. The Actor does not bypass authentication, paywalls, CAPTCHAs, access controls, or source terms.

Output

The default dataset exposes these Actor-relevant fields:

  • listingName: Seller, listing, or app name.
  • listingUrl: Public listing URL.
  • signalType: Marketplace intelligence signal category.
  • impactSummary: Buyer-facing impact summary.
  • priorityActions: Recommended actions for the buyer.
  • recordId: Record Id value.
  • sourceName: Source Name value.
  • sourceUrl: Source Url value.
  • retrievedAt: Retrieved At value.
  • confidence: Normalized signal confidence.
  • errors: Errors value.
  • runSummary: Run Summary value.

The output link exposed by .actor/OUTPUT_SCHEMA.json points to the default dataset: {{links.apiDefaultDatasetUrl}}/items.

Sample run

{
"searchKeywords": [
"source-backed signal",
"buyer fit"
],
"taskIntent": "buyer-ready-product-run",
"sourceMode": "sample",
"outputMode": "sample-records",
"startUrls": [],
"maxItems": 1,
"perSourceLimit": 25,
"maxTotalChargeUsd": 5,
"overallTimeoutSecs": 900,
"requestTimeoutSecs": 30,
"maxRequestRetries": 2,
"sinceLastRun": false,
"deltaMode": true
}

Example fields from the bundled deterministic sample:

{
"listingName": "Flight Recorder v2 sample",
"listingUrl": "https://apify.com/zentrafoundry/actor-flight-recorder-v2",
"signalType": "sample",
"impactSummary": "Sample impact summary for Flight Recorder v2.",
"priorityActions": [
"Sample priority action for Flight Recorder v2."
],
"recordId": "actor-flight-recorder-v2-sample-1",
"sourceName": "Flight Recorder v2",
"sourceUrl": "https://apify.com/zentrafoundry/actor-flight-recorder-v2",
"retrievedAt": "2026-01-15T09:00:00Z",
"confidence": 0.9,
"errors": [],
"runSummary": {}
}

Sample values are labeled as sample data and are not claims about a live source result.

Pricing and cost control

This source package preserves the Actor's current Apify pay-per-event configuration. The authenticated current event definitions are:

  • result-delivered: Charged once for each buyer-ready result written to the dataset.

The per-result source event is result-delivered. Production output uses Apify's charged dataset push path and checks the returned charge limit before continuing. Sample, demo, test, and quality-validation paths do not emit a paid event. Start production runs with a small maxItems and an Apify run spending limit.

Reliability and limitations

  • Live results depend on the supplied source availability and the fields the source actually returns.
  • Missing values remain missing, null, or warning-backed according to the schema; they are not invented.
  • A live run that cannot produce a schema-valid result fails instead of publishing a generic substitute.
  • Output is decision-support data and does not replace legal, financial, medical, safety, procurement, or compliance review.

Existing public Actor identity

This package updates that exact existing public Actor in place. It does not create, clone, upsert, duplicate, draft, privatize, or change pricing or visibility.