We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 29c1f12 commit d1f3b96Copy full SHA for d1f3b96
apps/api/src/controllers/v1/types.ts
@@ -443,6 +443,7 @@ export type Document = {
443
url?: string;
444
sourceURL?: string;
445
statusCode: number;
446
+ scrapeId?: string;
447
error?: string;
448
[key: string]: string | string[] | number | undefined;
449
};
apps/api/src/scraper/scrapeURL/lib/extractMetadata.ts
@@ -156,6 +156,7 @@ export function extractMetadata(
156
publishedTime,
157
articleTag,
158
articleSection,
159
+ scrapeId: meta.id,
160
...customMetadata,
161
162
}
0 commit comments