Skip to content

Latest commit

 

History

History
226 lines (114 loc) · 6.19 KB

File metadata and controls

226 lines (114 loc) · 6.19 KB

downflux


downflux / BehanceOutput

Interface: BehanceOutput

Defined in: packages/providers/behance/BehanceContracts.ts:6

Default output structure for extractor operations. Represents normalized metadata and extracted resources.

Extends

Properties

title

title: string

Defined in: packages/contracts/ExecutionContracts.ts:164

Page title

Inherited from

DefaultExecutionResult.title


description

description: string

Defined in: packages/contracts/ExecutionContracts.ts:167

Page description

Inherited from

DefaultExecutionResult.description


keywords

keywords: string[]

Defined in: packages/contracts/ExecutionContracts.ts:170

SEO keywords

Inherited from

DefaultExecutionResult.keywords


status

status: number

Defined in: packages/contracts/ExecutionContracts.ts:173

HTTP status code

Inherited from

DefaultExecutionResult.status


sourceUrl

sourceUrl: string

Defined in: packages/contracts/ExecutionContracts.ts:176

Final resolved URL

Inherited from

DefaultExecutionResult.sourceUrl


anchors

anchors: string[]

Defined in: packages/contracts/ExecutionContracts.ts:179

Anchor links

Inherited from

DefaultExecutionResult.anchors


images

images: string[]

Defined in: packages/contracts/ExecutionContracts.ts:182

Image URLs

Inherited from

DefaultExecutionResult.images


sources

sources: string[]

Defined in: packages/contracts/ExecutionContracts.ts:185

Media source URLs

Inherited from

DefaultExecutionResult.sources


videoSources

videoSources: string[]

Defined in: packages/contracts/ExecutionContracts.ts:188

Video URLs

Inherited from

DefaultExecutionResult.videoSources


links

links: string[]

Defined in: packages/contracts/ExecutionContracts.ts:191

Hyper links

Inherited from

DefaultExecutionResult.links


videoPosters?

optional videoPosters?: string[]

Defined in: packages/contracts/ExecutionContracts.ts:194

Video poster URLs

Inherited from

DefaultExecutionResult.videoPosters


divHREFs?

optional divHREFs?: string[]

Defined in: packages/contracts/ExecutionContracts.ts:197

URLs extracted from div href attributes

Inherited from

DefaultExecutionResult.divHREFs


allUrls?

optional allUrls?: string[]

Defined in: packages/contracts/ExecutionContracts.ts:200

All discovered URLs

Inherited from

DefaultExecutionResult.allUrls


extractionTarget?

optional extractionTarget?: ExtractionTarget

Defined in: packages/contracts/ExecutionContracts.ts:203

URL category for pipeline routing

Inherited from

DefaultExecutionResult.extractionTarget


customFields?

optional customFields?: unknown

Defined in: packages/contracts/ExecutionContracts.ts:206

Extensible service-specific fields

Inherited from

DefaultExecutionResult.customFields