Onedio Scraper avatar
Onedio Scraper

Pricing

$5.99/month + usage

Go to Apify Store
Onedio Scraper

Onedio Scraper

Scrape articles from [Onedio.com](https://onedio.com) - one of Turkey's largest digital media platforms. Extract article details including title, description, author information, images, categories, tags, stats, and more.

Pricing

$5.99/month + usage

Rating

0.0

(0)

Developer

Limitless Coding

Limitless Coding

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

4 days ago

Last modified

Share

Scrape articles from Onedio.com - one of Turkey's largest digital media platforms. Extract article details including title, description, author information, images, categories, tags, stats, and more.

Features

  • πŸ”— Extract article data from multiple Onedio URLs in a single run
  • πŸ“Έ Get high-resolution image URLs in multiple formats (low, standard, high, extraHigh, raw)
  • πŸ‘€ Author details with avatar images
  • πŸ“Š Article statistics (views, shares, comments)
  • 🏷️ Categories, hashtags, badges, and tags
  • πŸ“… Publication dates and timestamps
  • πŸ” SEO metadata

Input Parameters

ParameterTypeRequiredDescription
articleUrlsArrayβœ… YesArray of Onedio article URLs to scrape (max 30 URLs)

Example Input

{
"articleUrls": [
"https://onedio.com/haber/hukumetin-memurlar-icin-son-zam-teklifi-belli-oldu-sendika-baskanindan-cok-komik-rakam-aciklamasi-1309132",
"https://onedio.com/haber/ersan-diamond-gozaltina-alinmisti-ersan-gulmez-in-dikkat-ceken-fotograf-albumu-1309130"
]
}

Output

The actor returns a dataset with the following structure for each article:

{
"requestDetails": {
"articleUrls": ["..."],
"timestamp": "2024-01-15T10:30:00.000Z"
},
"response": [
{
"id": "68a34f8ae51c75f9d7fbb49b",
"legacyId": 1309132,
"title": "Article Title",
"originalTitle": "Original Title",
"route": "/haber/article-slug-1309132",
"url": "https://onedio.com/haber/article-slug-1309132",
"description": "Article description...",
"authors": [
{
"id": "...",
"username": "author_username",
"name": "Author Name",
"url": "https://onedio.com/profil/author_username",
"avatar": {
"resolutions": { ... }
}
}
],
"image": {
"id": "...",
"resolutions": {
"low": { "format": "jpg", "width": 300, "height": 168, "url": "..." },
"standard": { "format": "jpg", "width": 600, "height": 337, "url": "..." },
"high": { "format": "jpg", "width": 900, "height": 506, "url": "..." },
"extraHigh": { "format": "jpg", "width": 1200, "height": 675, "url": "..." },
"raw": { "format": "jpg", "width": 1200, "height": 675, "url": "..." }
}
},
"categories": [
{ "id": "...", "name": "GΓΌndem", "url": "https://onedio.com/gundem" }
],
"hashtags": [
{ "id": "...", "name": "Hashtag", "url": "https://onedio.com/hashtag-route" }
],
"tags": ["tag1", "tag2"],
"stats": {
"views": 12345,
"shares": 100,
"comments": 50
},
"dates": {
"created": "2024-01-15T10:00:00.000Z",
"updated": "2024-01-15T10:30:00.000Z",
"published": "2024-01-15T10:30:00.000Z"
},
"seoData": {
"altTitle": "SEO Title",
"description": "SEO Description"
},
"entries": [ ... ],
"flags": { ... },
"keywords": ["keyword1", "keyword2"]
}
]
}

Limitations

  • Maximum 5 URLs per run
  • Only article URLs from onedio.com/haber/ are supported

Use Cases

  • πŸ“° Content Aggregation: Collect articles for news aggregation platforms
  • πŸ“ˆ Trend Analysis: Analyze article performance metrics (views, shares, comments)
  • πŸ”¬ Research: Gather data for media research and analysis
  • πŸ“Š Competitive Analysis: Monitor content trends in Turkish digital media
  • πŸ—„οΈ Archiving: Archive article content and metadata

Cost Estimation

This actor is lightweight and efficient. On average:

  • ~0.001 compute units per article
  • 1 API request per article

Support

If you encounter any issues or have questions, contact us through the Apify platform.

Changelog

v1.0.0

  • Initial release