Skip to content

Commit 9474255

Browse files
committed
add multiple titles example
1 parent 60c1263 commit 9474255

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
import clearbit
2+
3+
people = clearbit.Prospector.search(domain='clearbit.com', roles={'sales', 'marketing'})
4+
5+
for person in people:
6+
print(person['name']['fullName'])
7+
print(person.email)

0 commit comments

Comments
 (0)