Skip to main content

Website Content

The state of a website's content at a particular point in time. Enigma makes a request to each website at least every ninety days, and each website content record represents what was learned on one of those requests.

GraphQL type: WebsiteContent

Example

A snapshot of starbucks.com captured on a specific date is a Website Content entity — it records the page state at a point in time.

Description

The state of the website at a particular time.

We make a request to each website in our database at least every ninety days. Each website_content object represents what we learned on one of those requests.

Time Structure

This attribute has a historical dimension which is represented by the rank property:

  • Rank = 0: Data from the most recent website request.
  • Higher ranks (1, 2, etc.): Data from earlier website requests (higher ranks represent earlier requests)

This structure allows us to answer questions such as

  • when did this website become unavailable and begin returning 404 errors?
  • when did this website switch it's favicon (which may indicate a rebranding or acquisition)?

Pricing tier: Plus

FieldNameTypeDescription
Website Availabilitywebsite_availabilitystring
HTTP Status Codehttp_status_codeThe HTTP status code returned by the request (e.g. 200, 404, etc.)
Favicon URLfavicon_urlThe url from which the website's favicon was served.
Favicon Imagefavicon_imageA binary representation of the website's favicon that was returned from the HTTP request.
IDidlong
First Observed Datefirst_observed_datestring
Last Observed Datelast_observed_datestring

Relationships

Website Content connects to other entities in the Enigma graph:

DirectionRelationshipTarget Entity
servesWebsite

View all relationships →