Initial commit: Full Crawl API implementation
Some checks failed
CI / Test (push) Has been cancelled
Deploy / Deploy to Staging (push) Has been cancelled
CI / Build & Push (push) Has been cancelled
Deploy / Deploy to Production (push) Has been cancelled

This commit is contained in:
2026-04-29 07:03:48 +00:00
commit 62994d4f3d
92 changed files with 6176 additions and 0 deletions

78
legal/privacy-policy.md Normal file
View File

@@ -0,0 +1,78 @@
# Privacy Policy
Last updated: April 29, 2026
## 1. Information We Collect
### Account Information
- Email address
- Password (hashed)
- Billing information (processed by Stripe)
### Usage Data
- API request logs (endpoint, URL, timestamp)
- IP addresses (for rate limiting and security)
- Browser type and OS
### Scraped Data
- We temporarily process URLs and webpage content you submit
- We do not permanently store scraped content unless cached
- Cache TTL is 5 minutes by default
## 2. How We Use Your Information
- Provide and maintain the Service
- Process payments and prevent fraud
- Monitor usage and enforce rate limits
- Improve the Service and develop new features
- Comply with legal obligations
## 3. Data Sharing
We do not sell your personal data. We may share data with:
- Stripe (payment processing)
- Cloud providers (hosting infrastructure)
- Legal authorities when required by law
## 4. Data Security
We implement industry-standard security measures including:
- Encryption in transit (TLS/SSL)
- Hashed passwords (bcrypt)
- API key authentication
- Rate limiting and IP blocking
## 5. Your Rights
Depending on your jurisdiction, you may have the right to:
- Access your personal data
- Correct inaccurate data
- Delete your account and data
- Export your data
- Object to processing
## 6. Cookies
We use essential cookies for authentication. We do not use tracking cookies for advertising.
## 7. Data Retention
- Account data: retained until account deletion
- API logs: retained for 90 days
- Cached content: retained for 5 minutes
## 8. International Transfers
Data may be processed in the United States or other countries where our servers are located.
## 9. Children's Privacy
The Service is not intended for children under 13. We do not knowingly collect data from children.
## 10. Changes to This Policy
We may update this policy. Significant changes will be notified via email.
## Contact
For privacy questions, contact privacy@crawlapi.dev.