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.
The state of the website at a particular time.
Pricing tier: Plus
| Field | Name | Type | Description |
|---|---|---|---|
| Website Availability | website_availability | string | |
| HTTP Status Code | http_status_code | The HTTP status code returned by the request (e.g. 200, 404, etc.) | |
| Favicon URL | favicon_url | The url from which the website's favicon was served. | |
| Favicon Image | favicon_image | A binary representation of the website's favicon that was returned from the HTTP request. | |
| ID | id | long | |
| First Observed Date | first_observed_date | string | |
| Last Observed Date | last_observed_date | string |
Relationships
Website Content connects to other entities in the Enigma graph:
| Direction | Relationship | Target Entity |
|---|---|---|
| ← | serves | Website |