Frequently Asked Questions
Where does swelist get its job posting data?
Where does swelist get its job posting data?
swelist sources data from two public GitHub repositories maintained by SimplifyJobs:
- Internships: Summer2025-Internships
- New Grad Positions: New-Grad-Positions
How often is the job data updated?
How often is the job data updated?
swelist fetches data in real-time from the SimplifyJobs repositories every time you run the tool. The data is as current as what’s available in those repositories.The SimplifyJobs repositories are community-maintained and typically updated daily as new positions are posted or existing ones are filled.You can see the last update time displayed in the welcome message when you run swelist.
How do location filters work?
How do location filters work?
Location filtering is flexible and supports multiple formats:
- Single location:
--location Torontoor--location Canada - Multiple locations:
--location "Boston, New York, Toronto" - State codes: 2-letter codes like
--location "CA, NY"(matches locations ending with that state) - City names: Matches any location containing the city name
- All locations:
--location all(default)
What timeframe options are available for filtering?
What timeframe options are available for filtering?
swelist supports three timeframe filters:These filters help you focus on the most recent opportunities.
--timeframe lastday: Postings from the last 24 hours (default)--timeframe lastweek: Postings from the last 7 days--timeframe lastmonth: Postings from the last 30 days
What should I do if no results are found?
What should I do if no results are found?
If you see “No postings found” messages, try these solutions:
-
Expand your timeframe: Try
--timeframe lastweekor--timeframe lastmonthinstead of the defaultlastday -
Broaden your location filter: Remove or adjust the
--locationparameter to see more results -
Try the other role: Switch between
--role internshipand--role newgrad - Check data sources: Visit the SimplifyJobs repositories directly to verify if new positions have been posted recently
How accurate and fresh is the data?
How accurate and fresh is the data?
The data accuracy depends on the SimplifyJobs community repositories:
- Freshness: Data is fetched in real-time from GitHub, so you always get the latest available information
- Accuracy: The SimplifyJobs community actively maintains these repositories, but some positions may be filled or closed
- Verification: Always click through to the application link to verify the position is still open
Can I filter by multiple criteria at once?
Can I filter by multiple criteria at once?
Yes! You can combine role, timeframe, and location filters:All filters work together to help you find the most relevant positions.
What's the difference between internship and newgrad roles?
What's the difference between internship and newgrad roles?
swelist tracks two types of positions:
- Internship (
--role internship): Summer internship positions, typically for students currently enrolled in university programs - New Grad (
--role newgrad): Full-time positions for recent graduates or those graduating soon
internship. Specify --role newgrad to see new graduate opportunities instead.I found a bug or have a feature request. What should I do?
I found a bug or have a feature request. What should I do?
We welcome bug reports and feature requests!
- Report an issue: Open an issue on GitHub
- Check existing issues: See if your issue has already been reported
- Contribute: Consider submitting a pull request if you can fix the issue yourself
Still Have Questions?
If your question isn’t answered here:- Check the installation guide for setup help
- Review the usage examples for command syntax
- Open an issue on GitHub