When you first sign up, your account is automatically credited with 5 euros.
Each time you make a successful request to our API endpoints, an amount is subtracted from your account. The amount deducted per call depends on the endpoint and parameters:
Search Endpoint
For the /search
endpoint, the cost depends on the depth parameter:
Call Type | Cost |
---|
Standard | €0.005 |
Deep | €0.05 |
Fetch Endpoint
For the /fetch
endpoint, the cost depends on the renderJS parameter:
Call Type | Cost |
---|
Without JS (renderJS: false) | €0.001 |
With JS (renderJS: true) | €0.005 |
To support the ecosystem, we will top up your account back to 5 euros every month. Beyond that, you can add money to your account in the Billing section of the Linkup app.
If your account runs out, the API will respond with a 429 HTTP error.
Important note: No credit is subtracted when an error occurs, whether it is because of a missing parameter, an internal server error, but also when we were not able to find anything relevant to your query.
You can view your current consumption by visiting the Linkup App.