Naver Blog & Cafe Scraper avatar

Naver Blog & Cafe Scraper

Pricing

from $4.00 / 1,000 results

Go to Apify Store
Naver Blog & Cafe Scraper

Naver Blog & Cafe Scraper

Scrapes Naver Blog and Cafe posts with full content, comments, metadata, and engagement metrics. Supports keyword search and direct URL scraping.

Pricing

from $4.00 / 1,000 results

Rating

0.0

(0)

Developer

OrbitData Labs

OrbitData Labs

Maintained by Community

Actor stats

0

Bookmarked

4

Total users

2

Monthly active users

2 days ago

Last modified

Share

An Apify actor that scrapes posts, comments, place information, and metadata from Naver Blog and Cafe.

Features

  • Keyword Search: Search blog/cafe posts using the Naver Search API
  • Direct URL Scraping: Provide specific Naver Blog or Cafe post URLs for detailed scraping
  • Full Content Extraction: Extract complete text and HTML content from posts
  • Image Collection: Collect all image URLs embedded in posts
  • Place/Map Data: Extract place names, addresses, phone numbers, and GPS coordinates from posts
  • External Link Extraction: Collect external link card data (OG links) embedded in posts
  • Comment Count: Retrieve the number of comments on each post
  • Engagement Metrics: Collect like/sympathy counts
  • Video Detection: Detect whether a post contains video content
  • Metadata: Author, date, category, tags, and more

Output Data

FieldTypeDescription
typestringblog or cafe
titlestringPost title
urlstringPost URL
authorstringAuthor name
datestringPublished date
contentstringFull text content
contentHtmlstringRaw HTML content
imagesstring[]List of image URLs
tagsstring[]Hashtags/tags
categorystringPost category
likeCountnumberNumber of likes/sympathies
commentCountnumberNumber of comments
placesobject[]Place info (name, address, phone, category, latitude, longitude)
externalLinksobject[]External links (title, description, URL)
hasVideobooleanWhether the post contains video
cafeNamestringCafe name (cafe posts only)
cafeUrlstringCafe URL (cafe posts only)
scrapedAtstringScrape timestamp (ISO 8601)

Usage

Enter keywords to search Naver Blog/Cafe, or provide direct URLs to scrape specific posts. No separate API key setup is required — just run the actor.

Input Example

{
"searchKeywords": ["best restaurants", "Seoul cafe"],
"directUrls": ["https://blog.naver.com/example/123456"],
"searchType": "both",
"maxResults": 30,
"sortBy": "sim",
"scrapeContent": true,
"scrapeComments": true,
"maxConcurrency": 5
}

Input Parameters

ParameterTypeDefaultDescription
searchKeywordsstring[][]List of search keywords
directUrlsstring[][]Direct post URLs to scrape
searchTypestringbothSearch target: blog, cafe, or both
maxResultsnumber30Max search results per keyword (up to 1000)
sortBystringsimSort order: sim (relevance) or date (newest first)
scrapeContentbooleantrueWhether to scrape full post content
scrapeCommentsbooleantrueWhether to collect comment data
maxConcurrencynumber5Max concurrent scraping requests

Output Example

{
"type": "blog",
"title": "Top 10 Restaurants in Gangnam, Seoul",
"url": "https://blog.naver.com/foodie123/223456789",
"author": "FoodExplorer",
"authorLink": "https://blog.naver.com/foodie123",
"date": "2025-01-15",
"content": "Hello! Today I'm introducing must-visit restaurants in Gangnam...",
"images": ["https://blogfiles.pstatic.net/..."],
"tags": ["GangnamFood", "SeoulRestaurant", "FoodRecommendation"],
"category": "Food/Travel",
"likeCount": 142,
"commentCount": 23,
"places": [
{
"name": "Restaurant ABC",
"address": "123 Yeoksam-dong, Gangnam-gu, Seoul",
"tel": "02-1234-5678",
"category": "Restaurant",
"latitude": "37.5012",
"longitude": "127.0396"
}
],
"externalLinks": [
{
"title": "Reservation Page",
"description": "Book online",
"url": "https://example.com/reservation"
}
],
"hasVideo": false,
"comments": [],
"scrapedAt": "2025-01-20T10:30:00.000Z"
}

Use Cases

  • Market Research: Analyze consumer reviews and place data for specific keywords or products
  • Trend Analysis: Track popular topics and keywords over time
  • Restaurant/Place Collection: Automatically extract place names, addresses, phone numbers, and GPS coordinates from blog reviews
  • Competitor Analysis: Monitor online sentiment about competing brands
  • Influencer Discovery: Find influential bloggers in specific niches
  • Content Analysis: Analyze patterns of images, videos, and external links in posts

Limitations

  • Naver Search API daily limit: 25,000 calls
  • Max search results per keyword: 1,000 (Naver API limit)
  • Private cafe posts cannot be scraped
  • Blog comment content is not available via API (only comment count is provided)
  • Some content may be restricted due to Naver's access control policies

License

ISC