Skip to content

Latest commit

 

History

History
113 lines (61 loc) · 2.53 KB

ApifyEntryMetadata.md

File metadata and controls

113 lines (61 loc) · 2.53 KB

crawlee-one / Exports / ApifyEntryMetadata

Interface: ApifyEntryMetadata

Table of contents

Properties

Properties

actorId

actorId: null | string

Defined in

src/lib/integrations/apify.ts:18


actorRunId

actorRunId: null | string

Defined in

src/lib/integrations/apify.ts:19


actorRunUrl

actorRunUrl: null | string

Defined in

src/lib/integrations/apify.ts:20


contextId

contextId: string

Defined in

src/lib/integrations/apify.ts:21


dateHandled

dateHandled: string

ISO datetime string that indicates the time when the request has been processed.

Defined in

src/lib/integrations/apify.ts:30


loadedUrl

loadedUrl: null | string

The URL given to the crawler after possible redirects

Defined in

src/lib/integrations/apify.ts:27


numberOfRetries

numberOfRetries: number

Defined in

src/lib/integrations/apify.ts:31


originalUrl

originalUrl: null | string

The URL given to the crawler

Defined in

src/lib/integrations/apify.ts:25


requestId

requestId: null | string

Defined in

src/lib/integrations/apify.ts:22