Onedio Scraper
Pricing
$5.99/month + usage
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
Actor stats
0
Bookmarked
2
Total users
1
Monthly active users
4 days ago
Last modified
Categories
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
| Parameter | Type | Required | Description |
|---|---|---|---|
articleUrls | Array | β Yes | Array 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