Avito icon

Avito

Взаимодействие с API Авито для бизнеса

Overview

This node integrates with the Avito API to retrieve various types of data related to Avito listings, promotions, ratings, and autoload features. Specifically, for the resource "Объявление" (Item) and operation "Статистика Звонков" (Calls Statistics), it fetches call statistics data for specified Avito listings over a defined date range.

This node is useful for businesses or individuals who want to analyze call activity generated by their Avito advertisements. For example, a real estate agent could use this node to track how many calls their property listings received during a marketing campaign period.

Properties

Name Meaning
ID Пользователя The numeric user ID in Avito whose listings are being queried.
ID Объявлений A comma-separated string of one or more listing IDs for which call statistics are fetched.
Дата Начала The start date (inclusive) of the period for which call statistics are requested.
Дата Окончания The end date (inclusive) of the period for which call statistics are requested. Maximum query depth is 270 days.

Output

The node outputs JSON objects containing the call statistics data for each input item. Each output item corresponds to an input and includes the retrieved call statistics for the specified listings and date range.

If the node supports binary data output, it is not indicated here; the main output is structured JSON data representing call statistics.

Dependencies

  • Requires an API key credential for authenticating with the Avito API.
  • The node depends on internal routing utilities to handle different resources and operations.
  • No additional external services beyond Avito's API are required.

Troubleshooting

  • Common issues:

    • Invalid or missing user ID or listing IDs will cause errors.
    • Date ranges exceeding 270 days may be rejected by the API.
    • Network or authentication failures can prevent data retrieval.
  • Error messages:

    • "Unknown resource: ..." indicates an unsupported resource was selected.
    • API errors returned from Avito will be passed through; ensure credentials are valid.
  • Resolutions:

    • Verify that all required properties are correctly set.
    • Ensure the date range does not exceed 270 days.
    • Confirm that the API key credential is properly configured and has necessary permissions.

Links and References

Discussion