AI Web Agent
Pricing
Pay per usage
Go to Apify Store
AI Web Agent
Use natural language prompts to browse the web, click on elements, fill and submit forms, extract data, and take screenshots using the OpenAI API.
Pricing
Pay per usage
Use natural language prompts to browse the web, click on elements, fill and submit forms, extract data, and take screenshots using the OpenAI API.
startUrlstringOptional
URL to start with automation, if not filled you need to specify it in instructions.
instructionsstringRequired
Instruction how agent browse the web and extract the data.
openaiApiKeystringRequired
The API key for accessing OpenAI. You can get it from OpenAI platform.
modelEnumOptional
Select a GPT model. See models overview. Keep in mind that each model has different pricing and features.
"gpt-4o-mini": string"gpt-4o": string"o3-mini": string"o1-mini": string"gpt-3.5-turbo-16k": string"gpt-4": string"gpt-4-32k": string"gpt-4-1106-preview": stringDefault value of this property is "gpt-4o-mini"
proxyConfigurationobjectOptional
Specifies proxy servers that will be used by the scraper in order to hide its origin.
For details, see Proxy configuration in README.
Default value of this property is {"useApifyProxy":false}