The Google People API allows you to get a list of all contacts:
resultset = service.people().connections().list(
resourceName='people/me',
pageSize=100,
personFields=('names,emailAddresses,organizations,photos,phoneNumbers'))
Is there any way to filter the results by Contact Group? I couldn't find the source code for the list method ...
Thanks!
There isn't a way to filter by contact group in the list call. The two options you have are: