> ## Documentation Index
> Fetch the complete documentation index at: https://help.decodo.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Response Headers

> Web Scraping API Response Headers

<Danger>
  Core and Advanced plans are no longer available for purchase. Please consider migrating to the all-in-one Web Scraper API; check out the guide [here](https://help.decodo.com/docs/web-scraping-api-migration-guide).
</Danger>

All requests to Scraper API products return the following headers:

| Header name           | Description                                                                            | Sample value          |
| --------------------- | -------------------------------------------------------------------------------------- | --------------------- |
| `x-task-id`           | Unique identifier for the created task. Can be used to retrieve the task results later | `7123456789123456789` |
| `x-traffic-generated` | The number of traffic generated, in bytes                                              | `14285`               |
| `x-plan-limit`        | The total number of requests allowed within the given subscription period.             | `15000`               |
| `x-plan-remaining`    | Number of requests remaining within the given subscription period.                     | `14995`               |

<Warning>
  The following headers are deprecated and will be removed from responses in the future:

  * `x-smartproxy-task-id`
  * `x-smartproxy-traffic-generated`
  * `x-smartproxy-plan-limit`
  * `x-smartproxy-plan-remaining`
</Warning>

***

<Columns cols={2}>
  <Card title="Support" href="https://direct.lc.chat/12092754" cta="Let's chat!">
    Need help or just want to say hello? Our support is available 24/7. \
    You can also reach us anytime via email at [support@decodo.com](mailto:support@decodo.com).
  </Card>

  <Card title="Feedback" href="mailto:feedback@decodo.com" cta="Share feedback">
    Can't find what you're looking for? Request an article! \
    Have feedback? Share your thoughts on how we can improve.
  </Card>
</Columns>
