Natural Language Dataset Query avatar
Natural Language Dataset Query

Pricing

Pay per usage

Go to Store
Natural Language Dataset Query

Natural Language Dataset Query

Developed by

Apify

Apify

Maintained by Community

Use natural language queries to retrieve results from an Apify dataset. This Actor provides a query engine that loads a dataset, executes SQL queries, and synthesizes results. It works as an MCP (Model Context Protocol) server or REST API in Actor standby mode.

0.0 (0)

Pricing

Pay per usage

0

Total users

1

Monthly users

0

Runs succeeded

>99%

Last modified

3 days ago

Query

querystringRequired

Query for the LLM.

Default value of this property is "What is the total number of pages containing the keyword 'apple'?"

Dataset

datasetstringRequired

ID of the dataset to query.

OpenAI model

modelNameEnumOptional

The OpenAI model to use. Currently supported models are Gemini 2.5 Flash, Gemini 2.0 Flash, GPT-4.1, and GPT-4.1 Mini.

Value options:

"google/gemini-2.5-flash": string"google/gemini-2.0-flash-001": string"openai/gpt-4.1": string"openai/gpt-4.1-mini": string

Default value of this property is "google/gemini-2.5-flash"

Debug

debugbooleanOptional

If enabled, Actor provides detailed information with tool calls and reasoning.

Default value of this property is false