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'});
Copy
Ask AI
{ "jobId": "<string>"}
Extract
Start an extract job
POST
/
api
/
extract
JavaScript
Copy
Ask AI
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'});