parsera-ts
Version:
Official TypeScript SDK for Parsera.org API - Extract structured data from any webpage
4 lines (3 loc) • 358 B
TypeScript
export { Parsera } from './services/parsera.js';
export type { ParseraOptions, ParseraRetryOptions, ParseraAttribute, ParseraCookie, ExtractOptions, ParseraEventType, ParseraEvent, ParseraEventHandler, ParseraEventOptions } from './services/parsera.js';
export type { BaseInput, ParseraResponse, ParseraError, ParseraRequestBody } from './types/parsera.js';