Search Engine Results Extraction Schema

This model has been tailored based on customer feedback and usage. If you need a specific model and enough generalist, you can contact us on the support link below. If some fields are missing, you can also contact us to add them.

Contact us
SearchEngineResults object
  • query string

    The search query that was used to generate the results.

  • totalResults [number, null]

    The total number of results returned by the search engine.

  • results array

    A list of search results.

    Items object
    • title string

      The title of the search result.

    • url string

      The URL of the search result.

    • snippet [string, null]

      A short description or snippet of the search result.

    • displayUrl [string, null]

      The display version of the URL, as shown in the search result.

    • publishDate [string, null]

      The publication date of the search result, if available.

    • richSnippet [object, null]

      Structured data or rich snippet information provided with the search result.

      • type [string, null]

        The type of rich snippet (e.g., review, recipe, article).

      • details [string, null]

        Details of the rich snippet, which may include ratings, author, etc.

  • ads [array, null]

    A list of advertisements that appeared in the search results.

    Items object
    • title string

      The title of the ad.

    • url string

      The URL of the ad.

    • snippet [string, null]

      A short description or snippet of the ad.

    • displayUrl [string, null]

      The display version of the URL, as shown in the ad.

  • pages [array, null]

    A list of pages available in the search results.

    Items object
    • pageNumber number

      The number of the page in the search results.

    • pageUrl string

      The URL of the specific page in the search results.

  • nextPage [object, null]

    The next page available in the search results.

    • nextUrl string

      The URL of the next page in the search results.

  • associatedSearches [array, null]

    Related search queries that users might be interested in.

    Items string
    Items string
  • geolocationWidget [object, null]

    Geolocation information including a list of addresses.

    • addresses [array, null]

      A list of addresses associated with the location.

      Items object
      • addressLine1 string

        The first line of the address.

      • addressLine2 [string, null]

        The second line of the address, if any.

      • city string

        The city of the address.

      • state [string, null]

        The state or region of the address.

      • postalCode [string, null]

        The postal code of the address.

      • country string

        The country of the address.

  • socialAccounts [array, null]

    A list of social media accounts associated with the entity.

    Items object
    • platform string

      The social media platform (e.g., Twitter, LinkedIn).

    • url string

      The URL to the social media account.

  • informationWidget [object, null]

    A generic widget to hold key-value pairs of information.

    • data [array, null]
      Items object
      • key string

        The key or label of the information.

      • value string

        The value associated with the key.