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

> Web Scraping API Parsing

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

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