import { Hyperbrowser } from '@hyperbrowser/sdk';
const client = new Hyperbrowser({ apiKey: 'your-api-key' });
await client.extract.start({
urls: ['https://example.com'],
prompt: 'Extract the main headline and author'
});{
"jobId": "<string>"
}import { Hyperbrowser } from '@hyperbrowser/sdk';
const client = new Hyperbrowser({ apiKey: 'your-api-key' });
await client.extract.start({
urls: ['https://example.com'],
prompt: 'Extract the main headline and author'
});{
"jobId": "<string>"
}Was this page helpful?