KR Naver Stores Scraper avatar
KR Naver Stores Scraper

Pricing

$9.99/month + usage

Go to Store
KR Naver Stores Scraper

KR Naver Stores Scraper

Developed by

PopinBorder Castnet

Maintained by Community

This actor is intended to extract data from smartstore.naver.com and brand.naver.com

0.0 (0)

Pricing

$9.99/month + usage

1

Monthly users

2

Runs succeeded

93%

Response time

53 days

Last modified

2 days ago

AY

404 error found

Open

amusing_yblent opened this issue
7 months ago

hi, i use this actor at my google sheet appscript. there are 404 error found.


//시작

function runApifyScraper() { var sheet = SpreadsheetApp.getActiveSpreadsheet().getActiveSheet(); var range = sheet.getActiveRange(); var startRow = range.getRow(); // 마우스 커서가 위치한 행 var lastRow = sheet.getLastRow(); // 마지막 행 번호 var token = ''; // Apify API 토큰

for (var row = startRow; row <= lastRow; row++) { var keyword = sheet.getRange(row, 2).getValue(); // B열의 검색어 가져오기 if (keyword) { Logger.log('검색어: ' + keyword); // 검색어가 제대로 로드되고 있는지 확인

1// Apify Actor 실행을 위한 요청 본문
2  var payload = {
3    searchQuery: keyword,
4    maxPages: 1, // 검색 결과 페이지 수 제한
5    includeReviews: false, // 리뷰 포함 안 함
6    includeProductDetails: false // 제품 상세 정보 포함 안 함
7  };
8
9  var options = {
10    method: 'post',
11    contentType: 'application/json',
12    payload: JSON.stringify(payload),
13    muteHttpExceptions: true // 에러 발생 시에도 중단되지 않도록 설정
14  };
15
16  try {
17    // Apify API 호출
18    var response = UrlFetchApp.fetch('https://api.apify.com/v2/acts/styleindexamerica~kr-naver-stores-scraper/run-sync?token=' + token, options);
19    var jsonResponse = JSON.parse(response.getContentText());
20
21    // Apify API 응답이 성공적인지 확인
22    if (response.getResponseCode() === 200) {
23      Logger.log('API 응답 성공: ' + jsonResponse); // 응답 내용 확인
24      
25      // 데이터셋 ID를 통해 ... [trimmed]

Pricing

Pricing model

Rental 

To use this Actor, you have to pay a monthly rental fee to the developer. The rent is subtracted from your prepaid usage every month after the free trial period. You also pay for the Apify platform usage.

Free trial

Price

$9.99