close
The Wayback Machine - https://web.archive.org/web/20210914213202/https://github.com/jupyter-naas/awesome-notebooks/issues/218
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

Remotive.io - Get list of jobs from keywords #218

Open
jravenel opened this issue Sep 13, 2021 · 0 comments
Open

Remotive.io - Get list of jobs from keywords #218

jravenel opened this issue Sep 13, 2021 · 0 comments

Comments

@jravenel
Copy link
Contributor

@jravenel jravenel commented Sep 13, 2021

The objective of this notebook is to get access to all the job list in Remotive.io for certain keywords.

Input

  • KEYWORDS = ["data", "python"]

Model

Connect to Remotive API, query from variables in input, and return dataframe with the following columns:

  • JOB_TITLE: Web developer
  • JOB_DESCRIPTION: "I'm looking for..."
  • JOB_SNIPPET: "Need a custom website <...>",
  • JOB_URL: "
  • JOB_WORKLOAD: 'workload': '30+ hrs/week"
  • BUDGET: 750,
  • CATEGORY: 'Web & Mobile Development',
  • CLIENT : "Tesla"
  • COUNTRY: "Worldwide"
  • DATE_CREATED: "2014-06-30"
  • JOB_STATUS: "Open"
  • JOB_TYPE: "Fixed"
  • SKILLS: ['css',
    'css3',
    'database-design',
    'database-programming',
    'english',
    'html',
    'javascript',
    'mysql',
    'php',
    'python'],

Output:

Return dataframe and export in Excel

@jravenel jravenel created this issue from a note in Naas Open Roadmap (Backlog) Sep 13, 2021
@jravenel jravenel self-assigned this Sep 13, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Linked pull requests

Successfully merging a pull request may close this issue.

None yet
1 participant