.. _stats: ===== Stats ===== Stats from :doc:`python-zyte-api ` are exposed as :ref:`Scrapy stats ` with the ``scrapy-zyte-api`` prefix. For example, ``scrapy-zyte-api/status_codes/`` stats indicate the status code of Zyte API responses (e.g. ``429`` for :ref:`rate limiting ` or ``520`` for :ref:`temporary download errors `). .. note:: The actual status code that is received from the target website, i.e. the :http:`response:statusCode` response field of a :ref:`Zyte API successful response `, is accounted for in the ``downloader/response_status_count/`` stat, as with any other Scrapy response.