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

# Extract Yellow Pages Profile

> This action enables you to extract a specific page profile on Yellow Pages.

This action is designed to extract specific profile information from Yellow Pages. It can be used to gather detailed information about a business, including its website, domain, company name, phone number, and more.

## Inputs

The input for this action is the URL of the Yellow Pages profile you want to extract.

<ParamField path="yellow_pages_profile_url" type="string" required>
  The Yellow Pages Search URL should start with '[https://www.yellowpages.com](https://www.yellowpages.com)'.
</ParamField>

## Parameters

This action does not require any additional parameters.

## Output fields

The output of this action includes a wide range of information about the business profile.

<ResponseField>
  <Expandable title="properties">
    <ResponseField name="website" type="string">
      The website of the company
    </ResponseField>

    <ResponseField name="domain" type="string">
      The domain of the company
    </ResponseField>

    <ResponseField name="yp_company_handle" type="string">
      The Yellow Pages handle of the company
    </ResponseField>

    <ResponseField name="company_name" type="string">
      The name of the company
    </ResponseField>

    <ResponseField name="phone" type="string">
      The phone number of the company
    </ResponseField>
  </Expandable>
</ResponseField>

Here is the JSON schema for the output fields:

<Accordion title="Show JSON Output Schema">
  ```json
      {
          "website": "",
          "domain": "",
          "yp_company_handle": "",
          "company_name": "",
          "phone": ""
      }
  ```
</Accordion>

## Specificities

This action is specifically designed to work with Yellow Pages profiles. It may not work as expected with profiles from other directories or websites.
