$ curl -X GET https://app.ctrlf.co/api \
-H 'Authorization: Bearer YOUR_API_KEY' \
-H 'Content-Type: application/json' \
-d '{"text": "one apple, two pears, three plums", "replace": "<i>{text}</i>"}'
{"matches": [โฆ], "result": "one <i>apple</i>, two <i>pears</i>, three <i>plums</i>"}
>>> import control_f as find
>>> find.food('one apple, two pears, three plums', replace='<i>{text}</i>').json()
{'matches': [โฆ], 'result': 'one <i>apple</i>, two <i>pears</i>, three <i>plums</i>'}
How much does it cost?
Trial | Hobbyist | Startup | |
Requests | 10 | 1,000/month | 10,000/month |
Entities | food | food, brands | food, brands, custom |
Support | limited | emails (< 3 days) | priority emails (< 24hr) |
Price | free | $14/month $0.014/request |
$140/month $0.014/request |
Log in with GitHub | Log in with GitHub | Log in with GitHub |
If you need more than 10,000 requests per month, contact georges.duverger@gmail.com.
Who makes it?
I am Georges Duverger. I was a software engineer for 10 years before moving to product management in 2015. I worked at 5 technology startups and 1 multinational corporation. I have designed, built, and managed data-driven products and open-source projects at various scales, from side projects to products at a Fortune 500 company. I have worked as a solo founder, collaborated with many Agile teams, and navigated large organizations. I write online about my product management process and philosophy.