Indeed Jobs Script (a NoSQL job site script using the Indeed job feeds)
A PHP script for creating simple job sites with Indeed.com jobs or for integrating the Indeed job feeds on your current site ...

What is Indeed Jobs Script?

No database is used and no installation is required-simply download the files and include a single line of php code in your site or php file to show jobs by category or latest indeed jobs.
The script may be also very useful as a base for webmasters looking to integrate the Indeed XML API and show Indeed.com jobs on their website.
How can it be used?
Information & Frequently Asked Questions
1) How to integrate it in a website and existing .php file?
If you downloaded indeed-jobs.zip and extracted the files in a sub folder /indeed-jobs,it's enough to add such line of php code: <?php include("indeed-jobs/jobs_category.php"); ?> in order to show the jobs by category or the following line:
<?php include("indeed-jobs/latest_jobs.php"); ?> in order to show the latest jobs. You can also add them both on a single page and change their positions in order to have for example the jobs by category show up at the top and latest jobs below or the jobs by category to show in the middle, while the latest jobs in a right panel etc.
2) Changing the different settings like Indeed Publisher ID, preferred country, number of results per page and others
To change these values, you need to edit the configuration file - config.xml located in the /indeed-jobs folder.You may check the content of the sample config.xml file below -
<my_config> <configuration> <publisher_id>1555820896294234</publisher_id> <default_country>us</default_country> <results_per_page>20</results_per_page> <latest_jobs_number>5</latest_jobs_number> <latest_jobs_default_category>Computers</latest_jobs_default_category> </configuration> </my_config>
The values you could modify in the configuration file are
publisher_id - your indeed publisher id, you could get one by signing up as publisher on the indeed.com website
default_country - the default country for which the script will display the jobs, the full list of supported countries is available on the indeed website
results_per_page - the number of results / jobs per page you prefer, by default it's set to 20
latest_jobs_number-the number of jobs showing up in the latest jobs section
latest_jobs_default_category-the default category for the latest jobs section,you can enter any word-the search will be performed by it or leave empty
3) How to define your own job categories?
You could do that by editing the categories.xml file located in the /indeed-jobs folder.You may find below the content of the sample products.xml file we are using in our demos:
<job_categories><category>Accounting</category><category>Computers</category><category>Banking</category><category>Freelance</category><category>Customer Service</category><category>Healthcare</category><category>Human Resources</category><category>Manufacturing</category><category>Marketing</category><category>Science</category><category>Hotels</category><category>Restaurants</category><category>Fashion</category><category>Textile</category><category>Retailing</category><category>Logistics</category></job_categories>
To add more categories,you need to add more lines in the categories.xml by keeping the same file format.
Live Demo
Explore the live demos of the front-end and admin panel below.
This demo shows a basic integration in a bootstrap template by simply inserting a line of php code in it
Get Indeed Jobs Script for Your Website
Start using Indeed Jobs Script today! Upon purchase, you’ll instantly receive the download information, and if you prefer, we can handle the installation on your server or hosting package at no extra cost - it’s a complimentary service we’re happy to provide.
- Standard License (Most Popular) $ Buy Now
For use on a single website. - Enterprise License $ Buy Now
For use on unlimited websites (ideal for agencies, developers, and resellers).
Looking for a better deal? Contact us today for a special offer - we may have a discount available for you!
One-Time Payment - Lifetime Use
With a single, one-time payment, you'll gain lifetime access to the Indeed Jobs Script. That means no recurring fees,no subscriptions,and no hidden costs-just reliable,long-term value for your business.
What’s Included with Your Purchase
Full Source Code AccessYou receive the source code,giving you complete flexibility to customize and extend the software to match your specific needs.
Free Technical Support
Our team is here to help! Get assistance whenever you need it to ensure smooth installation,setup,and ongoing use.
Free Installation Service
Prefer not to handle the setup yourself? Let us take care of the installation on your hosting environment — free of charge.
Free “Powered By” Removal
Want a clean,fully branded look? We include at no cost the option to remove the “Powered by” link from the software's interface.


