-
Notifications
You must be signed in to change notification settings - Fork 1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[IndeedBridge] Add new bridge #1166
Conversation
Implements a bridge for https://www.indeed.com/ (or any of the local variants) Features: - Takes a company name and returns a list of reviews and comments - Limit the maximum number of items to return (default: 20) - No upper limit on the number of items to return - Search by language code (45 options) - Supports detectParameters for any supported URL
Hi @logmanoriginal, thanks a lot for the bridge 👍. `<?php // Not finalized
} |
Thanks for your feedback!
Your bridge looks good to me 👍 |
Can it create Rss feed for custom job search on Indeed? |
Implements a bridge for https://www.indeed.com/ (or any of the local variants) Features: - Takes a company name and returns a list of reviews and comments - Limit the maximum number of items to return (default: 20) - No upper limit on the number of items to return - Search by language code (45 options) - Supports detectParameters for any supported URL
Implements a bridge for
https://www.indeed.com/ (or any of the local variants)
Features:
Closes #1072
Any features missing?