UNPKG

n8n-nodes-aiscraper

Version:

n8n node to call Parsera API for AI Scraping

10 lines (9 loc) 358 B
import { IAuthenticateGeneric, ICredentialType, INodeProperties, ICredentialTestRequest } from 'n8n-workflow'; export declare class AIScraperApi implements ICredentialType { name: string; displayName: string; documentationUrl: string; properties: INodeProperties[]; authenticate: IAuthenticateGeneric; test: ICredentialTestRequest; }