We're working hard to bring you comprehensive guides, API references, and integration tutorials.
FreelanceFilter's documentation covers the parts that matter: how to set filters, how webhooks deliver job JSON, and how the plans gate features. It is written for someone building an integration, not someone browsing. The catch: it documents what exists today, not every feature on the roadmap.
The docs describe the current product. They are not a full API reference for a public REST API, and they do not cover features that have not shipped.
The webhook payload — a job's title, budget, client rating, hire rate, payment-verified flag and description — is the entire integration surface. Master that one shape and you have the whole product.
Learn the basics of setting up FreelanceFilter and configuring your first search.
Connect FreelanceFilter to Discord, Slack, or your custom endpoints.
Full API documentation for developers who want direct access.
Here's a sneak peek at what you'll receive
{
"event": "job.found",
"timestamp": "2024-01-27T12:00:00Z",
"data": {
"title": "Senior React Developer",
"rate": "$80-120/hr",
"client": {
"country": "United States",
"rating": 4.9,
"total_spent": "$150,000+"
},
"ai_summary": "Looking for expert to refactor...",
"fit_score": 98
}
}