UNPKG

get-mexican-data-by-curp

Version:

Verify CURP and obtain personal information from the Mexican government CURP. It scrapes official site and another providers.

11 lines (10 loc) 296 B
export declare class CaptchaSolver { private key; private solver; constructor(key: string); /** * Returns the answer token (captcha solution) * https://2captcha.com/2captcha-api#solving_captchas */ solve(googlekey: string, pageurl: string): Promise<string>; }