# September 2025

## Monitor Your Scraping Performance with Analytics

We're excited to announce the launch of our new Analytics pages! This update gives you a powerful new way to understand your usage, monitor your activity, and manage your account. You can now access detailed insights directly from your dashboard with the new Analytics tab.

### <mark style="background-color:blue;">Analytics overview</mark>

The new Overview page is your central hub for all things analytics. It provides a quick look at your account:

* Quickly identify and troubleshoot failed requests.
* Optimize concurrency and credits usage.
* Gain visibility into domain-specific performance.
* Share data easily with your team.

### <mark style="background-color:blue;">Domain analytics</mark>

* **Monitoring Graphs**
  * Visualize your scraping activity over time.
  * Track **successful vs. failed requests** and monitor **concurrent threads** in real-time.
* **Better tracking**
  * **Requests sent** – total number of requests made.
  * **Success rate** – percentage of requests that returned valid responses.
  * **Average response time** – benchmark how fast your scrapes are.
  * **Average concurrency** – monitor how many concurrent threads are being used.
  * **Domains scraped** – quickly see how many domains you’re targeting.
  * **Credits per request** – track your credit usage efficiency.
* **Domain Analytics Table**
  * View performance broken down by **domain**.
  * See **request volume, success rate, credits consumed, and rendering usage**.
  * Identify domains that may need custom handling or premium features.
* **Customizable Columns**
  * Personalize your analytics by showing only the metrics that matter most.
* **Downloadable Reports**
  * Export your data for offline analysis or to share with your team.

### <mark style="background-color:blue;">Error logs</mark>

* View detailed logs for failed requests, including **severity, status codes, retries, and URLs**.
* Export logs for easy debugging and sharing with your team.
* Prioritize issues with **High/Medium/Low severity labels**.

***

We hope these new features give you better visibility and control over your account. We're committed to continuously improving our analytics capabilities, so stay tuned for more updates!

<a href="http://dashboard.scraperapi.com/analytics" class="button primary" data-icon="chart-line-up">Visit your analytics page</a>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.scraperapi.com/resources/release-notes/september-2025.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
