UNPKG

instagram-scraper-api

Version:

Get user data and posts by scraping Instagram's user page. Without API key or oAuth!

3 lines (2 loc) 100 B
export declare const userUrl: (user: string) => string; export declare const userDataRegex: RegExp;