---
title: "Query aggregator"
method: POST
path: "/analyses/{username}/{project_slug}/{analysis_slug}/urls/aggs"
tags: ["Analysis"]
---

# Query aggregator

`POST /analyses/{username}/{project_slug}/{analysis_slug}/urls/aggs`

Query aggregator. It accepts multiple queries

## Query parameters

- `area` 'current' | 'disappeared' | 'new' | 'search_engines_orphans'

## Request body

- UrlsAggsQuery[]
  - `filters` object
  - `aggs` object[]

## Response `200`

OK

- unknown[]
  - unknown

## Other responses

- `default` — error payload

## Changes

- **2026-07-13** `babe177600aa` — 1 breaking, 1 info
  - removed the success response with the status `201`
  - added the success response with the status `200`
- **2016-01-11** `62465db12f9c` — 1 breaking, 1 info
  - removed the success response with the status `200`
  - added the success response with the status `201`

[Change history](https://skmtc.dev/botify-labs/apis/botify-api/changes/analyses/:username/:project_slug/:analysis_slug/urls/aggs/post.md)

---

[API](https://skmtc.dev/botify-labs/apis/botify-api.md) · [All operations](https://skmtc.dev/botify-labs/apis/botify-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/botify-labs/botify-api/revisions/babe177600aa/schema)
