Code Monkey home page Code Monkey logo

api's Introduction

Remote Jobs API

The Remotewx Jobs API returns the list of all active remote job listings on the Remotewx job board. The API supports an URL endpoint for HTTPS requests and JSON formats as responses.

Endpoint

GET https://remotewx.com/api

URL Parameters

Following optional url parameters can be used to filter job listings.

  • limit - Limit the number of job listing results
  • q - Search job listing title and description.

Example

curl 'https://remotewx.com/api?limit=1'

Returns a JSON response with the following format:

{
  "legal": "API Terms of Service: Please link back to the URL on Remotewx and mention Remotewx as a source, so we get traffic back from your site. If you do not we'll have to suspend API access. Please do not submit our jobs to third Party websites like Google Jobs, LinkedIn Jobs, etc. Our free API is only dedicated to indie developers willing to build websites to share remote jobs. Have any questions about API? Please contact @remotewxcom on Twitter.",
  "usage": "Documentation: https://github.com/remotewx/api",
  "version": 1.0,
  "jobs": [
    {
      "id": "38z8h89hio", // Unique ID
      "createdAt": 1625639220,
      "category": 7, // 1 = Programming, 2 = Design, 4 = DevOps & SysAdmin, 5 = Management & Finance, 6 = Product, 7 = Support, 8 = Sales & Marketing, 9 = Other
      "title": "Job Title",
      "type": "fullTime or contract",
      "company": "Company Name",
      "region": "anywhere", //  anywhere, us, canada, europe, north-america, south-america, amer, asia, africa, australia, uk, emea, apac, other
      "url": "https://remotewx.com/remote-jobs/company-name-position-title",
      "logo": "https://remotewx.com/assets/logos/6fENFRrWhp-1625563835.webp",
      "description": "Full HTML description",
      "salary": "$10.000 - $200.000" // Annual in USD or null
    }
  ],
  "totalRows": 1 // number of results
}

Have any questions about our API? Please contact @remotewxcom on Twitter.

api's People

Contributors

remotewx avatar

Stargazers

branzel avatar Monami Sharma avatar Luc avatar S M. Lingelser avatar abhishek kumar avatar

Watchers

abhishek kumar avatar  avatar  avatar

Forkers

brandondelpozo

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.