We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
잔여 백신 조회 네이버 플레이스 페이지로 이동합니다. https://m.place.naver.com/rest/vaccine?vaccineFilter=used
크롬 개발자 도구를 켜고 Network탭으로 이동 시켜 둔 뒤 우측 하단 새로고침을 눌러줍니다.
graphql 호출 결과에서 preview 탭으로 이동하여 응답 결과를 확장해보면 지도에 표시된 병원 목록을 확인 할 수 있습니다.
vaccineOrganizationCode값과 id값을 각각 orgCd와 sid 자리에 복사하여 넣으면
https://v-search.nid.naver.com/reservation/standby?orgCd=11100109&sid=11814857
예약 신청 페이지(매크로 동작 페이지)로 이동할 수 있습니다.
graphql 내용 확인시 response가 있는 부분 찾는 화면 캡쳐입니다.
데이터 확인하실때 status가 200인 필드를 누르시면 됩니다.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
잔여 백신 조회 네이버 플레이스 페이지로 이동합니다.
https://m.place.naver.com/rest/vaccine?vaccineFilter=used
크롬 개발자 도구를 켜고 Network탭으로 이동 시켜 둔 뒤
우측 하단 새로고침을 눌러줍니다.
graphql 호출 결과에서 preview 탭으로 이동하여 응답 결과를 확장해보면
지도에 표시된 병원 목록을 확인 할 수 있습니다.
vaccineOrganizationCode값과 id값을
각각 orgCd와 sid 자리에 복사하여 넣으면
https://v-search.nid.naver.com/reservation/standby?orgCd=11100109&sid=11814857
예약 신청 페이지(매크로 동작 페이지)로 이동할 수 있습니다.
graphql 내용 확인시 response가 있는 부분 찾는 화면 캡쳐입니다.
데이터 확인하실때 status가 200인 필드를 누르시면 됩니다.
The text was updated successfully, but these errors were encountered: