We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1c474fe commit 3052c87Copy full SHA for 3052c87
1 file changed
README.md
@@ -43,6 +43,16 @@ If the company can't be found, then `None` will be returned.
43
44
See the [documentation](https://clearbit.com/docs#company-api) for more information.
45
46
+## Name to Domain
47
+
48
+You can search for companies using name as a keyword:
49
50
+```python
51
+response = clearbit.NameToDomain.find(name='Clearbit')
52
+```
53
54
+See the [documentation](https://clearbit.com/docs#name-to-domain-api) for more information.
55
56
## Proxy Usage
57
58
Passing a proxies dictionary allows you to specify proxy servers to pass the requests through given various protocols.
0 commit comments