DEVELOPE.KR documentation
  • 한국어
  • English
    • API
      • For KakaoTalk BOT
        • KakaoTalk Open Chat List Search
        • KakaoTalk OpenChat Info Search
        • Naver Blog Rank Search API
        • COVID-19 Virus World Infection Information API
      • For Any Platform
        • KakaoTalk Open Chat List Search
        • Naver Blog Rank Search API
        • COVID-19 Virus World Infection Information API
    • Develope.kr Policy
DEVELOPE.KR documentation
  • Docs »
  • English »
  • Naver Blog Rank Search API
  • View page source

Naver Blog Rank Search API¶

This API is for look up Naver blog search rankings.


Request URL¶

https://api.develope.kr/search/naver/blog

Protocol¶

HTTPS

HTTP method¶

GET

parameters¶

parameters

Type

Required

Description

id

String

Yes

Naver Blog ID

keyword

String

Yes

Naver Search Keyword

Request Example¶

curl "https://api.develope.kr/search/naver/blog?id=saleserver&keyword=Server"
    -H "Content-Type:application/json"

Response¶

Property

Type

Required

Description

rank

int

Yes

Rank

title

String

Yes

Title

description

String

Yes

Description

blogger_name

String

Yes

Blogger Name

link

String

Yes

Link

post_date

String

Yes

Post date

Error Response¶

Property

Type

Required

Description

success

String

Yes

API success or failure

reason

String

No

Failure reason

Code

int

Yes

Error Code

Error Code¶

Number

Description

0

Success

1

Can’t find Blog or Keywords

3

Invaild request or Naver error

4

No Parameters

5

Can’t connect to Naver

경고

If you continue to encounter 403 Forbidden errors, please check the API response. If you think it is blocking CloudFlare WAF (Web Application Firewall) please send the IP, Ray ID, and response to parkkw472@develope.kr

Next Previous

© Copyright 2020, KeonWoo PARK

Built with Sphinx using a theme provided by Read the Docs.