Work&Rent

API Documentation

Welcome to our API documentation. For now, our API is read only. You may not post jobs, rentals, or companies through this API. You may consume our public REST API within your orginization and applications without rate limits or API keys. By using our Public API, you agree to our Terms Of Use and Privacy Policy . You also agree to acknowledge that Work&Rent is not liable for your products, applications, or other software that you or your company creates. Please also understand that our API will contain breaking changes and may cause your applications to not function as expected. Please contact us at support@workandrent.com for assistance.

Base URL

https://workandrent.com/

  • Jobs API Endpoint: /api/jobs

    This HTTP GET request will fetch all jobs that are active and published on our platform. The payload returns an array of objects.

    ParameterTypeRequiredExample
    limitintegeryes?limit=20
    categorystringno?category=sales
    citystringno?city=Brooklyn
    statestringno?state=NY
    zipcodestringno?zipcode=11206

    NOTE: You can chain these filters together like so:http://workandrent.com/api/jobs?limit=2&category=Software%20Development&city=Brooklyn

    REST

    GET https://workandrent.com/api/jobs?limit=20

    CURL

    curl -v "https://workandrent.com/api/jobs?limit=20"

    EXAMPLE JSON RESULT

    { "jobs": [ { "id": "0DKq1xOmwTdvlATHTTdH", "jobCompanyAddressZipcode": "11206", "jobDesiredSkills": "<p>These are the desired job skills</p> ", "jobBenefitsVisionInsurance": true, "jobBenefitsUnlimitedVacation": false, "jobBenefitsChildcare": true, "jobBenefitsComputerBudget": false, "jobType": "Full-Time", "jobCompanySize": "1-10 Employees", "createdAt": "2020-09-25T08:45:25.898Z", "jobDuration": "23", "isActive": true, "jobBenefitsGymMembership": false, "jobCompanyName": "Colorful Dots, LLC", "jobBenefitsStockOptions": false, "jobBenefitsHealthcareReimbursement": false, "jobBenefitsLifeInsurance": true, "jobCommuteRemote": true, "jobBenefitsRetirement": false, "jobBenefitsCoffee": false, "jobBenefitsDentalInsurance": true, "jobCandidateRegion": "New York", "jobBenefitsPTO": false, "jobCompanyWebsite": "https://colorfuldots.com", "jobBenefitsRecreation": false, "jobRolesAndResponsibilities": "<p>These are the job roles &amp; responsibilities</p> ", "jobTerms": true, "modifiedAt": "2020-09-30T14:48:42.658Z", "jobBenefitsRelocationAssistance": false, "jobBenefitsEmployeeReferral": false, "jobBenefitsShortTermDisabilityInsurance": false, "jobBenefitsBereavementLeave": false, "jobBenefitsLongTermDisabilityInsurance": true, "jobApplyLink": "erictherobot@gmail.com", "jobBenefitsTuitionReimbursement": true, "jobCategory": "Software Development", "jobCompanyAddressCity": "Brooklyn", "jobCompanyAddressStreet": "631 Bushwick Avenue", "jobCompanyFunding": "Angel", "jobCommuteFlexible": false, "jobBenefitsTravelAssistance": false, "jobBenefitsParentalLeave": false, "jobSalaryType": "Year", "jobCommuteOnSite": false, "jobSalary": "123458", "authorId": "R7YQlUkLC3bFu0EC3g2k4QQpJDP2", "jobTitle": "Frontend Engineer", "jobQualifications": "<p>This is the job qualifications</p> ", "jobBenefitsWellnessPrograms": false, "jobDescription": "<p>jhghjg ghj jgh</p> ", "jobBenefitsPetFriendly": false, "jobBenefitsHealthInsurance": false, "jobCompanyAddressState": "NY", "jobRequirements": "<p>These are the job requirements</p> ", "jobCompanyDescription": "<p>jhguyiuyiuyi iu</p> ", "jobBenefitsSnacks": false, "jobCompanyAddressStreet2": "2C" }, {...MOOOOOOREEEEE} ]}
  • Job By ID Endpoint: /api/job/id

    This HTTP GET request will fetch a single job by ID that is active and published on our platform. The payload returns an object.

    REST

    GET https://workandrent.com/api/job/123...

    CURL

    curl -v "https://workandrent.com/api/job/123..."

    EXAMPLE JSON RESULT

    { "job": { "id": "0DKq1xOmwTdvlATHTTdH", "jobTerms": true, "jobBenefitsVisionInsurance": true, "jobBenefitsRecreation": false, "createdAt": "2020-09-25T08:45:25.898Z", "jobBenefitsPTO": false, "jobCompanyAddressZipcode": "11206", "isActive": true, "jobRolesAndResponsibilities": "<p>These are the job roles &amp; responsibilities</p> ", "jobBenefitsRetirement": false, "jobCompanyDescription": "<p>jhguyiuyiuyi iu</p> ", "jobCategory": "Software Development", "jobBenefitsParentalLeave": false, "jobBenefitsTravelAssistance": false, "jobBenefitsPetFriendly": false, "jobBenefitsHealthInsurance": false, "jobBenefitsShortTermDisabilityInsurance": false, "jobSalary": "123458", "jobBenefitsWellnessPrograms": false, "jobDescription": "<p>jhghjg ghj jgh</p> ", "jobSalaryType": "Year", "authorId": "R7YQlUkLC3bFu0EC3g2k4QQpJDP2", "jobCommuteFlexible": false, "jobBenefitsLongTermDisabilityInsurance": true, "jobDesiredSkills": "<p>These are the desired job skills</p> ", "jobCompanyFunding": "Angel", "jobBenefitsLifeInsurance": true, "jobCompanyAddressCity": "Brooklyn", "jobCommuteRemote": true, "jobType": "Full-Time", "jobBenefitsDentalInsurance": true, "jobBenefitsUnlimitedVacation": false, "jobBenefitsHealthcareReimbursement": false, "jobBenefitsRelocationAssistance": false, "jobBenefitsBereavementLeave": false, "jobApplyLink": "erictherobot@gmail.com", "jobCompanySize": "1-10 Employees", "jobCompanyName": "Colorful Dots, LLC", "jobTitle": "Frontend Engineer", "jobDuration": "23", "jobCommuteOnSite": false, "jobCompanyAddressStreet2": "2C", "jobBenefitsStockOptions": false, "jobBenefitsSnacks": false, "jobCompanyAddressState": "NY", "jobBenefitsCoffee": false, "modifiedAt": "2020-09-30T14:48:42.658Z", "jobCompanyWebsite": "https://colorfuldots.com", "jobBenefitsTuitionReimbursement": true, "jobBenefitsGymMembership": false, "jobCandidateRegion": "New York", "jobCompanyAddressStreet": "631 Bushwick Avenue", "jobQualifications": "<p>This is the job qualifications</p> ", "jobBenefitsComputerBudget": false, "jobRequirements": "<p>These are the job requirements</p> ", "jobBenefitsEmployeeReferral": false, "jobBenefitsChildcare": true } }
  • Rentals API Endpoint: /api/rentals

    This HTTP GET request will fetch all rentals that are active and published on our platform. The payload returns an array of objects.

    REST

    GET https://workandrent.com/api/rentals?limit=20

    CURL

    curl -v "https://workandrent.com/api/rentals?limit=20"

    EXAMPLE JSON RESULT

    { "rentals": [ { "id": "MtmunUEOGMk2cnLV1yM6", "rentalAttributesBalcony": false, "rentalAddressState": "NY", "rentalMinIncome": "123123", "rentalAttributesPartiallyFurnished": false, "rentalAddressStreet": "458 place", "rentalTagline": "This place will make you calm and happy!", "rentalAttributesFullyFurnished": false, "rentalLeaseType": "Month-to-Month", "rentalNeighborhood": "Williamsburg", "rentalCompanyName": "Cold Place", "rentalAttributesAirConditioning": true, "rentalCompanyAddressZipcode": "10001", "rentalAttributesFitnessCenter": false, "rentalPriceType": "Year", "rentalBathrooms": "1 Bathroom", "rentalTourVideo": "", "rentalAddressCity": "New York", "rentalCompanyContactPhone": "8007556599", "rentalAttributesGarage": false, "rentalTerms": true, "rentalCompanyAddressStreet2": "Suite 30", "rentalCompanySize": "1-10 Agents", "rentalCompanyWebsite": "https://colorfuldots.com", "authorId": "zilwCP8EoNh8MDxEcXZ4ltyTFSb2", "rentalApplyLink": "eric@colorfuldots.com", "rentalCompanyAddressState": "NY", "rentalCompanyAddressStreet": "12345 Street", "rentalType": "Condo", "rentalLeaseLength": "3 Months", "modifiedAt": "2020-10-04T04:16:17.138Z", "rentalCompanyContactEmail": "eric@colorfuldots.com", "rentalAddressZipcode": "10001", "rentalAttributesGarbageDisposal": false, "rentalAvailableDate": "", "rentalAttributesParking": false, "rentalPrice": "123123", "rentalAttributesSwimmingPool": false, "rentalAttributesCableReady": false, "rentalDescription": "<p>1231231c2c3 123</p> ", "createdAt": "2020-09-28T00:38:46.745Z", "rentalAttributesDishwasher": false, "rentalDeposit": "123123", "rentalAttributesHighSpeedInternet": false, "rentalBedrooms": "2 Bedrooms", "rentalAttributesAllUtilitiesIncluded": false, "rentalAttributesWaterAndSewageIncluded": false, "rentalAttributesPetsAllowed": false, "rentalOpenHouseDate": "", "rentalSquareFootage": "123123", "rentalCompanyDescription": "<p>qwe qweqw eqwe</p> ", "rentalMinCreditScore": "580-669 Fair", "isActive": true, "rentalCompanyAddressCity": "New York", "rentalAddressStreet2": "Suite 30", "rentalAttributesInUnitWasherAndDryer": true, "rentalAttributesWasherAndDryerConnections": false }, { "id": "fnZAQJMPh3VTeuA5x3gi", "rentalTagline": "This place will make you calm and happy!", "rentalAttributesGarage": false, "rentalAttributesAirConditioning": true, "modifiedAt": "2020-10-04T01:38:15.244Z", "rentalAttributesGarbageDisposal": true, "rentalAddressStreet": "1234 Place", "rentalLeaseType": "Long-Term", "rentalLeaseLength": "1 Year", "rentalAddressStreet2": "Suite 32", "rentalCompanyAddressZipcode": "10001", "rentalCompanyContactEmail": "eric@colorfuldots.com", "rentalAttributesBalcony": true, "rentalSquareFootage": "1200", "rentalAttributesHighSpeedInternet": true, "rentalType": "Single Family Home", "isActive": true, "rentalAttributesDishwasher": true, "rentalNeighborhood": "Williamsburg", "rentalMinIncome": "75000", "createdAt": "2020-09-23T15:52:48.941Z", "rentalAttributesSwimmingPool": true, "authorId": "R7YQlUkLC3bFu0EC3g2k4QQpJDP2", "rentalCompanyFunding": "Pre-Seed", "rentalTerms": false, "rentalCompanyAddressCity": "New York", "rentalCompanyAddressStreet": "12345 Street", "rentalAttributesFitnessCenter": true, "rentalAvailableDate": "2020-09-29", "rentalCompanyAddressState": "NY", "rentalAttributesPetsAllowed": true, "rentalBathrooms": "2 Bathrooms", "rentalTourVideo": "https://www.youtube.com/embed/0y4rXoWrJlw", "rentalAttributesFullyFurnished": true, "rentalOpenHouseDate": "2020-09-30", "rentalCompanySize": "100+ Agents", "rentalPrice": "3500", "rentalDeposit": "7000", "rentalCompanyDescription": "<p>Pork belly activated charcoal keffiyeh street art tousled hell of messenger bag flexitarian synth chicharrones put a bird on it cred farm-to-table marfa fam. Bushwick hella squid 8-bit selvage stumptown. Microdosing cloud bread meditation sartorial pitchfork bespoke. Occupy vexillologist neutra pour-over tofu hella lomo affogato crucifix yr farm-to-table plaid cardigan pug hexagon. Palo santo affogato williamsburg, artisan taxidermy scenester keffiyeh blue bottle roof party distillery art party brunch listicle viral fixie.</p> ", "rentalMinCreditScore": "670-739 Good", "rentalAddressState": "NY", "rentalBedrooms": "3 Bedrooms", "rentalAddressZipcode": "10001", "rentalCompanyAddressStreet2": "Suite 30", "rentalApplyLink": "erictherobot@gmail.com", "rentalCompanyName": "Something Else Reality", "rentalAttributesInUnitWasherAndDryer": true, "rentalCompanyWebsite": "https://colorfuldots.com", "rentalDescription": "<p>Pork belly activated charcoal keffiyeh street art tousled hell of messenger bag flexitarian synth chicharrones put a bird on it cred farm-to-table marfa fam. Bushwick hella squid 8-bit selvage stumptown. Microdosing cloud bread meditation sartorial pitchfork bespoke. Occupy vexillologist neutra pour-over tofu hella lomo affogato crucifix yr farm-to-table plaid cardigan pug hexagon. Palo santo affogato williamsburg, artisan taxidermy scenester keffiyeh blue bottle roof party distillery art party brunch listicle viral fixie.</p> <p>Hot chicken scenester vexillologist, four loko trust fund photo booth blog forage beard truffaut. Slow-carb polaroid fanny pack banjo, health goth meggings vinyl tattooed poke echo park ugh. Listicle letterpress marfa fam gochujang seitan kogi sustainable hella pop-up authentic forage neutra. Letterpress tousled cloud bread cred street art XOXO organic af you probably haven't heard of them raw denim migas brunch master cleanse locavore. Fashion axe woke poutine lumbersexual.</p> ", "rentalAttributesParking": true, "rentalAttributesAllUtilitiesIncluded": true, "rentalAddressCity": "New York", "rentalAttributesWasherAndDryerConnections": true, "rentalAttributesCableReady": true, "rentalAttributesPartiallyFurnished": true, "rentalPriceType": "Month", "rentalAttributesWaterAndSewageIncluded": true } ] }
  • Rental By ID Endpoint: /api/rental/id

    This HTTP GET request will fetch a single rental property by ID that is active and published on our platform. The payload returns an object.

    REST

    GET https://workandrent.com/api/rent/123...

    CURL

    curl -v "https://workandrent.com/api/rent/123..."

    EXAMPLE JSON RESULT

    { "rental": { "id": "fnZAQJMPh3VTeuA5x3gi", "rentalAttributesCableReady": true, "rentalAttributesPetsAllowed": true, "rentalPrice": "3500", "rentalAddressState": "NY", "rentalAttributesGarbageDisposal": true, "rentalTerms": false, "modifiedAt": "2020-10-04T01:38:15.244Z", "rentalCompanyAddressZipcode": "10001", "rentalAddressCity": "New York", "rentalTourVideo": "https://www.youtube.com/embed/0y4rXoWrJlw", "rentalApplyLink": "erictherobot@gmail.com", "rentalMinCreditScore": "670-739 Good", "rentalType": "Single Family Home", "rentalCompanySize": "100+ Agents", "rentalAttributesHighSpeedInternet": true, "createdAt": "2020-09-23T15:52:48.941Z", "rentalAttributesFullyFurnished": true, "rentalPriceType": "Month", "rentalAttributesDishwasher": true, "rentalBathrooms": "2 Bathrooms", "rentalAttributesPartiallyFurnished": true, "rentalAttributesWasherAndDryerConnections": true, "rentalCompanyName": "Something Else Reality", "rentalAttributesWaterAndSewageIncluded": true, "rentalLeaseType": "Long-Term", "rentalTagline": "This place will make you calm and happy!", "rentalAvailableDate": "2020-09-29", "rentalCompanyAddressStreet": "12345 Street", "isActive": true, "rentalAttributesGarage": false, "rentalCompanyDescription": "<p>Pork belly activated charcoal keffiyeh street art tousled hell of messenger bag flexitarian synth chicharrones put a bird on it cred farm-to-table marfa fam. Bushwick hella squid 8-bit selvage stumptown. Microdosing cloud bread meditation sartorial pitchfork bespoke. Occupy vexillologist neutra pour-over tofu hella lomo affogato crucifix yr farm-to-table plaid cardigan pug hexagon. Palo santo affogato williamsburg, artisan taxidermy scenester keffiyeh blue bottle roof party distillery art party brunch listicle viral fixie.</p> ", "rentalCompanyWebsite": "https://colorfuldots.com", "rentalAddressZipcode": "10001", "rentalAttributesBalcony": true, "rentalOpenHouseDate": "2020-09-30", "rentalAddressStreet": "1234 Place", "rentalDescription": "<p>Pork belly activated charcoal keffiyeh street art tousled hell of messenger bag flexitarian synth chicharrones put a bird on it cred farm-to-table marfa fam. Bushwick hella squid 8-bit selvage stumptown. Microdosing cloud bread meditation sartorial pitchfork bespoke. Occupy vexillologist neutra pour-over tofu hella lomo affogato crucifix yr farm-to-table plaid cardigan pug hexagon. Palo santo affogato williamsburg, artisan taxidermy scenester keffiyeh blue bottle roof party distillery art party brunch listicle viral fixie.</p> <p>Hot chicken scenester vexillologist, four loko trust fund photo booth blog forage beard truffaut. Slow-carb polaroid fanny pack banjo, health goth meggings vinyl tattooed poke echo park ugh. Listicle letterpress marfa fam gochujang seitan kogi sustainable hella pop-up authentic forage neutra. Letterpress tousled cloud bread cred street art XOXO organic af you probably haven't heard of them raw denim migas brunch master cleanse locavore. Fashion axe woke poutine lumbersexual.</p> ", "rentalDeposit": "7000", "rentalCompanyAddressState": "NY", "rentalNeighborhood": "Williamsburg", "authorId": "R7YQlUkLC3bFu0EC3g2k4QQpJDP2", "rentalLeaseLength": "1 Year", "rentalAttributesParking": true, "rentalCompanyContactEmail": "eric@colorfuldots.com", "rentalAttributesFitnessCenter": true, "rentalBedrooms": "3 Bedrooms", "rentalAttributesInUnitWasherAndDryer": true, "rentalMinIncome": "75000", "rentalAttributesAirConditioning": true, "rentalSquareFootage": "1200", "rentalCompanyAddressCity": "New York", "rentalAttributesSwimmingPool": true, "rentalCompanyAddressStreet2": "Suite 30", "rentalAddressStreet2": "Suite 32", "rentalCompanyFunding": "Pre-Seed", "rentalAttributesAllUtilitiesIncluded": true } }
  • Companies API Endpoint: /api/companies

    This HTTP GET request will fetch all companies that are active and published on our platform. The payload returns an array of objects.

    REST

    GET https://workandrent.com/api/companies?limit=20

    CURL

    curl -v "https://workandrent.com/api/companies?limit=20"

    EXAMPLE JSON RESULT

    { "companies": [ { "id": "f0KNKa6wTqVGVE50OHU5", "companyBenefitsSnacks": true, "companyWebsite": "https://colorfuldots.com", "companyBenefitsVisionInsurance": true, "companyBenefitsParentalLeave": true, "companyFormationState": "NY", "companyEntityStructure": "Limited Liability Company", "companyAddressStreet2": "2C", "companyOfficePolicyOnSite": false, "companyBenefitsHealthInsurance": true, "companyPitchDeck": "", "companyBenefitsHealthcareReimbursement": true, "companyBenefitsEmployeeReferral": true, "companyBenefitsPTO": true, "companyDescription": "We're a full-service software development agency focused on creating enterprise software products for Fortune 500's, State & Federal Government agencies, and early to high-growth stage startups. For over 20 years our team, networks, and partners have been deeply rooted in the software industry. We’re hard-wired to prototype, build, measure, and deliver exceptional results to each and every one of our clients.", "companyAnnualRevenue": "100000", "companyBenefitsLongTermDisabilityInsurance": true, "companyOfficePolicyFlexible": true, "isActive": true, "companyName": "Colorful Dots, LLC", "companyBenefitsChildcare": true, "companyBenefitsShortTermDisabilityInsurance": true, "companyAddressStreet": "631 Bushwick Avenue", "companyBenefitsCoffee": true, "companyCompanySize": "1-10 Employees", "companyOfficePolicyRemote": true, "companyIndustry": "Information Technology/IT", "companyYearFounded": "2018", "modifiedAt": "2020-10-02T14:56:37.816Z", "companyBenefitsRelocationAssistance": true, "createdAt": "2020-09-27T21:05:29.229Z", "companyBenefitsComputerBudget": true, "companyAddressState": "NY", "companyAddressZipcode": "11206", "companyBenefitsStockOptions": true, "companyBenefitsUnlimitedVacation": true, "companyBenefitsDentalInsurance": true, "companyDBAName": "", "authorId": "zilwCP8EoNh8MDxEcXZ4ltyTFSb2", "companyBenefitsBereavementLeave": true, "companyBenefitsGymMembership": true, "companyAddressCity": "Brooklyn", "companyCulture": "soon", "companyBenefitsTravelAssistance": true, "companyBenefitsRetirement": true, "companyBenefitsWellnessPrograms": true, "companyBenefitsRecreation": true, "companyPublicEmail": "eric@colorfuldots.com", "companyBenefitsLifeInsurance": true, "companyBenefitsPetFriendly": true, "companyBenefitsTuitionReimbursement": true } ] }
  • Company By ID Endpoint: /api/company/id

    This HTTP GET request will fetch a single company by ID that is active and published on our platform. The payload returns an object.

    REST

    GET https://workandrent.com/api/company/123...

    CURL

    curl -v "https://workandrent.com/api/company/123..."

    EXAMPLE JSON RESULT

    { "company": { "id": "f0KNKa6wTqVGVE50OHU5", "companyBenefitsCoffee": true, "companyBenefitsLongTermDisabilityInsurance": true, "companyBenefitsRetirement": true, "companyBenefitsBereavementLeave": true, "companyBenefitsGymMembership": true, "companyAddressState": "NY", "companyWebsite": "https://colorfuldots.com", "companyFormationState": "NY", "companyBenefitsPetFriendly": true, "companyBenefitsLifeInsurance": true, "companyCompanySize": "1-10 Employees", "modifiedAt": "2020-10-02T14:56:37.816Z", "companyAddressZipcode": "11206", "companyOfficePolicyFlexible": true, "companyDBAName": "", "companyBenefitsStockOptions": true, "companyBenefitsUnlimitedVacation": true, "companyBenefitsDentalInsurance": true, "companyEntityStructure": "Limited Liability Company", "companyBenefitsComputerBudget": true, "companyBenefitsRelocationAssistance": true, "companyName": "Colorful Dots, LLC", "companyAnnualRevenue": "100000", "companyBenefitsChildcare": true, "companyBenefitsWellnessPrograms": true, "companyAddressStreet2": "2C", "authorId": "zilwCP8EoNh8MDxEcXZ4ltyTFSb2", "companyPitchDeck": "", "companyBenefitsHealthInsurance": true, "companyBenefitsHealthcareReimbursement": true, "companyBenefitsSnacks": true, "companyOfficePolicyOnSite": false, "companyBenefitsVisionInsurance": true, "companyBenefitsRecreation": true, "companyIndustry": "Information Technology/IT", "companyBenefitsEmployeeReferral": true, "companyBenefitsTuitionReimbursement": true, "companyCulture": "soon", "companyAddressCity": "Brooklyn", "companyBenefitsTravelAssistance": true, "createdAt": "2020-09-27T21:05:29.229Z", "companyDescription": "We're a full-service software development agency focused on creating enterprise software products for Fortune 500's, State & Federal Government agencies, and early to high-growth stage startups. For over 20 years our team, networks, and partners have been deeply rooted in the software industry. We’re hard-wired to prototype, build, measure, and deliver exceptional results to each and every one of our clients.", "companyOfficePolicyRemote": true, "companyPublicEmail": "eric@colorfuldots.com", "isActive": true, "companyYearFounded": "2018", "companyBenefitsParentalLeave": true, "companyBenefitsShortTermDisabilityInsurance": true, "companyAddressStreet": "631 Bushwick Avenue", "companyBenefitsPTO": true } }