Retrieve available platform account types and their authentication requirements
Some crawlers require user authentication (like Facebook, LinkedIn) through cookies or session tokens. TheDocumentation Index
Fetch the complete documentation index at: https://docs.lobstr.io/llms.txt
Use this file to discover all available pages before exploring further.
account_type object describes the required credentials for such modules.
| Field | Type | Description |
|---|---|---|
| id | string | Unique identifier of the account type |
| name | string | The technical name of the account type (e.g., facebook-sync) |
| domain | string | Name of the platform or website this account type connects to (e.g., Facebook) |
| baseurl | string | The base URL for the platform’s login or data-fetching endpoints |
| cookies | array | A list of cookie names required for authentication. Some cookies may be marked as required or optional |
cookies array is empty, it means all cookies from the user session are required for authentication.
For implementation, always verify the required cookies in the cookies array when preparing your account object for a run.
params object that defines limits or batch configurations for the crawler when authenticated. These values help control usage and message sending.
| Parameter | Type | Description |
|---|---|---|
| [attribute] | object | Represents the daily limit for a specific attribute (e.g., messages, profiles, searches) |
| batch | object | (Optional) Defines the maximum number of actions per launch based on the attribute (e.g., messages, profiles) |
| batch_hours | object | (Optional) Defines the delay in hours between batch launches during the day |
Token YOUR_API_KEY