---
title: "Get Web Presence Review History"
method: GET
path: "/api/v1/history/company/{request_id}"
tags: ["Web Presence Review History"]
---

# Get Web Presence Review History

`GET /api/v1/history/company/{request_id}`

## Path parameters

- `request_id` string, uuid, required

## Response `200`

OK

- CompanyLookup
  - `id` string, uuid, required
  - `created_at` string, date-time, required
  - `status` 'QUEUED' | 'PROCESSING' | 'FINISHED' | 'ERROR' — An enumeration.
  - `search_term` string
  - `search_query` CompanyQuery
    - `domain` string, nullable — The business's domain. **Required unless you provide `submitted_business_name` together with an address.** Accepts a bare domain, full URL, or email — we reduce it to the registered domain per Mozilla's Public Suffix List. (RFC 1034/1035 for ASCII, IDNA2008 for internationalized.)
    - `submitted_business_name` string, nullable — The business's name. **Required (along with an address) if you do not provide `domain`.**
    - `submitted_description` string, nullable — A description of the business's industry/operations
    - `address_line_1` string, nullable — Line 1 of the business address. **At least one address field is required when identifying the business by name instead of domain.**
    - `address_line_2` string, nullable — Line 2 of the business address.
    - `city` string, nullable — City of the business address.
    - `state_province` string, nullable — State/Province of the business address.
    - `postal_code` string, nullable — Postal code of the business address.
    - `country` string, nullable — Country of the business address
    - `submitted_email` string, nullable — The email of the business or applicant. (Emails should conform to the IETF RFC 5322 spec)
    - `submitted_phone` string, nullable — The phone number of the business or applicant. (Phone numbers should conform to the ITU-T E.164 standard)
    - `submitted_full_name` string, nullable — The full name of the applicant.
    - `match_profile_id` string, uuid, nullable — ID of the TrueBiz match profile to use when processing the request.
    - `external_tracking_ref` string, nullable — ID used in your system to track this request.
  - `search_model` 'STANDARD' | 'DEEP' — An enumeration.
  - `response_code` integer, required
  - `response_data` union, required
    - Company
      - `name` string, nullable — The name of the company.
      - `domain` Domain — this has come to be a collection of technical data points, rather than anything intuitively related to the "Domain" err on having things that could be in website_content being more intelligable to non-technical users and technical stuff directly in domain
        - `name` string, nullable — The fully qualified domain name.
        - `registration_date` string, date, nullable — The date the domain was initially registered on.
        - `last_update_date` string, date, nullable — The date the domain's registration info was last updated on.
        - `expiration_date` string, date, nullable — The date on which the domain's registration info is due to expire. If the expiration date has passed, this adds risk as the domain can be reassigned to a new company.
        - `is_resolvable` boolean — A domain that responded with a valid A, AAAA, or CNAME record at the time of lookup. Unresolvable domains are frequently caused by typos on input.
        - `is_registered` boolean — A domain that was present in the ICANN registry at the time of lookup. Unregistered domains can be purchased at any time, and thus are risky. This is frequently caused by typos on input.
        - `is_parked` boolean — A domain that is registered, but not connected to a legitimate site. It is instead pointed at a parking page, typically owned by the registrar.
        - `is_known_free_email_host` boolean — A domain known for providing free email signups. Typically, a corporate representative of google (or another hosted domain provider) will use their corporate email address, not their public email service domain.
        - `is_known_social_media_domain` boolean — A domain that is registered to a known social media entity.
        - `is_known_marketplace_domain` boolean — A domain that is registered to a known marketplace entity (e.g. alibaba, amazon, fiverr).
        - `is_known_top_domain` boolean — A domain that is known to be one of the most popular sites on the internet.
        - `is_known_hosting_provider_domain` boolean — A domain that is known to be registered to a known hosting provider (e.g. company.hostingprovider.com and not company.com).
        - `is_non_business` boolean — A domain with a top level domain that indicates it is unlikely to be a business (e.g. .edu, .gov).
        - `is_ssl_valid` boolean — A domain for which SSL was properly configured at the time of the check.
        - `is_webserver_responsive` boolean — A domain for which the responding web server(s) responds to a simple HTTP or HTTPS request on port 80 or 443.
        - `screenshot` Screenshot
          - `fullpage_image_link` string, uri — A link to the full website screenshot image.
          - `cropped_image_link` string, uri — A link to a website screenshot image cropped to above-the-fold.
        - `historical_archives` HistoricalArchive[] — Archives of the website from past dates.
          - `url` string, uri — The URL to access an archive.
          - `taken_date` string, date — The date the archive was captured.
        - `registrar` Registrar
          - `name` string — The name of the registrar.
          - `country` string — The country the registrar is primarily located in.
          - `website` string, uri, nullable — The primary website of the registrar.
        - `hosting_providers` HostingProvider[], nullable — Information about the host(s) of the webserver(s) used by the company's website
          - `name` string — The name of the servers' internet service provider.
          - `country` string — The country the hosting provider's server(s) are located in.
        - `has_robots_txt` boolean, nullable — A website sophistication signal that indicates content scraping permissibility.
        - `has_apex_and_www` boolean, nullable — Indicates both the apex domain (e.g. example.com) and www subdomain (e.g. www.example.com) work or correctly forward traffic.
        - `estimated_tech_spend` integer, nullable — An estimage of the monthly spend on website technologies derived from the visible premium libraries and tools.
        - `estimated_tech_spend_history` TechSpendRecord[], nullable — Estimates of the monthly spend based on the website technologies used as times in the past.
          - `spend` integer — The estimated technology spend at a historical date.
          - `detected_date` string, date — The date of the estimate.
        - `website_tech_activity` TechActivityMonth[], nullable — The number of total, added, and removed website technologies by month.
          - `year` integer — The year of the record.
          - `month` integer — The month of the record.
          - `added` integer — The number of added website technologies during this month.
          - `removed` integer — The number of removed website technologies during this month.
          - `total` integer — The number of active website technologies during this month.
        - `domains_with_matching_credentials` CredentialMatchDomain[], nullable — Domains that share technology credentials with the website.
          - `domain` string, required — The year of the record.
          - `technologies` string[], required — Labels for the technologies that have shared credentials with this domain and searched website.
        - `inbound_linking_domains_count` integer, nullable — The number of unique domains that have links to the website (aka backlinks).
        - `inbound_redirects` string[], nullable — A list of domains that redirect to the website.
        - `cohosted_domains` string[], nullable — A list of domains that are hosted on the same IP address as the website, and likely are owned or managed by the same entity.
      - `application` Application
        - `phone_business_connections` DataSource[] — The submitted phone number was found to have associations with the business.
        - `email_business_connections` DataSource[] — The submitted email was found to have associations with the business.
        - `address_business_connections` DataSource[] — The submitted address was found to have associations with the business.
        - `person_business_connections` DataSource[] — The submitted person was found to have associations with the business.
        - `description` SubmittedDescriptionAnalysis
          - `text` string, required
          - `match_type` 'Full match' | 'Partial match' | 'No match', required — An enumeration.
      - `formation_type` 'Corporation' | 'General Partnership' | 'Limited' | 'Limited Liability Company' | 'Limited Partnership' | 'Limited Liability Partnership' | 'Limited Liability Limited Partnership' | 'No Liability' | 'Non-Profit' | 'Professional Corporation' | 'Professional Limited Liability Corporation' | 'Sole Proprietorship' | 'Unlimited' — An enumeration.
      - `has_closed_indicators` boolean, nullable — `true` when any one supported source signals the business is closed — either permanently or temporarily. Signals include closure language on the website, a `CLOSED_PERMANENTLY` or `CLOSED_TEMPORARILY` status from Google Places, and matching Yelp/Scrap.io flags. Treat as a strong indicator the business should not be approved without manual review. `null` means we did not gather enough signal to make a determination — it is not the same as `false`.
      - `website_content` WebsiteContent
        - `evaluated_url` string, uri — The url that was evaluated for content related information.
        - `title` string — The evaluated url's title as recorded in the site's markup.
        - `description` string — The evaluated url's description as recorded in the site's markup.
        - `has_placeholder_text` boolean — Indicates whether we discovered what is likely to be placeholder text, like lorem ipsum strings.
        - `privacy_policy_link` string, uri — The discovered URL of a privacy policy linked from the main page.
        - `is_privacy_policy_suspicious` boolean — Indicates whether our inspection of the privacy policy found indicators of risk.
        - `terms_of_service_link` string, uri — The discovered URL of a Terms of Service policy linked from the main page.
        - `is_terms_of_service_suspicious` boolean — Indicates whether our inspection of the terms of service found indicators of risk.
        - `return_policy_link` string, uri — The discovered URL of a return policy linked from the main page.
        - `refund_policy_link` string, uri — The discovered URL of a refund policy linked from the main page.
        - `cancellation_policy_link` string, uri — The discovered URL of a cancellation policy linked from the main page.
        - `shipping_policy_link` string, uri — The discovered URL of a shipping / delivery policy linked from the main page.
        - `opengraph_image_link` string — The URL of the opengraph image.
        - `primary_language` string — Evaluation of the primary language used for web content.
        - `has_subscriptions` boolean — Indicates whether we found evidence of subscription services on the website.
        - `is_under_construction` boolean — Indicates whether we found evidence that the content is a basic under construction shell website.
        - `pages_linked_from_homepage` integer — The number of links from the homepage to other pages at the domain.
        - `content_flags` unknown[] — Deprecated: use content_flag_details for structured data. A list of content flag name strings.
          - unknown
        - `content_flag_details` ContentFlagDetail[] — Structured details for each content flag, including reasoning and the page analyzed.
          - `flag` 'Adoption' | 'Adult' | 'Alcohol' | 'Animal Entertainment' | 'Asset Management' | 'Auctions' | 'Cannabis' | 'Career Placement Services' | 'Commodities or Securities Trading' | 'Counterfeit Goods and IP Infringement' | 'Credit Monitoring and Identity Protection Services' | 'Crowdfunding' | 'Cruise lines' | 'Crypto' | 'Cryptocurrency' | 'Dating' | 'Debt' | 'Discount and Rebate Services' | 'Endangered Animals' | 'Firearms' | 'Fireworks' | 'Fundraising' | 'Gambling' | 'Hazardous Materials' | 'High Risk Legal Services' | 'High Value Assets' | 'Informercials' | 'Insurance' | 'International Customs Services' | 'Lead Generation' | 'Leather and Taxidermy' | 'Lending' | 'Medical Devices' | 'Nutraceuticals' | 'Oil and gas' | 'Pet Stores' | 'Pharmaceuticals' | 'Pornography' | 'Prepaid Telephony' | 'Psychics and Fortune Tellers' | 'Real Estate' | 'Religious and Political Groups' | 'Scams and Scamware' | 'Scrap Metal' | 'Sex work' | 'Shell Companies' | 'Social Media Manipulation' | 'Solar' | 'Telehealth' | 'Telemarketing' | 'Timeshares' | 'Tobacco' | 'Weapons' | 'Web Hosting' | 'Government', required — An enumeration.
          - `reasoning` string — Explanation for why this flag was triggered. Null when unavailable.
          - `location` string — URL of the page that was analyzed.
        - `custom_content_flags` unknown[] — Deprecated: This field is no longer populated and will always return an empty list. Use content_flag_details instead. This field will be removed in a future release.
          - unknown
        - `detected_brands` DetectedBrand[] — The brands detected in the web content.
          - `name` string, required — The name of the brand.
          - `count` integer, required — The number of times the brand name was detected in the company's principal page(s)
          - `action` string, required — The action that should be taken for the brand.
        - `policy_analysis` PolicyAnalysis
          - `sources` PolicySource[] — A list of sources used in the analysis.
            - `type` string, required — The type of source.
            - `url` string, uri, required — The URL of the source.
            - `title` string — The title of the source.
            - `company_name` string — The name of the company as it appears in the source.
            - `language` string — The language of the source.
            - `last_updated` string — The date the source was last updated.
            - `change_policy` string — The policy for changes to the source.
            - `policy_contact` string — The contact information for the source.
            - `synopsis` string — A brief synopsis of the source.
            - `has_placeholder_text` boolean — Indicates whether the source contains placeholder text.
          - `analyses` CoreApiSchemasPolicyAnalysisAnalysis[] — A list of analytical findings from the source materials.
            - `question` string, required — The question that was asked.
            - `answer` string — The answer to the question.
            - `sources` string[], required — The sources of the answer.
        - `duplicate_websites` DuplicateMatch[] — Urls that match more than half of the first 250 words of the company's website.
          - `url` string, uri — URL of a website with matching text.
          - `percent_matched` integer — The share of words matched out .
          - `screenshot_image_link` string, uri — A link to a screenshot with the matched text highlighted.
        - `payment_processors` string[] — A list of payment processors currently used on the company's website.
        - `multi_level_marketing_name` string — The name of a known multi-level-marketing brand found in the web content.
      - `website_traffic` WebsiteTraffic
        - `visits_per_month` integer — The number of website visits in the last full month.
        - `time_on_site` number — The average number of seconds a user spent on the site, during the last full month.
        - `pages_per_visit` number — The average number of pages visited, during the last full month.
        - `bounce_rate` number — The percentage of visitors that only visited a single page, during the last full month.
        - `historical_visits_per_month` MonthlyVisits[] — The count of monthly visits over the prior few months.
          - `year` integer, required
          - `month` integer, required
          - `visits` integer, required
        - `source_shares` TrafficSources — Traffic source breakdown as shares summing to ~1.0.
          - `search` number
          - `social` number
          - `display_ads` number
          - `direct` number
          - `referrals` number
          - `mail` number
        - `top_country_shares` CountryShare[] — A list of the top countries and their share of visits during the last full month.
          - `value` number
          - `change` number
          - `name` string
          - `abbr` string
        - `paid_search_share` number — The percentage of search traffic that is paid.
        - `google_results_count` integer — The number of google results when searching for "example.com"
        - `top_referring_sites` ReferringSite[] — A list of sites referring at least 2.5% of total traffic
          - `url` string, uri — Link to the referring site.
          - `traffic_share` number — Share of total traffic coming from the referring traffic.
          - `screenshot_image_link` string, uri — A link to the full website screenshot image.
        - `paid_search_visits` integer — The number of visits coming from paid search ads, during the last full month.
        - `top_keywords` TopKeywords
          - `organic` string[] — The top organic keywords driving traffic to the site.
          - `paid` string[] — The top paid keywords driving traffic to the site.
        - `anomalous_keywords` string[] — A list of keywords that are not related to the business description.
      - `primary_address` Address
        - `full_address` string, nullable — The primary address of the company
        - `line_1` string, nullable — The primary address of the company.
        - `line_2` string, nullable — The primary address of the company.
        - `city` string, nullable — The primary city the company operates in.
        - `state_province` string, nullable — The primary State the company operates in.
        - `postal_code` string, nullable — The Zip Code of the company.
        - `country` string, nullable — The primary Country the company operates in.
        - `postal_service_flags` PostalServiceFlag[] — A list of flags indicating what the local postal service knows about this address (Only US addresses supported currently).
        - `is_shared_with_registered_agent` boolean, nullable — Indicates if the discovered address is shared with a known registered agent.
        - `coordinates` Coordinates
          - `lat` number, required
          - `lon` number, required
        - `coordinates_accuracy` 'APPROXIMATE' | 'ROOFTOP' — Order matters here, list from least to most accurate
        - `google_maps_link` string, uri, nullable — A link to view the address on google maps.
        - `is_valid` boolean, nullable — Is the address a valid, known address?
        - `source` 'website' | 'social' | 'other' | 'submitted' — An enumeration.
      - `additional_addresses` Address[], nullable — Additional addresses that are associated with the company.
        - `full_address` string, nullable — The primary address of the company
        - `line_1` string, nullable — The primary address of the company.
        - `line_2` string, nullable — The primary address of the company.
        - `city` string, nullable — The primary city the company operates in.
        - `state_province` string, nullable — The primary State the company operates in.
        - `postal_code` string, nullable — The Zip Code of the company.
        - `country` string, nullable — The primary Country the company operates in.
        - `postal_service_flags` PostalServiceFlag[] — A list of flags indicating what the local postal service knows about this address (Only US addresses supported currently).
        - `is_shared_with_registered_agent` boolean, nullable — Indicates if the discovered address is shared with a known registered agent.
        - `coordinates` Coordinates
          - `lat` number, required
          - `lon` number, required
        - `coordinates_accuracy` 'APPROXIMATE' | 'ROOFTOP' — Order matters here, list from least to most accurate
        - `google_maps_link` string, uri, nullable — A link to view the address on google maps.
        - `is_valid` boolean, nullable — Is the address a valid, known address?
        - `source` 'website' | 'social' | 'other' | 'submitted' — An enumeration.
      - `founded_year` integer, nullable — The year the company was founded.
      - `description` string, nullable — A short summary of what the company does, sourced from the company's own website content and/or third-party business data providers. May be `null` for parked, unreachable, or extremely sparse sites where no usable description could be derived.
      - `industry` Industry
        - `primary_industry` string, nullable — The primary industry the company operates in.
        - `tags` string[] — A list of short, descriptive phrases indicating what the company does.
        - `primary_naics` string — A single code that is considered to be the primary business classification of the company according to the North American Industry Classification System (NAICS).
        - `additional_naics_codes` string[] — A list of codes indicating the industry classification of the company according to the North American Industry Classification System (NAICS).
        - `primary_sic` string — A single code that is considered to be the primary SIC of the company according to the Standard Industry Classification (SIC) system.
        - `additional_sic_codes` string[] — A list of codes indicating the industry classification of the company according to the Standard Industry Classification (SIC) system.
        - `primary_mcc` object — A single code most likely to represent the company's merchant classification according to the Merchant Category Code (MCC) system.
        - `additional_mcc_codes` object[] — A list of codes indicating other possible merchant classifications of the company according to the Merchant Category Code (MCC) system.
      - `primary_phone_number` Phone
        - `number` string — The E.164 formatted phone number.
        - `is_valid` boolean, nullable — A phone number that fits with known patterns such as area codes and carrier ranges.
        - `line_type` 'Landline' | 'Mobile' | 'FixedVOIP' | 'NonFixedVOIP' | 'TollFree' | 'Other' | 'Voicemail' | '' — An enumeration.
        - `country_code` string, nullable — ISO country code of country this phone number is from
        - `country_name` string, nullable — The name of the country this phone number is from
        - `links_to_company` PhoneLink[] — Any current associations found between this number and the company
          - `type` 'direct' | 'employee' | 'address' — An enumeration.
          - `duration` string, nullable — The approximate length of time the link has existed (formatted as an ISO 8601 duration)
        - `source` 'website' | 'social' | 'other' | 'submitted' — An enumeration.
      - `additional_phone_numbers` Phone[], nullable — Additional phone numbers associated with the company.
        - `number` string — The E.164 formatted phone number.
        - `is_valid` boolean, nullable — A phone number that fits with known patterns such as area codes and carrier ranges.
        - `line_type` 'Landline' | 'Mobile' | 'FixedVOIP' | 'NonFixedVOIP' | 'TollFree' | 'Other' | 'Voicemail' | '' — An enumeration.
        - `country_code` string, nullable — ISO country code of country this phone number is from
        - `country_name` string, nullable — The name of the country this phone number is from
        - `links_to_company` PhoneLink[] — Any current associations found between this number and the company
          - `type` 'direct' | 'employee' | 'address' — An enumeration.
          - `duration` string, nullable — The approximate length of time the link has existed (formatted as an ISO 8601 duration)
        - `source` 'website' | 'social' | 'other' | 'submitted' — An enumeration.
      - `foot_traffic` FootTraffic
        - `projections` ProjectionDay[] — List of daily projections zero-indexed starting on Monday
          - `name` string, required — Day of the week
          - `hours` unknown[], required — List of projection hours
            - unknown
        - `traffic_score` 'UNKNOWN' | 'LOW' | 'MEDIUM' | 'HIGH' — An enumeration.
        - `hours_open` array[] — Zero-indexed list of days starting with monday, each containg a list of hours the location is open
          - integer[]
      - `email_addresses` Email[], nullable — Email addresses known to be associated with this company.
        - `address` string — The email address.
        - `is_valid` boolean, nullable — An email that is not disposable, on a free host, and whose domain has DNS properly configured to receive emails.
        - `internal_source_urls` string[] — A list of URLs where the email address was found within the searched website.
        - `external_source_urls` string[] — A list of URLs where the email address was found, outside the searched website.
        - `source` 'website' | 'social' | 'other' | 'submitted' — An enumeration.
        - `date_first_seen` string, date, nullable — The date the email was first seen.
        - `velocity` integer, nullable — A score representing activity over the last 6 months, out of 10.
        - `popularity` integer, nullable — A score representing breadth of interaction over the last 12 months, out of 10.
      - `customer_reviews` CustomerReviews
        - `analysis` CoreApiSchemasCustomerReviewAnalysis
          - `text` string, required — The text of the analysis
          - `level_of_concern` 'low' | 'medium' | 'high' | 'critical' — An enumeration.
          - `flags` ConcernFlag[] — A list of flags indicating which concerns were raised in the analysis
        - `providers` CustomerReviewsData[] — A list of review data from different providers
          - `provider` string — Unique ID of the review service providing the review data
          - `meta` CustomerReviewsMeta
            - `last_review_date` string, date — The date the last review was made
            - `url` string — The URL of the company profile page
            - `name` string — The name of the company as it appears on the company profile page
            - `review_count` integer — The number of reviews for the company
            - `review_average` number — The average review rating
      - `news_articles` NewsArticle[] — Recent news articles about the company filtered to risk-relevant themes only. Each article's `concerns` field is tagged with one or more of: `Fraud`, `Legal`, or `Bankruptcy`. Articles that do not match any of these themes are not returned.
        - `title` string
        - `link` string
        - `date` string, date-time
        - `snippet` string
        - `source` string
        - `concerns` NewsArticleTopicConcernType[], required
      - `social_media_profiles` string[] — All social media profile URLs we associate with the company. This is the complete set; `social_media_detailed_profiles` is the enriched subset of these for which we were able to collect follower counts and other per-profile metrics.
      - `social_media_detailed_profiles` SocialMediaProfile[] — Enriched per-profile data (follower counts, post recency, activity level, and where available, average audience engagement) for the subset of `social_media_profiles` we could collect detail for. Coverage varies by platform: Facebook, Instagram, LinkedIn, Twitter/X, Pinterest, TikTok, YouTube, and Snapchat are supported, but `activity_level` is only populated for Instagram and LinkedIn, and `average_engagement` only for Instagram.
        - `url` string, nullable — The URL of the company's social media profile page.
        - `like_count` integer — The number of likes or followers of this social media page.
        - `last_posted_content_at` string, date-time — The date and time of the last post made on this page.
        - `page_created_at` string, date — The date this page was created on.
        - `is_verified` boolean — Indicates whether the page is verified by the social provider.
        - `is_business` boolean — Indicates whether the page is a business account.
        - `is_private` boolean — Indicates whether the page is private.
        - `activity_level` 'Low' | 'Medium' | 'High' — An enumeration.
        - `follower_count` integer — The number of followers of the profile.
        - `follow_ratio` 'Low' | 'Medium' | 'High' — An enumeration.
        - `post_quantity` integer — The number of posts made by the profile.
        - `average_engagement` 'Low' | 'Medium' | 'High' — An enumeration.
        - `is_age_restricted` boolean — Indicates whether the profile has age restrictions.
        - `most_recent_post_url` string — The URL of the most recent post made by the profile.
        - `most_recent_post_text` string — The text content of the most recent post made by the profile.
        - `most_recent_post_image` string — The URL of the image in the most recent post made by the profile.
        - `location` string — The location associated with the profile.
      - `metrics` Metrics
        - `estimated_employee_count_range` '1-10' | '11-50' | '51-200' | '201-500' | '500-1,000' | '1,001-5,000' | '5,000+' — An enumeration.
        - `estimated_annual_revenue_range` '0-1M' | '1M-10M' | '10M-50M' | '50M-100M' | '100M-1B' | '1B+' — An enumeration.
      - `people` Person[] — CXO-level executives and owners.
        - `name` string — The person's full name.
        - `job_title` string — A name that describes someone's job or position.
        - `linkedin_url` string — The person's LinkedIn profile URL.
        - `profile_picture` string — The URL of the person's LinkedIn profile photo.
        - `state_province` string — The state or province where the person is located.
        - `city` string — The city where the person is located.
        - `country` string — The country where the person is located.
        - `start_date` string, date, nullable — The date the person started at the company.
        - `other_active_positions` EmploymentRecord[], nullable — Other jobs listed as currently active.
          - `company_name` string, required — The company name.
          - `title` string — The job title.
          - `start_date` string, date — The date the person started at the job.
        - `source` 'website' | 'social' | 'other' | 'submitted' — An enumeration.
      - `ecommerce` Ecommerce
        - `platform` string, nullable — The ecommerce platform used by the company.
        - `product_count` integer, nullable — The number of products sold by the company.
        - `vendor_count` integer, nullable — The number of unique vendors sold by the company.
        - `average_price` number, nullable — The average price of products for sale, in the currency of the 'currency_code' field.
        - `minimum_price` number, nullable — The lowest price of any product for sale, in the currency of the 'currency_code' field.
        - `maximum_price` number, nullable — The highest price of any product for sale, in the currency of the 'currency_code' field.
        - `currency_code` string, nullable — The ISO code for the currency used.
        - `last_updated_date` string, date, nullable — The date of the last update to the site.
      - `connected_entities` ConnectedEntity[] — Other entities discovered to be connected to this business. Each entity's `sources` list explains how the connection was established; possible source types include `Referring site`, `Duplicate website text`, `External email domain`, `Shared executive`, `Shared phone number`, `Shared credentials`, `Cohosted domain`, `Redirect domain`, `Searched domain redirects`, `Associated person`, `Phone owner`, `Shared address`, `Shared email`, and `Associated web page`.
        - `name` string — Name of the connected entity.
        - `domain` string — domain of the connected entity.
        - `sources` ConnectionSource[] — The data source that establishes the connection.
          - `type` 'Referring site' | 'Duplicate website text' | 'External email domain' | 'Shared executive' | 'Shared phone number' | 'Shared credentials' | 'Cohosted domain' | 'Redirect domain' | 'Searched domain redirects' | 'Associated person' | 'Phone owner' | 'Shared address' | 'Shared email' | 'Associated web page' — An enumeration.
          - `context` string — Data on the connection.
          - `url` string, uri — The URL of the source.
        - `content_flags` string[] — A list of potentially concerning flags in the web content.
        - `multi_level_marketing_name` string — The name of a known multi-level-marketing brand found in the web content.
        - `primary_language` string — Evaluation of the primary language used for web content.
        - `is_webserver_responsive` boolean — Indicates whether the entity's webserver is responsive.
      - `pdf_report_link` string, uri, nullable — Link to download a PDF outlining the results in a visual format.
      - `ui_portal_link` string, uri, nullable — Link to see the full response in TrueBiz's web portal.
      - `recommendation` Recommendation
        - `decision` 'Pass' | 'Fail', required — An enumeration.
      - `risks` RiskIndicators
        - `validity` Risk[] — A list of data points that indicate the business's legitimacy.
          - `category` string — The general area this risk classification belongs to.
          - `subcategory` string — The subdivision of the category.
          - `name` string — The machine-readable name of the risk element being considered.
          - `display_name` string — The human-readable name of the risk element being considered.
          - `score` integer — The percentage score of how risky we consider the data for this item to be, denoted as a flat integer that should be divided by 100 (e.g. 1000 -> 10%). Higher numbers are more risky.
          - `description` string — A plaintext explanation of the risk.
          - `classification_type` 'Validity' | 'Notice' | 'Risk' — An enumeration.
        - `notice` Risk[] — A list of data points that indicate information you may want to take heed of before interacting with the business.
          - `category` string — The general area this risk classification belongs to.
          - `subcategory` string — The subdivision of the category.
          - `name` string — The machine-readable name of the risk element being considered.
          - `display_name` string — The human-readable name of the risk element being considered.
          - `score` integer — The percentage score of how risky we consider the data for this item to be, denoted as a flat integer that should be divided by 100 (e.g. 1000 -> 10%). Higher numbers are more risky.
          - `description` string — A plaintext explanation of the risk.
          - `classification_type` 'Validity' | 'Notice' | 'Risk' — An enumeration.
        - `risk` Risk[] — A list of data points that indicate the risk of interacting with the business.
          - `category` string — The general area this risk classification belongs to.
          - `subcategory` string — The subdivision of the category.
          - `name` string — The machine-readable name of the risk element being considered.
          - `display_name` string — The human-readable name of the risk element being considered.
          - `score` integer — The percentage score of how risky we consider the data for this item to be, denoted as a flat integer that should be divided by 100 (e.g. 1000 -> 10%). Higher numbers are more risky.
          - `description` string — A plaintext explanation of the risk.
          - `classification_type` 'Validity' | 'Notice' | 'Risk' — An enumeration.
      - `risk_analysis` RiskAnalysis
        - `fraud_risk` 'LOW' | 'MEDIUM' | 'HIGH' — An enumeration.
      - `is_blocked` boolean — Is this business blocked for fraud based on information that your company has provided to us.
      - `block_details` CompanyMatchBlockedDomain
        - `created_at` string, date-time, nullable — When the block was created
        - `expires_at` string, date-time, nullable — When the block expires
        - `explanation` string, nullable — Human-readable explanation for why the domain was blocked
      - `network_intelligence` NetworkIntelligence — Cross-account intelligence about how other TrueBiz customers interact with a company.
        - `recent_searches` RecentSearches, required — Aggregated statistics from other TrueBiz customers who have previously searched this company. Internal and Mastercard accounts are excluded from all counts. The requesting account's own searches are excluded. Counts are total searches; repeated searches by the same account each count.
          - `first_seen_at` string, date, nullable — The earliest date any other TrueBiz customer searched this company.
          - `most_recent_seen_at` string, date, nullable — The most recent date any other TrueBiz customer searched this company.
          - `searches_all_time` integer, required — Total number of times other TrueBiz customers have ever searched this company.
          - `searches_last_30_days` integer, required — Number of times other TrueBiz customers searched this company in the last 30 days.
          - `searches_last_90_days` integer, required — Number of times other TrueBiz customers searched this company in the last 90 days.
          - `searches_last_180_days` integer, required — Number of times other TrueBiz customers searched this company in the last 180 days.
      - `tracking_id` string, uuid, nullable — ID used to track this request in TrueBiz's application.
      - `external_tracking_ref` string, nullable — ID used in your system to track this request.
    - object

## Other responses

- `202` — Accepted
- `400` — Bad Request
- `401` — Unauthorized
- `404` — Not Found
- `422` — Unprocessable Entity
- `429` — Too Many Requests
- `500` — Internal Server Error

---

[API](https://skmtc.net/truebiz/apis/truebiz-web-presence-review-api.md) · [All operations](https://skmtc.net/truebiz/apis/truebiz-web-presence-review-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/truebiz/truebiz-web-presence-review-api/revisions/22a9a6d3740a/schema)
