| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132 |
- <!DOCTYPE html>
- <html lang="en">
- <head>
- <meta charset="utf-8">
- <meta name="viewport" content="width=device-width, initial-scale=1">
- <title>Privacy Policy — App for Indeed</title>
- <meta name="description" content="Privacy Policy for App for Indeed, a native macOS job-search companion app.">
- <link rel="stylesheet" href="styles.css">
- </head>
- <body>
- <header class="site-header">
- <div class="site-header__inner">
- <a class="brand" href="index.html">
- <span class="brand__mark" aria-hidden="true">Ai</span>
- App for Indeed
- </a>
- <nav class="site-nav" aria-label="Main">
- <a href="index.html">Home</a>
- <a href="support.html">Support</a>
- <a href="contact.html">Contact</a>
- <a href="terms-of-service.html">Terms of Use</a>
- <a href="privacy-policy.html" aria-current="page">Privacy Policy</a>
- </nav>
- </div>
- </header>
- <main class="legal">
- <h1>Privacy Policy</h1>
- <p class="meta">App for Indeed | Effective date: May 15, 2026</p>
- <h2>1. Overview</h2>
- <p>
- This Privacy Policy explains how App for Indeed handles information when you use the app on macOS.
- </p>
- <p>
- Our design goal is to minimize data collection and keep user control clear.
- </p>
- <h2>2. Information processed by the app</h2>
- <p>
- The app can process data that you provide directly through app features, such as:
- </p>
- <ul>
- <li>Text prompts and writing inputs you enter for AI-assisted job search, CV creation, and related generation.</li>
- <li>Career profile details you save in the app (for example, name, contact information, and résumé-style content).</li>
- <li>Saved job listings, generated drafts, and in-app preferences stored for your usage experience.</li>
- <li>Navigation actions related to Indeed and other third-party websites opened inside the app.</li>
- </ul>
- <h2>3. Purchases and subscription data</h2>
- <p>
- Payments and subscription management are handled by Apple through StoreKit and your Apple ID account.
- </p>
- <p>
- We do not receive your full payment card details.
- </p>
- <h2>4. Third-party processing</h2>
- <p>
- Some app features rely on external providers to function:
- </p>
- <ul>
- <li>Indeed website content is controlled by Indeed and governed by Indeed’s own policies.</li>
- <li>AI text-generation and structured job-search requests are processed by an external AI provider to return generated output.</li>
- </ul>
- <p>
- <strong>Important:</strong> Avoid entering confidential, regulated, or highly sensitive business information into AI generation fields unless your organization permits this usage.
- </p>
- <h2>5. Data sharing</h2>
- <p>
- We do not sell personal information. Information may be shared only when necessary to:
- </p>
- <ul>
- <li>provide core app functionality through service providers,</li>
- <li>process payments and subscriptions via Apple, or</li>
- <li>comply with applicable legal obligations.</li>
- </ul>
- <h2>6. Data retention</h2>
- <p>
- App preferences, saved profiles, saved jobs, and certain generated content may remain on your device until deleted by you, the app, or uninstall actions.
- </p>
- <p>
- Third-party providers may retain information according to their own retention policies.
- </p>
- <h2>7. Security</h2>
- <p>
- We use reasonable measures intended to protect information handled by the app. No system can guarantee absolute security, and internet-connected services involve inherent risk.
- </p>
- <h2>8. Children’s privacy</h2>
- <p>
- The app is not directed to children under 13, and we do not knowingly collect personal information directly from children.
- </p>
- <h2>9. Your choices</h2>
- <p>
- You can control your use of app features, remove app data locally, and uninstall the app at any time. You can manage subscription status in Apple account settings.
- </p>
- <h2>10. Changes to this policy</h2>
- <p>
- We may update this Privacy Policy. The effective date shown above will be updated when significant changes are published.
- </p>
- <h2>11. Contact and support</h2>
- <p>
- For support or privacy inquiries, visit our <a href="contact.html">Contact</a> page or
- <a href="support.html">Support</a> page.
- </p>
- <p>
- App for Indeed is independent and is not affiliated with or endorsed by Indeed, Inc.
- </p>
- </main>
- <footer class="page-footer">
- <div class="page-footer__inner">
- <nav class="footer-nav" aria-label="Footer">
- <a href="index.html">Home</a>
- <a href="support.html">Support</a>
- <a href="contact.html">Contact</a>
- <a href="terms-of-service.html">Terms of Use</a>
- <a href="privacy-policy.html" aria-current="page">Privacy Policy</a>
- </nav>
- <p>© 2026 App for Indeed. All rights reserved.</p>
- </div>
- </footer>
- </body>
- </html>
|