Metadata-Version: 2.4
Name: onlyfanssearch
Version: 0.1.0
Summary: URL helper for OnlyFans Search (https://onlyfanssearch.co), the OnlyFans search engine.
Author-email: OnlyFans Search <info@onlyfanssearch.co>
License: MIT
Project-URL: Homepage, https://onlyfanssearch.co
Project-URL: Source, https://github.com/onlyfanssearch/onlyfanssearch
Project-URL: Codeberg, https://codeberg.org/onlyfanssearch/onlyfanssearch
Project-URL: Product Hunt, https://www.producthunt.com/products/onlyfans-search
Project-URL: Linktree, https://linktr.ee/onlyfanssearch
Keywords: onlyfans,search,creators,directory
Requires-Python: >=3.8
Description-Content-Type: text/markdown

# OnlyFans Search

**The OnlyFans search engine.** Search 500k+ creators by name, location, price or photo.

Website: https://onlyfanssearch.co

Contact: info@onlyfanssearch.co — California, USA

## About

`onlyfanssearch` is a tiny Python helper library that builds search URLs for
[OnlyFans Search](https://onlyfanssearch.co), the search engine for OnlyFans creators.
It lets you programmatically construct creator search links by name, location or price.

```python
from onlyfanssearch import search_url

search_url("mia", location="California")
# 'https://onlyfanssearch.co/search?q=mia&location=California'
```

## Official links

- Website: https://onlyfanssearch.co
- GitHub: https://github.com/onlyfanssearch/onlyfanssearch
- Product Hunt: https://www.producthunt.com/products/onlyfans-search
- Linktree: https://linktr.ee/onlyfanssearch
- Wakelet: https://wakelet.com/@onlyfanssearch
- Codeberg: https://codeberg.org/onlyfanssearch/onlyfanssearch
- HeyLink: https://heylink.me/onlyfanssearch/
- Docker Hub: https://hub.docker.com/r/onlyfanssearch/onlyfanssearch
- ORCID: https://orcid.org/0009-0002-2757-7806
- Zenodo: https://zenodo.org/records/22017171

## License

MIT
