Skip to content
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

Feat: Add scraping module for wuzzuf site #884

Closed
3 tasks done
msabry1 opened this issue May 10, 2024 · 2 comments · Fixed by #923
Closed
3 tasks done

Feat: Add scraping module for wuzzuf site #884

msabry1 opened this issue May 10, 2024 · 2 comments · Fixed by #923
Assignees
Labels
gssoc GSSoC 2024

Comments

@msabry1
Copy link
Contributor

msabry1 commented May 10, 2024

Describe the feature

I can enhance the project by incorporating web scraping functionality for the Wuzzuf website. Wuzzuf is a popular job portal that offers a wide range of job listings across various countries. By scraping data from Wuzzuf, we can expand the job search capabilities of the application.

Implementing Search Filters

To make the job search more efficient and user-friendly, I will implement filters that allow users to refine their search based on specific criteria. The filters will include options such as:

  • Workplace (e.g., remote, on-site, hybrid)
  • Country
  • City
  • Career Level (e.g., entry-level, mid-level, senior)
  • Years of experience
  • And more

By providing these filters, users can narrow down the job listings to find opportunities that align with their preferences and qualifications.

Flexible Data Retrieval Options

Furthermore, to ensure flexibility and reusability of the scraped data, I will provide two options for data retrieval:

  1. JSON format: The scraped job data can be returned in JSON format, which is widely supported and easy to integrate with other applications or systems.
  2. CSV file: Alternatively, the scraped data can be saved to a CSV file. This allows users to easily export the job listings and perform further analysis or manipulation using spreadsheet software or other tools.

Add ScreenShots

image

Record

  • I agree to follow this project's Code of Conduct
  • I'm a GSSoC'24 contributor
  • I want to work on this issue
@msabry1 msabry1 changed the title Feat: Feat: Adda scraping module for wuzzuf site May 10, 2024
@msabry1 msabry1 changed the title Feat: Adda scraping module for wuzzuf site Feat: Add scraping module for wuzzuf site May 10, 2024
@msabry1
Copy link
Contributor Author

msabry1 commented May 11, 2024

Can you assign this task to me
@nikhil25803

@nikhil25803
Copy link
Member

Go ahead @msabry1

Note

  • Please create a separate module for this, as in the folder and project structure (if it is already created, just add your features as functions in the same module).
  • Do not use the `selenium web driver as it is incompatible with all devices and cloud platforms.
  • Before making any changes, please check whether the module you want to add exists. If yes, then you can add your functionality as a method only make a separate module and class for it.

All the best 👨‍💻

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
gssoc GSSoC 2024
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants