Scraped Content
Output file: {result.data as string}
Output file: {result.data as string}
{item.snippet}
{error}
; } ``` *** ## Next steps * [NestJS quickstart](/quickstart/nestjs) — Injectable services and modules * [API Reference](/endpoint/reference) — Full endpoint documentation * [SDK on npm](https://www.npmjs.com/package/@geekflare/api-node) # Node.js Source: https://docs.geekflare.com/quickstart/nodejs Use Geekflare in Node.js or TypeScript project with the official SDK or raw fetch. The official `@geekflare/api-node` SDK gives you full TypeScript support and handles auth, serialization, and response parsing out of the box. Raw `fetch` examples are included for dependency-free setups. ## Prerequisites * Node.js **18+** (native `fetch` is stable from v18) * A Geekflare API key — [get one free](https://dash.geekflare.com) ## Installation