Skip to content

Commit 3052c87

Browse files
committed
Name to domain documentation
1 parent 1c474fe commit 3052c87

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,16 @@ If the company can't be found, then `None` will be returned.
4343

4444
See the [documentation](https://clearbit.com/docs#company-api) for more information.
4545

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+
4656
## Proxy Usage
4757

4858
Passing a proxies dictionary allows you to specify proxy servers to pass the requests through given various protocols.

0 commit comments

Comments
 (0)