This Privacy Policy explains what data Apider collects, how it is used, and how it is protected. Apider is a developer tool — we collect the minimum data necessary to provide the Service.
| Data | Why | Where stored |
|---|---|---|
| Email address | Account ID, plan tracking, billing | Azure Table Storage (apiderusers) |
| Execution count | Enforce plan limits and overage | Azure Table Storage (apiderusers) |
| Execution logs | Debugging — function name, duration, errors | Azure Table Storage (apiderlogs) |
| Webhook registrations | Dispatch external events to your functions | Azure Table Storage (apiderwebhooks), Fernet-encrypted env |
| Scheduled jobs | Execute CloudScheduler functions on timer | Azure Table Storage (apiderschedules), Fernet-encrypted env |
| Payment data | Subscription and billing | Handled exclusively by Paddle — we never see card numbers |
Credentials in your .env file (API tokens, email passwords, webhook URLs) are treated with the following guarantees:
ContextVar, used for the duration of your request, and immediately discarded. Never written to disk or logged.APIDER_ENCRYPTION_KEY — we do not hold a copy.When modules execute (e.g., Telegram.send, Email.read), we log the function name, execution duration, and any error message. We do not log the content of messages sent, emails read, or data written to Sheets. Logs are scoped to your user ID and visible only to you.
Apider relies on the following sub-processors:
We do not use analytics trackers, advertising networks, or any other third-party data processors beyond the above.
The Apider website and management dashboard do not use tracking cookies. The dashboard is a stateless HTML page that communicates directly with the Azure Functions API using your function key.
Depending on your jurisdiction, you may have rights to access, correct, or delete personal data we hold about you. Email us at frostcore@jafa.dev with the subject "Privacy Request." We will respond within 30 days.
We may update this policy as the Service evolves. Material changes will be communicated via email. The date at the top reflects the most recent revision.
Privacy questions or requests: frostcore@jafa.dev