Documentation coming soon

Documentation

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.

What this does not do

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 number that matters

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.

Getting Started

Learn the basics of setting up FreelanceFilter and configuring your first search.

Coming Soon

Webhooks & Integrations

Connect FreelanceFilter to Discord, Slack, or your custom endpoints.

Coming Soon

API Reference

Full API documentation for developers who want direct access.

Coming Soon

Webhook Payload Preview

Here's a sneak peek at what you'll receive

POST /your-webhook
{
  "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
  }
}

Get notified when docs launch

Create an account and start automating your job search today.