import { Hyperbrowser } from '@hyperbrowser/sdk';
const client = new Hyperbrowser({ apiKey: 'your-api-key' });
await client.agents.browserUse.start({
task: 'Find the price of the product',
llm: 'gemini-2.0-flash',
maxSteps: 20
});{
"jobId": "<string>",
"liveUrl": "<string>"
}import { Hyperbrowser } from '@hyperbrowser/sdk';
const client = new Hyperbrowser({ apiKey: 'your-api-key' });
await client.agents.browserUse.start({
task: 'Find the price of the product',
llm: 'gemini-2.0-flash',
maxSteps: 20
});{
"jobId": "<string>",
"liveUrl": "<string>"
}0.1.40, 0.7.10, latest gpt-4o, gpt-4o-mini, gpt-4.1, gpt-4.1-mini, claude-sonnet-4-5, claude-sonnet-4-20250514, gemini-2.0-flash, gemini-2.5-flash gpt-4o, gpt-4o-mini, gpt-4.1, gpt-4.1-mini, claude-sonnet-4-5, claude-sonnet-4-20250514, gemini-2.0-flash, gemini-2.5-flash gpt-4o, gpt-4o-mini, gpt-4.1, gpt-4.1-mini, claude-sonnet-4-5, claude-sonnet-4-20250514, gemini-2.0-flash, gemini-2.5-flash Show child attributes
Show child attributes
Show child attributes
Show child attributes
Was this page helpful?