The Geekflare API Dashboard includes a near real-time log viewer. This allows you to monitor your API usage and debug failed requests. To view your logs, log in to the Geekflare Dashboard and click on API Logs in the left-hand sidebar.Documentation Index
Fetch the complete documentation index at: https://docs.geekflare.com/llms.txt
Use this file to discover all available pages before exploring further.
Log Details
API logs appear in your dashboard in near real-time. Each log entry provides information to help you understand your API usage:- Timestamp: The exact date and time the API request was received.
- Endpoint: The specific Geekflare API endpoint that was called (e.g.,
/scraping,/screenshot,/up). - Target URL: The actual website URL you passed inside your request’s body payload (e.g.,
{"url": "https://example.com"}). - HTTP Status: The response code returned by our API (e.g.,
200 OK,400 Bad Request,429 Too Many Requests,500 Server Error).
Searching & Filtering
When you are sending thousands of requests, finding a specific error can be difficult. The API Logs page includes search and filtering options to help you pinpoint exactly what you are looking for:- Search by URL: Use the search bar to find requests made to a specific target URL.
- Filter by Endpoint: Narrow down your logs to only show traffic for a specific API endpoint request.
- Filter by Status Code: Quickly isolate errors by filtering for
4xxor5xxHTTP status codes. - Date Range: Select a specific start and end date to view historical API activity.