Custom AI Prompt by Signaliz avatar

Custom AI Prompt by Signaliz

Pricing

$5.00 / 1,000 results

Go to Apify Store
Custom AI Prompt by Signaliz

Custom AI Prompt by Signaliz

Run structured AI prompts over company or custom records through the Signaliz public API, with optional web search and output fields.

Pricing

$5.00 / 1,000 results

Rating

0.0

(0)

Developer

Signaliz

Signaliz

Maintained by Community

Actor stats

0

Bookmarked

3

Total users

2

Monthly active users

20 days ago

Last modified

Share

Run structured AI prompts over company or custom records through the Signaliz public API. This Actor wraps POST /custom-ai-prompt and supports flat public API input, batch rows, prompt templates, output fields, and search flags.

What it does

  • Accepts one flat request, JSON records, a list of domains, pasted CSV, a CSV URL, or an Apify dataset ID.
  • Supports prompt, user_template, system_prompt, output_fields, search, web_search, temperature, and model override.
  • Defaults to google/gemini-3.1-flash-lite.
  • Preserves every original input column.
  • Appends structured AI results, credit usage, errors, normalized request, and raw Signaliz response.
  • Retries transient 429 and 5xx responses with bounded backoff.
  • Writes one dataset item per input row and a summary to the key-value store under SUMMARY and OUTPUT.

Input

For a single company:

{
"domain": "stripe.com",
"company_name": "Stripe",
"prompt": "Score this company for enterprise sales readiness.",
"search": true,
"output_fields": [
{ "name": "score", "type": "number" },
{ "name": "reason", "type": "text" }
]
}

For row-aware batches, use records, csv_text, csv_url, or source_dataset_id with user_template:

{
"records": [{ "company_name": "Stripe", "domain": "stripe.com" }],
"user_template": "Score {{company_name}} at {{domain}} for enterprise sales readiness."
}

Output

Each dataset item includes the original row plus fields like:

{
"company_name": "Stripe",
"domain": "stripe.com",
"success": true,
"score": 87,
"reason": "Strong enterprise fit.",
"credits_used": 2,
"model": "google/gemini-3.1-flash-lite",
"search": true,
"normalized_request": {
"domain": "stripe.com",
"prompt": "Score this company for enterprise sales readiness."
},
"raw_response": {}
}

Pricing

Pay per result through Apify. The Actor uses the synthetic default dataset item event, so each dataset item is one billable result.

About Signaliz

Signaliz is a GTM data quality platform by Content Marketing Media. It powers enrichment, validation, and signal workflows for outbound teams operating at serious volume.