# get/audit\_2/indexing

Last modified:
17/02/2021

## Method description

Use this method to get Index checker results.

## Method parameters

| Parameter              | Type                | Description                                                                                                                   | Default |
|-----------------------|---------------------|-------------------------------------------------------------------------------------------------------------------------------|---------|
| **Mandatory**         |                     |                                                                                                                               |         |
| project\_id          | int                 | Project ID                                                                                                                  |         |
| searchers\_keys      | set(0, 1, 5, 6)     | Search engine key<br>Description of values:<br>- **0** \- Yandex;<br>- **1** \- Google;<br>- **5** \- Bing                 |         |
| dates                 | array of date       | Random dates of checks<br>(dates is **obligatory** if date1 and date2 are not specified)                                  |         |
| date1, date2         | date                | The first and the last date of the period<br>(date1 and date2 are **obligatory** if dates is not specified)                 |         |
| **Additional**        |                     |                                                                                                                               |         |
| indexing\_fields     | set(data,alert)     | Returned field<br>Description of values:<br>- **data** \- flag that shows if the link is indexed. See a description of values [here](/content/api/v2-services/urls_2/urls/index.html).<br>- **alert** \- flag that show if the page index status changed compared to the previous check. See a description of values [here](/content/api/v2-services/urls_2/urls/index.html). |         |
| type\_range          | enum(0, 1, 2, 3, 4, 5, 6, 7, 100) | Period<br>See a description of values [here](/content/api/v2-services/positions_2/get-history/index.html).                | 2       |
| show\_headers        | boolean             | Add report headers to the result                                                                                              | 0       |
| show\_counts\_indexing | boolean             | Add a total indexed page count to the result                                                                                 | 0       |
| show\_exists\_dates | boolean             | Add dates of checks to the result                                                                                             | 0       |

## More on the topic

[Index Checker](/content/api/v2-services/audit_2/indexing/index.html)
