본문 바로가기
Python

[파이썬] 구글 비즈니스 프로필 API 이용해보기

by 퍼포먼스마케팅코더 2022. 7. 20.
반응형

비즈니스 프로필 API를 사용하기 위해서는 먼저 아래의 이용을 먼저 신청해야됨. (소요시간은 약 2주 정도 걸림) 근데 파이썬은 안된다고하네..? 그래도 일단은 해보기 ㅋㅋ 파이썬으로 될지 안될지는 모르겠지만.. 먼저 API 신청할려면은 굉장히 복잡하게 되어있다. 굳이 뭐 별로 쓸 것도 없긴 하지만.. 그래도 일단 신청은 해놓은 상태. 근데 대기중이 너무 길어서 ㅠㅠ 일단은 홀딩상태이다. 

 

https://docs.google.com/forms/u/0/d/e/1FAIpQLSfC_FKSWzbSae_5rOpgwFeIUzXUF1JCQnlsZM_gC1I2UHjA3w/formResponse?pli=1 

 

Business Profile APIs: Application Form For Basic Access

The Business Profile APIs lets you programmatically manage your business information such as name, address, phone number, hours, photos, and more. Access to this API is available through an allowlist and granted to companies that intend to use the API to m

docs.google.com

 

추가 확인사항

 

https://marcusrauhut.com/python-for-marketers-building-a-google-my-business-api-application/

 

Python for Marketers: Building a Google My Business API application - Marcus Rauhut

Update: Since writing this post, Google has removed documentation for Python for this API. My code still works for me, […]

marcusrauhut.com

 

기타사항

 

https://developers.google.com/my-business/content/prereqs

 

기본 요건  |  Google 비즈니스 프로필 API  |  Google Developers

Q&A API가 출시되었습니다. 이전 작업이 필요하며, 지원 중단된 엔드포인트와 관련된 자세한 내용은 지원 중단 일정을 참고하세요.Notifications API v1.1이 출시되었습니다. 자세한 내용은 변경 로그를

developers.google.com

 

API 사용하기 위한 또 전제조건

 

https://developers.google.com/my-business/content/basic-setup

 

기본 설정  |  Google 비즈니스 프로필 API  |  Google Developers

Q&A API가 출시되었습니다. 이전 작업이 필요하며, 지원 중단된 엔드포인트와 관련된 자세한 내용은 지원 중단 일정을 참고하세요.Notifications API v1.1이 출시되었습니다. 자세한 내용은 변경 로그를

developers.google.com

 

반응형

댓글