| branchContacts | BranchContacts | Branch contacts |
| phoneNumbers | string[] | List of phone numbers |
| socialLinks | string[] | Links to social networks |
| updateDate | Date | Update date |
| updateDateString | string | Update date in string format |
| websites | string[] | Websites |
| branchGeo | BranchGeo | Geographic information about the branch |
| city | string | City |
| coordinates | BranchCoordinates | Coordinates |
| latitude | string | Latitude |
| longitude | string | Longitude |
| country | string | Country |
| geoId | string | Geo-identifier |
| house | string | House number |
| postalCode | string | Postal code |
| street | string | Street |
| updateDate | Date | Update date |
| updateDateString | string | Update date in string format |
| branchInfo | BranchInfo | Basic information about the branch |
| categories | string[] | List of categories |
| fullAddress | string | Full address |
| status | string | Status |
| title | string | Branch name |
| updateDate | Date | Update date |
| updateDateString | string | Update date in string format |
| workingTime | string | Opening hours |
| branchProducts | BranchProducts | Branch products and services |
| productCategories | ProductCategory[] | Product categories |
| categoryName | string | Category name |
| products | Product[] | Products in category |
| currency | string | Currency |
| description | string | Product Description |
| price | string | Price |
| title | string | Product name |
| updateDate | Date | Update date |
| updateDateString | string | Update date in string format |
| branchReviews | BranchReviews | Analytics based on branch reviews |
| aspects | Aspect[] | Aspects mentioned in reviews |
| count | number | Number of mentions |
| negative | number | Number of negative mentions |
| positive | number | Number of positive mentions |
| text | string | Aspect text |
| reviewsCount | number | Total number of reviews |
| updateDate | Date | Update date |
| updateDateString | string | Update date in string format |
| yearlyAnalytics | Record<string, YearlyReviewAnalytics> | Key - year (in the form of a string), Value - all analytics for this year. |
| individualRatings | IndividualRatingsAnalytics | Analytics for the graph 'Individual assessments over time' |
| data | TimeSeriesDataPoint<number>[] | DATA: An array of all individual assessments with their dates. |
| date | Date | Date |
| value | number | Meaning |
| longestNegativeStreak | number | METRIC: Longest continuous series of negative reviews (1-2*). |
| longestPositiveStreak | number | METRICS: Longest continuous streak of positive reviews (4-5*). |
| ratingVolatility | number | METRIC: Estimate volatility (standard deviation). |
| monthlyAverageRatings | AverageRatingAnalytics | Analytics for the chart 'Average rating over time' (by month) |
| data | TimeSeriesDataPoint<number>[] | DATA: Array of average monthly estimates. |
| date | Date | Date |
| value | number | Meaning |
| largestMonthlyImprovement | number | METRICS: Largest improvement in average rating in one month. |
| monthsAboveAverage | number | METRIC: Number of months when the average rating was higher than the annual average. |
| trendSlope | number | METRIC: Slope of trend line.
A positive number means the rating goes up, a negative number means it goes down. |
| monthlyReviewCounts | ReviewCountAnalytics | Analytics for the chart 'Number of reviews over time' (by month) |
| data | TimeSeriesDataPoint<number>[] | DATA: An array with the number of reviews for each month. |
| date | Date | Date |
| value | number | Meaning |
| engagementTrendSlope | number | METRIC: Engagement trend (slope of trend line by number of reviews). |
| volumeVolatility | number | METRIC: Volatility of reviews received. |
| yearlyGrowthPercentage | number | METRIC: Annual increase in the number of reviews as a percentage. |
| ratingDistribution | RatingDistributionAnalytics | Analytics for the 'Score Distribution' graph |
| customerSatisfactionScore | number | METRIC: Customer Satisfaction Index (from -100 to 100). |
| data | Record<string, number> | DATA: Key - rating ('1' to '5'), Value - number of reviews. |
| overallAverageRating | number | METRIC: Overall average rating for the year. |
| polarizationFactor | number | METRIC: Opinion polarization coefficient (from 0 to 1). |
| year | number | The year to which the analytics relates |
| rating | number | Overall rating |
| competitorBranches | BranchLanding[] | Branches of competitors |
| relatedBranches | BranchLanding[] | Related branches |
| relatedCompanies | CompanyLanding[] | Associated organizations |
| relatedDomains | DomainLanding[] | Related Websites |
| relatedEmails | EmailLanding[] | Related emails |
| relatedPhones | PhoneLanding[] | Associated phone numbers |
| similarBranches | BranchLanding[] | Similar branches |
| description | string | Full branch address |
| href | string | Link to page on the site |
| id | number | Unique page number |
| provider | string | Data Provider |
| searchTags | SearchTag[] | Search tags |
| title | string | Branch name |