Integrations
Connect Everything
Plug Qurec into your existing tools and workflows
Google Drive
Automatically sync resumes from shared folders
Email (IMAP)
Parse attachments from hr@ inboxes
FTP / SFTP
Connect legacy file servers
Dropbox
Sync from Dropbox folders
REST API
Full programmatic access
Webhooks
Real-time event notifications
Greenhouse
SoonTwo-way ATS sync
Lever
SoonTwo-way ATS sync
Powerful REST API
Full programmatic access to all Qurec features. Create candidates, run searches, manage ingestion—all from your own applications.
- RESTful JSON API
- OAuth 2.0 authentication
- Rate limiting & quotas
- Comprehensive documentation
- SDKs (Python, Node coming)
# Search candidates
curl
-X POST https://api.qurec.com/v1/search \
-H "Authorization: Bearer $TOKEN" \
-d '{"query": "sales leader"}'
# Response
{
"candidates": [
{ "name": "Sarah Chen", "score": 98 }
]
}
Need a Custom Integration?
Our team can help you connect Qurec to your existing systems.