> ## 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.

# Parsing Overview

> Web Scraping API Parsing

Certain target templates include built-in parsing strategies developed to simplify data extraction and transformation. You can enable these strategies by setting the `parse` parameter to `true`. Below, you'll find a table of templates that support this functionality.

## Target Template Supporting Parsing Strategies

| Templates                                                                                  | Target               | Input        |
| ------------------------------------------------------------------------------------------ | -------------------- | ------------ |
| [**Amazon**](https://help.decodo.com/docs/web-scraping-api-amazon-url)                     | `amazon`             | `url`        |
| [**Amazon Bestsellers**](https://help.decodo.com/docs/web-scraping-api-amazon-bestsellers) | `amazon_bestsellers` | `query`      |
| [**Amazon Pricing**](https://help.decodo.com/docs/web-scraping-api-amazon-pricing)         | `amazon_pricing`     | `query`      |
| [**Amazon Product**](https://help.decodo.com/docs/web-scraping-api-amazon-product)         | `amazon_product`     | `query`      |
| [**Amazon Search**](https://help.decodo.com/docs/web-scraping-api-amazon-search)           | `amazon_search`      | `query`      |
| [**Amazon Sellers**](https://help.decodo.com/docs/web-scraping-api-amazon-sellers)         | `amazon_sellers`     | `query`      |
| [**Bing**](https://help.decodo.com/docs/web-scraping-api-bing-url)                         | `bing`               | `url`        |
| [**Bing Search**](https://help.decodo.com/docs/web-scraping-api-bing-search)               | `bing_search`        | `query`      |
| [**Google**](https://help.decodo.com/docs/web-scraping-api-google-url)                     | `google`             | `url`        |
| [**Google Ads**](https://help.decodo.com/docs/web-scraping-api-google-ads)                 | `google_ads`         | `query`      |
| [**Google Lens**](https://help.decodo.com/docs/web-scraping-api-google-lens)               | `google_lens`        | `query`      |
| [**Google Search**](https://help.decodo.com/docs/web-scraping-api-google-search)           | `google_search`      | `query`      |
| [**Google AI Mode**](https://help.decodo.com/docs/web-scraping-api-google-ai-mode)         | `google_ai_mode`     | `query`      |
| [**Target**](https://help.decodo.com/docs/web-scraping-api-target-url)                     | `target`             | `url`        |
| [**Target Product**](https://help.decodo.com/docs/web-scraping-api-target-product#/)       | `target_product`     | `product_id` |
| [**Target Search**](https://help.decodo.com/docs/web-scraping-api-target-search#/)         | `target_search`      | `query`      |
| [**Walmart Product**](https://help.decodo.com/docs/web-scraping-api-walmart-product)       | `walmart_product`    | `url`        |
| [**Walmart Search**](https://help.decodo.com/docs/web-scraping-api-walmart-search)         | `walmart_search`     | `url`        |
| [**ChatGPT**](https://help.decodo.com/docs/web-scraping-api-chatgpt)                       | `chatgpt`            | `prompt`     |
| [**Perplexity**](https://help.decodo.com/docs/web-scraping-api-perplexity)                 | `perplexity`         | `prompt`     |

<Note>
  ### Manual Parsing

  You can pass parsing instructions to Scraper APIs for selecting the data that you need.

  Parsing instructions allow you to manually select website elements for parsing. Learn more [**here**](https://help.decodo.com/docs/web-scraping-api-manual-parsing).
</Note>

***

<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>
