From The Web
Description: Aggregates relevant content from various websites across the internet.
API Response Structure:
{
"results": [
{
"source": {
"name": "Website Name",
"domain": "example.com",
"favicon": "https://example.com/favicon.ico",
"trustScore": 0.85,
"category": "News/Blog/Forum"
},
"content": {
"title": "Content Title",
"snippet": "Content preview...",
"url": "https://example.com/article",
"published": "2023-08-15T10:00:00Z",
"type": "Article/Discussion/Review",
"media": {
"thumbnail": "https://example.com/thumb.jpg",
"hasVideo": false
}
},
"metrics": {
"relevance": 0.95,
"freshness": "Recent",
"engagement": {
"shares": 1500,
"comments": 250
}
}
}
],
"aggregation": {
"totalSources": 15,
"topDomains": ["news.com", "blog.com"],
"contentTypes": {
"articles": 60,
"discussions": 25,
"reviews": 15
}
},
"type": "fromTheWeb"
}
Fields:
-
results
(array): Web content-
source
(object): Website information -
content
(object): Content details -
metrics
(object): Performance stats
-
-
aggregation
(object): Summary statistics -
type
(string): Always "fromTheWeb"