Skip to content

Instantly share code, notes, and snippets.

View joergrech's full-sized avatar
🚀
Founding & Coding TechMap.io

Jörg Rech joergrech

🚀
Founding & Coding TechMap.io
View GitHub Profile
@joergrech
joergrech / sap-successfactors-rmk-urls.txt
Created February 24, 2024 13:24 — forked from cetteup/sap-successfactors-rmk-urls.txt
List of some SAP SuccessFactors Recruiting Marketing Instances/URLs
ace1950.jobs2web.com
ace1960.jobs2web.com
adidas.valhalla.stage.jobs2web.com
africandevt1.valhalla12.stage.jobs2web.com
afuturewithus.com
agco.valhalla.stage.jobs2web.com
akzonobelst1.valhalla12.stage.jobs2web.com
alfanar.valhalla12.stage.jobs2web.com
alfuttaimstage.valhalla12.stage.jobs2web.com
allianzsetest.valhalla12.stage.jobs2web.com
@joergrech
joergrech / techmap_api_usage.md
Last active January 7, 2024 10:58
Techmap API usage examples

Here are several examples for how to use Techmap's Daily Job Postings API hosted on RapidAPI. More information can be found on our website Job Data Feeds & API website, the Swagger / OpenAPI documentation for Techmap's API, or on RapidAPI's page for Techmap's API.

Remote jobs in core US Timezones (UTC-8 to UTC-5):

curl --request GET \
	--url 'https://daily-international-job-postings.p.rapidapi.com/api/v2/jobs/search?​dateCreated=2023-11-01&page=1​&workPlace=remote​&timezoneMin=-8​&timezoneMax=-5' \
	--header 'X-RapidAPI-Host: daily-international-job-postings.p.rapidapi.com' \
	--header 'X-RapidAPI-Key: <YOUR_API_KEY_FROM_RAPIDAPI>'