{"id":30743204,"url":"https://github.com/arjun-ms/jobscrape","last_synced_at":"2025-09-04T02:05:16.673Z","repository":{"id":308017870,"uuid":"1030628531","full_name":"arjun-ms/JobScrape","owner":"arjun-ms","description":"A Python script to scrape jobs from Techversant's Career Page. | Only for educational Purposes","archived":false,"fork":false,"pushed_at":"2025-08-03T15:55:37.000Z","size":37,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-08-29T11:56:12.290Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/arjun-ms.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2025-08-02T01:53:10.000Z","updated_at":"2025-08-03T15:55:40.000Z","dependencies_parsed_at":"2025-08-03T17:41:16.689Z","dependency_job_id":"a4203e0a-2d4f-44a0-beda-89da71904d15","html_url":"https://github.com/arjun-ms/JobScrape","commit_stats":null,"previous_names":["arjun-ms/jobscrape"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/arjun-ms/JobScrape","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arjun-ms%2FJobScrape","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arjun-ms%2FJobScrape/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arjun-ms%2FJobScrape/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arjun-ms%2FJobScrape/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/arjun-ms","download_url":"https://codeload.github.com/arjun-ms/JobScrape/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arjun-ms%2FJobScrape/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":273539317,"owners_count":25123499,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-09-04T02:00:08.968Z","response_time":61,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-09-04T02:05:15.821Z","updated_at":"2025-09-04T02:05:16.663Z","avatar_url":"https://github.com/arjun-ms.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"## JobScrape\n\nThis Python script **automatically collects job listings** from [Techversant Infotech's careers page](https://techversantinfotech.com/talent/) and **saves them into an Excel file**.\n\n\n\n## 🤔 What It Does\n\n- Visits Techversant's job listings page.\n- Extracts details such as:\n    - Job Title\n    - Category\n    - Location\n    - Posting Date\n    - Required Skills\n    - Experience Needed\n    - Contact Email\n- Organizes all information into a styled Excel file named `Techversant_Jobs.xlsx`.\n\n\n\n## 📦 Requirements\n\n### ✅ Step 1: Create a virtual environment\n\n```bash\npython -m venv venv\n```\n\n### ✅ Step 2: Activate the virtual environment\n\n- **Windows**:\n\n    ```bash\n    venv\\Scripts\\activate\n    ```\n\n- **Mac/Linux**:\n\n    ```bash\n    source venv/bin/activate\n    ```\n\n### ✅ Step 3: Install dependencies\n\n```bash\npip install -r requirements.txt\n```\n\n\n\n## 🧠 How to Use\n\n1. Ensure Python is installed on your system.\n2. Open a terminal and navigate to the project folder.\n3. Follow the steps in the Requirements section to set up the environment.\n4. Run the scraper:\n\n     ```bash\n     python scrape.py\n     ```\n\n5. If successful, the Excel file `Techversant_Jobs.xlsx` will be created in the same folder.\n\n\n\n\n## 📊 Output\n\nThe Excel file includes:\n\n- A `Jobs` sheet with:\n    - JobTitle\n    - JobCategory\n    - Location\n    - ExperienceRequired\n    - PostingDate\n    - JobDescriptionSummary\n    - SkillsRequired\n    - ContactEmail\n    - CompanyBenefits\n    - Salary\n    - JobURL\n    - JobID\n    - ScrapedDate\n    - SourceURL\n\n- A `Summary` sheet with:\n    - Total job count\n    - Breakdown by category and location\n    - Date of scraping\n\n\n## 💡 Notes\n\n- Only scrapes the **first page** of job listings (pagination detection is implemented).\n- If Techversant updates their website layout, the script may require adjustments.\n\n\n## 👨‍💻 Author\n\nBuilt with ❤️ by Arjun  \nFor automation, scraping, and data tasks.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Farjun-ms%2Fjobscrape","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Farjun-ms%2Fjobscrape","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Farjun-ms%2Fjobscrape/lists"}