id
stringlengths
53
86
api_name
stringlengths
2
76
api_description
stringlengths
1
500
api_score
float64
0
10
endpoint_name
stringlengths
1
190
endpoint_description
stringlengths
0
500
response_status_code
int64
100
505
response_summary
stringlengths
1
68
response_json
stringlengths
6
50k
response_json_schema
stringlengths
14
150k
94eacf19-d5a1-4443-9959-45e6a547d09d/cbaf5a57-ec96-4104-94c9-db56796777ed/0/0
Eqivo Telephony
Started as a reimplementation of the open source Plivo Framework (now discontinued), Eqivo Telephony API simplifies the integration between web applications and voice-enabled endpoints, such as traditional phone lines (PSTN), VoIP phones, webRTC clients etc.
null
/v0.1/ConferenceUndeaf/
Restores audio to one or more conference members
200
null
{"Message": "Conference Undeaf Executed", "Members": [], "Success": true}
{"required": ["Message", "Success"], "properties": {"Message": {"description": "Response message", "type": "string", "enum": ["Conference Undeaf Executed", "ConferenceName Parameter must be present", "MemberID Parameter must be present", "Conference Undeaf Failed -- Conference not found"]}, "Members": {"description": "List of affected members", "type": "array", "items": {"type": "string"}}, "Success": {"description": "Whether the request was successful or not", "type": "boolean"}}, "type": "object"}
94eacf19-d5a1-4443-9959-45e6a547d09d/0234ad56-52f5-4329-be66-ad11167baa94/0/0
Eqivo Telephony
Started as a reimplementation of the open source Plivo Framework (now discontinued), Eqivo Telephony API simplifies the integration between web applications and voice-enabled endpoints, such as traditional phone lines (PSTN), VoIP phones, webRTC clients etc.
null
/v0.1/ConferenceHangup/
Kicks one or more conference members, without playing the kick sound
200
null
{"Message": "Conference Hangup Executed", "Members": [], "Success": true}
{"required": ["Message", "Success"], "properties": {"Message": {"description": "Response message", "type": "string", "enum": ["Conference Hangup Executed", "ConferenceName Parameter must be present", "MemberID Parameter must be present", "Conference Hangup Failed -- Conference not found"]}, "Members": {"description": "List of affected members", "type": "array", "items": {"type": "string"}}, "Success": {"description": "Whether the request was successful or not", "type": "boolean"}}, "type": "object"}
94eacf19-d5a1-4443-9959-45e6a547d09d/7907ebf6-5d71-4cec-983e-a8f4d9125535/0/0
Eqivo Telephony
Started as a reimplementation of the open source Plivo Framework (now discontinued), Eqivo Telephony API simplifies the integration between web applications and voice-enabled endpoints, such as traditional phone lines (PSTN), VoIP phones, webRTC clients etc.
null
/v0.1/ConferenceRecordStart/
Initiates a conference recording
200
null
{"Message": "Conference RecordStart Executed", "RecordFile": "/tmp/recordings/sample.mp3", "Success": true}
{"required": ["Message", "RecordFile", "Success"], "properties": {"Message": {"description": "Response message", "type": "string", "enum": ["Conference RecordStart Executed", "ConferenceName Parameter must be present", "FileFormat Parameter must be", "Conference RecordStart Failed", "Conference RecordStart Failed -- Conference not found"]}, "RecordFile": {"description": "Directory path/URI where the recording file will be saved", "type": "string"}, "Success": {"description": "Whether the request was successful or not", "type": "boolean"}}, "type": "object"}
94eacf19-d5a1-4443-9959-45e6a547d09d/f052ddcc-7224-44cd-a483-6c06ce010967/0/0
Eqivo Telephony
Started as a reimplementation of the open source Plivo Framework (now discontinued), Eqivo Telephony API simplifies the integration between web applications and voice-enabled endpoints, such as traditional phone lines (PSTN), VoIP phones, webRTC clients etc.
null
/v0.1/ConferenceKick/
Kicks one or more conference members
200
null
{"Message": "Conference Kick Executed", "Members": [], "Success": true}
{"required": ["Message", "Success"], "properties": {"Message": {"description": "Response message", "type": "string", "enum": ["Conference Kick Executed", "ConferenceName Parameter must be present", "MemberID Parameter must be present", "Conference Kick Failed -- Conference not found"]}, "Members": {"description": "List of affected members", "type": "array", "items": {"type": "string"}}, "Success": {"description": "Whether the request was successful or not", "type": "boolean"}}, "type": "object"}
94eacf19-d5a1-4443-9959-45e6a547d09d/8d559abf-9f8c-482d-911f-edefbc0c14c0/0/0
Eqivo Telephony
Started as a reimplementation of the open source Plivo Framework (now discontinued), Eqivo Telephony API simplifies the integration between web applications and voice-enabled endpoints, such as traditional phone lines (PSTN), VoIP phones, webRTC clients etc.
null
/v0.1/ConferenceMute/
Blocks audio from one or more conference members
200
null
{"Message": "Conference Mute Executed", "Members": [], "Success": true}
{"required": ["Message", "Success"], "properties": {"Message": {"description": "Response message", "type": "string", "enum": ["Conference Mute Executed", "ConferenceName Parameter must be present", "MemberID Parameter must be present", "Conference Mute Failed -- Conference not found"]}, "Members": {"description": "List of affected members", "type": "array", "items": {"type": "string"}}, "Success": {"description": "Whether the request was successful or not", "type": "boolean"}}, "type": "object"}
94eacf19-d5a1-4443-9959-45e6a547d09d/5c9c071c-3058-492f-af56-def37cd94122/0/0
Eqivo Telephony
Started as a reimplementation of the open source Plivo Framework (now discontinued), Eqivo Telephony API simplifies the integration between web applications and voice-enabled endpoints, such as traditional phone lines (PSTN), VoIP phones, webRTC clients etc.
null
/v0.1/ConferenceListMembers/
Retrieves the member list for a given conference
200
null
{"Message": "Conference ListMembers Executed", "Success": true, "List": {}}
{"required": ["Message", "Success", "List"], "properties": {"Message": {"description": "Response message", "type": "string", "enum": ["Conference ListMembers Executed", "ConferenceName Parameter must be present", "Conference ListMembers Failed to parse result", "Conference ListMembers Failed -- Conference not found"]}, "Success": {"description": "Whether the request was successful or not", "type": "boolean"}, "List": {"description": "List of established conferences", "type": "object"}}, "type": "object"}
94eacf19-d5a1-4443-9959-45e6a547d09d/15e015d6-210a-4d54-8686-b5c3302f772a/0/0
Eqivo Telephony
Started as a reimplementation of the open source Plivo Framework (now discontinued), Eqivo Telephony API simplifies the integration between web applications and voice-enabled endpoints, such as traditional phone lines (PSTN), VoIP phones, webRTC clients etc.
null
/v0.1/ConferenceSpeak/
Plays synthesized speech into a conference
200
null
{"Message": "Conference Speak Executed", "Success": true}
{"required": ["Message", "Success"], "properties": {"Message": {"description": "Response message", "type": "string", "enum": ["Conference Speak Executed", "ConferenceName Parameter must be present", "Text Parameter must be present", "MemberID Parameter must be present", "Conference Speak Failed -- Conference not found", "Conference Speak Failed"]}, "Success": {"description": "Whether the request was successful or not", "type": "boolean"}}, "type": "object"}
94eacf19-d5a1-4443-9959-45e6a547d09d/b83bb7fe-1a22-4a4b-85ac-87ab01d169a8/0/0
Eqivo Telephony
Started as a reimplementation of the open source Plivo Framework (now discontinued), Eqivo Telephony API simplifies the integration between web applications and voice-enabled endpoints, such as traditional phone lines (PSTN), VoIP phones, webRTC clients etc.
null
/v0.1/ConferenceDeaf/
Blocks audio to one or more conference members
200
null
{"Message": "Conference Deaf Executed", "Members": [], "Success": true}
{"required": ["Message", "Success"], "properties": {"Message": {"description": "Response message", "type": "string", "enum": ["Conference Deaf Executed", "ConferenceName Parameter must be present", "MemberID Parameter must be present", "Conference Deaf Failed -- Conference not found"]}, "Members": {"description": "List of affected members", "type": "array", "items": {"type": "string"}}, "Success": {"description": "Whether the request was successful or not", "type": "boolean"}}, "type": "object"}
311cdaa3-1577-4960-b568-1d19f14fd22e/4182c62f-a404-401f-ab95-76fc8d9eb317/0/0
Disposable Email Detection
Detects disposable, fake and throwaway email addresses.
null
check
Checks if a domain is a disposable email address or not.
200
Response
{"is_disposable": true}
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"is_disposable": {"type": "boolean"}}, "required": ["is_disposable"]}
a8585c1f-74d8-4ab6-bc59-1aeb682c0605/1ff8f0c2-43b1-4e3a-9849-fea0a0e038f4/0/0
Phone Validator
Phone Validator API -- Phone Number Linetype Lookup
null
GetPhoneBasic
Provide a North American phone number (with or without a leading "1") and determine if it is a cell phone, landline, VOIP, toll-free or Unknown. Datapoints returned are linetype, phone company and location (City/State).
403
Example_1
{"detail": "", "instance": "", "status": "", "title": ""}
{"additionalProperties": {"additionalProperties": false, "type": "object"}, "properties": {"detail": {"type": ["string", "null"]}, "instance": {"type": ["string", "null"]}, "status": {"format": "int32", "maximum": 2147483647, "minimum": -2147483648, "type": ["integer", "null"]}, "title": {"type": ["string", "null"]}, "type": {"type": ["string", "null"]}}, "type": "object"}
a8585c1f-74d8-4ab6-bc59-1aeb682c0605/1ff8f0c2-43b1-4e3a-9849-fea0a0e038f4/1/0
Phone Validator
Phone Validator API -- Phone Number Linetype Lookup
null
GetPhoneBasic
Provide a North American phone number (with or without a leading "1") and determine if it is a cell phone, landline, VOIP, toll-free or Unknown. Datapoints returned are linetype, phone company and location (City/State).
404
Example_1
{"detail": "", "instance": "", "status": "", "title": ""}
{"additionalProperties": {"additionalProperties": false, "type": "object"}, "properties": {"detail": {"type": ["string", "null"]}, "instance": {"type": ["string", "null"]}, "status": {"format": "int32", "maximum": 2147483647, "minimum": -2147483648, "type": ["integer", "null"]}, "title": {"type": ["string", "null"]}, "type": {"type": ["string", "null"]}}, "type": "object"}
a8585c1f-74d8-4ab6-bc59-1aeb682c0605/1ff8f0c2-43b1-4e3a-9849-fea0a0e038f4/2/0
Phone Validator
Phone Validator API -- Phone Number Linetype Lookup
null
GetPhoneBasic
Provide a North American phone number (with or without a leading "1") and determine if it is a cell phone, landline, VOIP, toll-free or Unknown. Datapoints returned are linetype, phone company and location (City/State).
400
Example_1
{"detail": "", "instance": "", "status": "", "title": ""}
{"additionalProperties": {"additionalProperties": false, "type": "object"}, "properties": {"detail": {"type": ["string", "null"]}, "instance": {"type": ["string", "null"]}, "status": {"format": "int32", "maximum": 2147483647, "minimum": -2147483648, "type": ["integer", "null"]}, "title": {"type": ["string", "null"]}, "type": {"type": ["string", "null"]}}, "type": "object"}
a8585c1f-74d8-4ab6-bc59-1aeb682c0605/1ff8f0c2-43b1-4e3a-9849-fea0a0e038f4/3/0
Phone Validator
Phone Validator API -- Phone Number Linetype Lookup
null
GetPhoneBasic
Provide a North American phone number (with or without a leading "1") and determine if it is a cell phone, landline, VOIP, toll-free or Unknown. Datapoints returned are linetype, phone company and location (City/State).
200
Example Response
{"Company": "string", "LineType": "string", "Location": "string", "PhoneNumber": "string", "ReportDate": "2020-06-23T05:02:52.313Z"}
{"additionalProperties": false, "properties": {"Company": {"type": ["string", "null"]}, "LineType": {"type": ["string", "null"]}, "Location": {"type": ["string", "null"]}, "PhoneNumber": {"type": ["string", "null"]}, "ReportDate": {"format": "date-time", "type": "string"}}, "type": "object"}
455c172b-e258-4fdd-a6c1-bcffcb22d275/0b80028f-a6fc-4e66-be6a-958f6d3b890d/2/0
nbnco Address Search API
A simple address search API that returns key information about the NBNco access network availability.
5.7
/nbn_address_search
Returns search results for the given address
200
Response
{"timestamp": 1682330117835, "servingArea": {"csaId": "CSA300000010316", "techType": "FTTB", "serviceType": "Fixed line", "serviceStatus": "available", "serviceCategory": "brownfields", "rfsMessage": "Jul 2018", "description": "242 EXHIBITION ST MELBOURNE, VIC 3000"}, "addressDetail": {"id": "LOC100059616306", "latitude": -37.80969226, "longitude": 144.96980824, "reasonCode": "FTTB_NS", "altReasonCode": "NULL_NA", "techFlip": "", "serviceType": "Fixed line", "serviceStatus": "in_construction", "techType": "FTTB", "formattedAddress": "242 EXHIBITION ST MELBOURNE VIC 3000 Australia", "address1": "242 Exhibition St", "address2": "Melbourne VIC 3000 Australia", "frustrated": false, "zeroBuildCost": true, "speedTierAvailability": false, "eec": 1, "coatChangeReason": "", "cbdpricing": true, "ee": true}}
{"type": "object"}
b0617696-32a5-44cb-9502-fc02a49fa2a3/1540b844-1c36-45d5-9c32-0e5b96d53d96/1/0
TJ API Sandbox
This is for testing and learning purposes only - OPEN API Specification (OAS Github - YAML)
null
listVersionsv2
200
null
{"versions": [{"status": "CURRENT", "updated": "2011-01-21T11:33:21Z", "id": "v2.0", "links": [{"href": "http://127.0.0.1:8774/v2/", "rel": "self"}]}, {"status": "EXPERIMENTAL", "updated": "2013-07-23T11:33:21Z", "id": "v3.0", "links": [{"href": "http://127.0.0.1:8774/v3/", "rel": "self"}]}]}
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"versions": {"type": "array", "items": {"type": "object", "properties": {"status": {"type": "string"}, "updated": {"type": "string"}, "id": {"type": "string"}, "links": {"type": "array", "items": {"type": "object", "properties": {"href": {"type": "string"}, "rel": {"type": "string"}}, "required": ["href", "rel"]}}}, "required": ["id", "links", "status", "updated"]}}}, "required": ["versions"]}
b0617696-32a5-44cb-9502-fc02a49fa2a3/5c0791ab-4a2e-4235-9fad-598004e36bd8/0/0
TJ API Sandbox
This is for testing and learning purposes only - OPEN API Specification (OAS Github - YAML)
null
getVersionDetailsv2
203
null
{"version": {"status": "CURRENT", "updated": "2011-01-21T11:33:21Z", "media-types": [{"base": "application/xml", "type": "application/vnd.openstack.compute+xml;version=2"}, {"base": "application/json", "type": "application/vnd.openstack.compute+json;version=2"}], "id": "v2.0", "links": [{"href": "http://23.253.228.211:8774/v2/", "rel": "self"}, {"href": "http://docs.openstack.org/api/openstack-compute/2/os-compute-devguide-2.pdf", "type": "application/pdf", "rel": "describedby"}, {"href": "http://docs.openstack.org/api/openstack-compute/2/wadl/os-compute-2.wadl", "type": "application/vnd.sun.wadl+xml", "rel": "describedby"}]}}
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"version": {"type": "object", "properties": {"status": {"type": "string"}, "updated": {"type": "string"}, "media-types": {"type": "array", "items": {"type": "object", "properties": {"base": {"type": "string"}, "type": {"type": "string"}}, "required": ["base", "type"]}}, "id": {"type": "string"}, "links": {"type": "array", "items": {"type": "object", "properties": {"href": {"type": "string"}, "rel": {"type": "string"}, "type": {"type": "string"}}, "required": ["href", "rel"]}}}, "required": ["id", "links", "media-types", "status", "updated"]}}, "required": ["version"]}
b0617696-32a5-44cb-9502-fc02a49fa2a3/5c0791ab-4a2e-4235-9fad-598004e36bd8/1/0
TJ API Sandbox
This is for testing and learning purposes only - OPEN API Specification (OAS Github - YAML)
null
getVersionDetailsv2
200
null
{"version": {"status": "CURRENT", "updated": "2011-01-21T11:33:21Z", "media-types": [{"base": "application/xml", "type": "application/vnd.openstack.compute+xml;version=2"}, {"base": "application/json", "type": "application/vnd.openstack.compute+json;version=2"}], "id": "v2.0", "links": [{"href": "http://127.0.0.1:8774/v2/", "rel": "self"}, {"href": "http://docs.openstack.org/api/openstack-compute/2/os-compute-devguide-2.pdf", "type": "application/pdf", "rel": "describedby"}, {"href": "http://docs.openstack.org/api/openstack-compute/2/wadl/os-compute-2.wadl", "type": "application/vnd.sun.wadl+xml", "rel": "describedby"}, {"href": "http://docs.openstack.org/api/openstack-compute/2/wadl/os-compute-2.wadl", "type": "application/vnd.sun.wadl+xml", "rel": "describedby"}]}}
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"version": {"type": "object", "properties": {"status": {"type": "string"}, "updated": {"type": "string"}, "media-types": {"type": "array", "items": {"type": "object", "properties": {"base": {"type": "string"}, "type": {"type": "string"}}, "required": ["base", "type"]}}, "id": {"type": "string"}, "links": {"type": "array", "items": {"type": "object", "properties": {"href": {"type": "string"}, "rel": {"type": "string"}, "type": {"type": "string"}}, "required": ["href", "rel"]}}}, "required": ["id", "links", "media-types", "status", "updated"]}}, "required": ["version"]}
10995eb3-2cb7-48b7-bd23-ab8b0a762c6d/5af438db-d528-453b-964b-fd4feb9177cc/0/0
Phone Validator
Validates phone numbers. Can be used to validate a phone number in real-time, digit by digit with Ajax.
0.3
root_health_get
200
null
{"health": "OK"}
{"title": "Health", "type": "object", "properties": {"health": {"title": "Health", "type": "string", "default": "OK"}}}
10995eb3-2cb7-48b7-bd23-ab8b0a762c6d/1112fed7-4c6d-48a8-8685-ddb792cf0ed9/0/0
Phone Validator
Validates phone numbers. Can be used to validate a phone number in real-time, digit by digit with Ajax.
0.3
validate_phonenumber_validate__get
422
null
{"detail": [{"loc": [], "msg": "", "type": ""}]}
{"title": "HTTPValidationError", "type": "object", "properties": {"detail": {"title": "Detail", "type": "array", "items": {"title": "ValidationError", "required": ["loc", "msg", "type"], "type": "object", "properties": {"loc": {"title": "Location", "type": "array", "items": {"anyOf": [{"type": "string"}, {"type": "integer"}]}}, "msg": {"title": "Message", "type": "string"}, "type": {"title": "Error Type", "type": "string"}}}}}}
10995eb3-2cb7-48b7-bd23-ab8b0a762c6d/1112fed7-4c6d-48a8-8685-ddb792cf0ed9/1/0
Phone Validator
Validates phone numbers. Can be used to validate a phone number in real-time, digit by digit with Ajax.
0.3
validate_phonenumber_validate__get
200
null
{"response": {}}
{"title": "ValidatedPhonenumber", "required": ["response"], "type": "object", "properties": {"response": {"title": "Response", "anyOf": [{"type": "boolean"}, {"type": "string"}]}}}
55473cde-d252-4038-ba5e-3fa4a35101a6/167eb915-6662-49ef-bdc1-f39c19634381/0/0
Contact Information Exchange Detector
Prevent users from exchangin contact information that could potentially allow them to find eachother outside of your platform.
null
Detect
Detect contact information in body.
200
New Example
{"detected": true, "extracts": ["+1 222 333 4444"]}
{"type": "object", "properties": {"detected": {"type": "boolean", "description": "Whether contact information was detected or not."}, "extracts": {"type": "array", "description": "List of text extracts.", "items": {"type": "string", "description": "Text extract."}}}, "required": ["detected", "extracts"]}
28ce5f35-d890-4c45-a748-78a6d046dc3f/5c27c1dd-6431-418e-8b5e-2b8ec8f299cb/0/0
noticias_api
null
null
Noticas
stay connected to the news from all over the world....
200
New Example
{"key1": "value", "key2": "value"}
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"key1": {"type": "string"}, "key2": {"type": "string"}}, "required": ["key1", "key2"]}
7ee957cc-b126-4c97-a6b2-90ce35f31551/c55502ab-155f-4daf-98ea-c234d3fdcb5e/0/0
Retrieve DNS Entries
The API enables you to make fast DNS and WHOIS lookups.
8
/api/dns
204
null
{"version": "", "supported_dns_record_types": []}
{"type": "object", "properties": {"version": {"type": "string"}, "supported_dns_record_types": {"type": "array", "items": {"type": "string"}}}}
7ee957cc-b126-4c97-a6b2-90ce35f31551/c55502ab-155f-4daf-98ea-c234d3fdcb5e/1/0
Retrieve DNS Entries
The API enables you to make fast DNS and WHOIS lookups.
8
/api/dns
200
null
{"type": "MX", "value": "smtp.google.com", "preference": 10}
{"type": "object", "required": ["type"], "properties": {"type": {"type": "string"}, "value": {"type": "string"}, "preference": {"type": "number"}}}
7ee957cc-b126-4c97-a6b2-90ce35f31551/04bd50cd-bd91-4e80-8e78-7ead7bc5a301/0/0
Retrieve DNS Entries
The API enables you to make fast DNS and WHOIS lookups.
8
/api/whois
404
null
{"error": ""}
{"type": "object", "required": ["error"], "properties": {"error": {"type": "string"}}}
7ee957cc-b126-4c97-a6b2-90ce35f31551/04bd50cd-bd91-4e80-8e78-7ead7bc5a301/1/0
Retrieve DNS Entries
The API enables you to make fast DNS and WHOIS lookups.
8
/api/whois
401
null
{"error": ""}
{"type": "object", "required": ["error"], "properties": {"error": {"type": "string"}}}
7ee957cc-b126-4c97-a6b2-90ce35f31551/04bd50cd-bd91-4e80-8e78-7ead7bc5a301/2/0
Retrieve DNS Entries
The API enables you to make fast DNS and WHOIS lookups.
8
/api/whois
200
null
{"startAddress": "172.217.0.0", "endAddress": "172.217.255.255", "ipVersion": "v4", "name": "GOOGLE", "type": "DIRECT ALLOCATION", "lastChanged": "2012-04-16T11:24:30-04:00", "registered": "2012-04-16T11:24:30-04:00", "registrant": [{"handle": "GOGL", "vcard": [], "lastChanged": "2012-04-16T11:24:30-04:00", "registered": "2012-04-16T11:24:30-04:00"}]}
{"type": "object", "required": ["startAddress", "endAddress", "ipVersion", "name", "type", "lastChanged", "registered", "registrant"], "properties": {"startAddress": {"type": "string"}, "endAddress": {"type": "string"}, "ipVersion": {"type": "string", "enum": ["v4", "v6"]}, "name": {"type": "string"}, "type": {"type": "string"}, "lastChanged": {"type": "string"}, "registered": {"type": "string"}, "registrant": {"type": "array", "items": {"properties": {"handle": {"type": "string"}, "vcard": {"type": "array", "items": {"type": "array", "items": {"oneOf": [{"type": "string"}, {"type": "object"}]}}}, "lastChanged": {"type": "string"}, "registered": {"type": "string"}}}}}}
7ee957cc-b126-4c97-a6b2-90ce35f31551/04bd50cd-bd91-4e80-8e78-7ead7bc5a301/3/0
Retrieve DNS Entries
The API enables you to make fast DNS and WHOIS lookups.
8
/api/whois
500
null
{"error": ""}
{"type": "object", "required": ["error"], "properties": {"error": {"type": "string"}}}
5dbeeba3-a2a7-4e98-b2d1-63ac14f0a695/4ce8bbd1-c7ab-4efd-b2c7-049066de49e7/0/0
D7 Slack
Our Messaging API designed to fullfill most of your use cases and can be easily integrate to any of the system. We can send single message to both private and public channel in your workspace by adding the channel as slack in messaging API.
null
Get Slack Message Status
Get Message Delivery Status of previously sent messages.
404
Not Found
{"detail": {"code": "MESSAGE_LOG_NOT_EXISTS", "message": "Given message request id not exists in the system. Please Try Again!"}}
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"detail": {"type": "object", "properties": {"code": {"type": "string"}, "message": {"type": "string"}}, "required": ["code", "message"]}}, "required": ["detail"]}
5dbeeba3-a2a7-4e98-b2d1-63ac14f0a695/4ce8bbd1-c7ab-4efd-b2c7-049066de49e7/1/0
D7 Slack
Our Messaging API designed to fullfill most of your use cases and can be easily integrate to any of the system. We can send single message to both private and public channel in your workspace by adding the channel as slack in messaging API.
null
Get Slack Message Status
Get Message Delivery Status of previously sent messages.
422
Validation Error
{"detail": [{"loc": ["path", "req_id"], "msg": "value is not a valid uuid", "type": "type_error.uuid"}]}
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"detail": {"type": "array", "items": {"type": "object", "properties": {"loc": {"type": "array", "items": {"type": "string"}}, "msg": {"type": "string"}, "type": {"type": "string"}}, "required": ["loc", "msg", "type"]}}}, "required": ["detail"]}
5dbeeba3-a2a7-4e98-b2d1-63ac14f0a695/4ce8bbd1-c7ab-4efd-b2c7-049066de49e7/2/0
D7 Slack
Our Messaging API designed to fullfill most of your use cases and can be easily integrate to any of the system. We can send single message to both private and public channel in your workspace by adding the channel as slack in messaging API.
null
Get Slack Message Status
Get Message Delivery Status of previously sent messages.
200
Success Response
{"request_id": "0025afef-bee6-403c-9289-105cc350bf5c", "channel": "slack", "messages": [{"msg_id": "1d287b04-4d4e-11ee-8273-0242ac140023", "channel": "slack", "work_space_name": "D7Nagios", "slack_channel_name": "d7slack", "status": "delivered", "schedule_time": null}], "request_stage": "processed"}
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"request_id": {"type": "string"}, "channel": {"type": "string"}, "messages": {"type": "array", "items": {"type": "object", "properties": {"msg_id": {"type": "string"}, "channel": {"type": "string"}, "work_space_name": {"type": "string"}, "slack_channel_name": {"type": "string"}, "status": {"type": "string"}, "schedule_time": {"type": "null"}}, "required": ["channel", "msg_id", "schedule_time", "slack_channel_name", "status", "work_space_name"]}}, "request_stage": {"type": "string"}}, "required": ["channel", "messages", "request_id", "request_stage"]}
5dbeeba3-a2a7-4e98-b2d1-63ac14f0a695/a88390a0-35ac-43f8-aea6-b17e5c917a2b/0/0
D7 Slack
Our Messaging API designed to fullfill most of your use cases and can be easily integrate to any of the system. We can send single message to both private and public channel in your workspace by adding the channel as slack in messaging API.
null
Send Slack Message
Our Messaging API designed to fullfill most of your use cases and can be easily integrate to any of the system. We can send single message to both private and public channel in your workspace by adding the channel as slack in messaging API. The D7Messaging App should be added to your workspace before sending slack messages.
401
Unauthorized
{"detail": {"code": "ACCESS_TOKEN_SIGNATURE_VERIFICATION_FAILED", "message": "Access token signature verification failed"}}
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"detail": {"type": "object", "properties": {"code": {"type": "string"}, "message": {"type": "string"}}, "required": ["code", "message"]}}, "required": ["detail"]}
5dbeeba3-a2a7-4e98-b2d1-63ac14f0a695/a88390a0-35ac-43f8-aea6-b17e5c917a2b/1/0
D7 Slack
Our Messaging API designed to fullfill most of your use cases and can be easily integrate to any of the system. We can send single message to both private and public channel in your workspace by adding the channel as slack in messaging API.
null
Send Slack Message
Our Messaging API designed to fullfill most of your use cases and can be easily integrate to any of the system. We can send single message to both private and public channel in your workspace by adding the channel as slack in messaging API. The D7Messaging App should be added to your workspace before sending slack messages.
402
Validation Error
{"detail": [{"loc": ["string"], "msg": "string", "type": "string"}]}
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"detail": {"type": "array", "items": {"type": "object", "properties": {"loc": {"type": "array", "items": {"type": "string"}}, "msg": {"type": "string"}, "type": {"type": "string"}}, "required": ["loc", "msg", "type"]}}}, "required": ["detail"]}
5dbeeba3-a2a7-4e98-b2d1-63ac14f0a695/a88390a0-35ac-43f8-aea6-b17e5c917a2b/2/0
D7 Slack
Our Messaging API designed to fullfill most of your use cases and can be easily integrate to any of the system. We can send single message to both private and public channel in your workspace by adding the channel as slack in messaging API.
null
Send Slack Message
Our Messaging API designed to fullfill most of your use cases and can be easily integrate to any of the system. We can send single message to both private and public channel in your workspace by adding the channel as slack in messaging API. The D7Messaging App should be added to your workspace before sending slack messages.
200
Success Response
{"request_id": "0025afef-bee6-403c-9289-105cc350bf5c", "status": "accepted", "created_at": "2023-09-07T07:13:58.689065"}
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"request_id": {"type": "string"}, "status": {"type": "string"}, "created_at": {"type": "string"}}, "required": ["created_at", "request_id", "status"]}
e11d9aee-9e68-429e-92b5-4d6c88b8e908/74440a8d-a8b5-4fa0-8bc7-debea5f1ef80/0/0
RoboKiller Call Confidence
Get the newest reputation of phone numbers from the database of leading consumer anti-spam call app Robokiller and eliminate your phone scams.
9.2
getNumberReputation
This method returns the reputation of a phone number.
200
Response
{"version": "1", "phone_number": "+12345678900", "classification": "none", "confidence": "high", "reputation": "negative", "features": [{"id": "caller_id_screening", "classification": "none", "confidence": "high", "weight": 1}], "phone_number_reputation_details": {"number_of_calls": 19483, "last_call": "2022-04-07T16:25:10Z", "reputation_ratio": 0.04, "reported_name": "Social Security Scam", "reported_category": "Social Security", "block_status": "allow"}}
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"version": {"type": "string"}, "phone_number": {"type": "string"}, "classification": {"type": "string"}, "confidence": {"type": "string"}, "reputation": {"type": "string"}, "features": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "classification": {"type": "string"}, "confidence": {"type": "string"}, "weight": {"type": "integer"}}, "required": ["classification", "confidence", "id", "weight"]}}, "phone_number_reputation_details": {"type": "object", "properties": {"number_of_calls": {"type": "integer"}, "last_call": {"type": "string"}, "reputation_ratio": {"type": "number"}, "reported_name": {"type": "string"}, "reported_category": {"type": "string"}, "block_status": {"type": "string"}}, "required": ["block_status", "last_call", "number_of_calls", "reported_category", "reported_name", "reputation_ratio"]}}, "required": ["classification", "confidence", "features", "phone_number", "phone_number_reputation_details", "reputation", "version"]}
69cb68ec-d5bb-48a7-8a6b-6f75aa1f5d9f/1f522b88-49d9-4894-93cc-4fbb21d1ac0b/0/0
Hotspot Social 1
Uma api para data
null
cadastro de usuários
cadastro de usuários
200
New Example
{"key1": "value", "key2": "value"}
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"key1": {"type": "string"}, "key2": {"type": "string"}}, "required": ["key1", "key2"]}
69cb68ec-d5bb-48a7-8a6b-6f75aa1f5d9f/27ce6de1-36c7-4e3a-81a4-31ac88976107/0/0
Hotspot Social 1
Uma api para data
null
usuarios
banco para usuarios
200
New Example
{"key1": "value", "key2": "value"}
{"type": "object", "properties": {"key1": {"type": "string"}, "key2": {"type": "string"}}}
52c19853-7cb5-46ae-a227-84bcea7d3b24/0b9128ba-9206-4720-9a1f-7e47d639e666/0/0
AI Resume Generator
Document Generation API that uses OpenAI to create an example resume when provided the following data: University Name, Degree, and a list of Skills
8.1
Generate Document: Cover Letter
Endpoint that will generate a large text response containing a Cover Letter document using the provided information
200
Response
{"coverLetterText": "\r\nDear Hiring Manager,\r\n\r\nI am writing to express my interest and enthusiasm for the Full Stack Web Developer position at Example Co. I am confident that my current knowledge and skills in C#, Java, Javascript, SQL, Web Development, Agile, and Unit Testing, combined with my Computer Information Systems degree from Michigan Test State University, make me an ideal candidate for this role.\r\n\r\nI have both frontend and backend experience with web application development. I understand that the web application for this position runs on a LEMP stack. Although I haven't worked with a LEMP stack in the past, I have the technological aptitude to adapt quickly and am eager to learn the necessary skills needed. I am confident that I can bring my enthusiasm, technical expertise, and commitment to excellence to this role.\r\n\r\nPlease feel free to contact me at your convenience to discuss my qualifications further and arrange an interview. I thank you for your time and consideration and look forward to hearing from you soon.\r\n\r\nSincerely, \r\n[Your Name]"}
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"coverLetterText": {"type": "string"}}, "required": ["coverLetterText"]}
52c19853-7cb5-46ae-a227-84bcea7d3b24/f57cb6a0-fa4e-496d-b15c-b4a3e8a054a4/0/0
AI Resume Generator
Document Generation API that uses OpenAI to create an example resume when provided the following data: University Name, Degree, and a list of Skills
8.1
Generate Document: Resume
Endpoint that will generate a large text response containing a Resume document using the provided information
200
Response
{"resumeText": "\r\nJohn Doe\r\nAddress: 123 Street, Grand Rapids, MI, 48821 \r\nPhone: 123-456-7890\r\nEmail: john@example.com\r\n\r\nSUMMARY OF SKILLS\r\n\u25cf Experienced IT Professional with a Bachelor's degree in IT from Grand Valley State University. \r\n\u25cf Proven expertise in Networking and Software Development. \r\n\u25cf Skilled in troubleshooting system issues and resolving difficult system challenges. \r\n\u25cf Technical proficiency in Windows, Linux, and Network Topologies. \r\n\u25cf Excellent analytical and problem-solving abilities. \r\n\u25cf Ability to work independently and as part of a team. \r\n \r\nEDUCATION \r\nGrand Valley State University, Grand Rapids, MI \r\nBachelor's Degree in Information Technology \r\n \r\nPROFESSIONAL EXPERIENCE \r\nIT Consultant \r\nABC Company, Grand Rapids, MI \r\nApr 2017 \u2013 Present \r\n\u25cf Administer network systems and servers. \r\n\u25cf Monitor performance and solve technical problems. \r\n\u25cf Develop and test software applications. \r\n\u25cf Deploy new systems and configure hardware, security systems, and networks. \r\n\u25cf Provide technical support for end-users. \r\n \r\nIT Technician \r\nXYZ Enterprises, Grand Rapids, MI \r\nApr 2013 - Mar 2017 \r\n\u25cf Installed operating systems and configured system settings. \r\n\u25cf Developed and implemented network security plans. \r\n\u25cf Troubleshoot complex hardware and software issues. \r\n\u25cf Provided remote and in-person technical support. \r\n\u25cf Created and managed user accounts and configured user permissions. \r\n\u25cf Created documentation to facilitate technical support procedures. \r\n \r\nCERTIFICATIONS \r\nNetwork+ Certification | CompTIA | Dec 2019 \r\nCCNA Certification | Cisco | Oct 2017"}
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"resumeText": {"type": "string"}}, "required": ["resumeText"]}
9f0445a1-4fce-4378-811f-f319407c61c9/9df163dd-8bc6-4608-a0f3-7721f7f7c9a4/0/0
Linkedin jobs scraper API
ℹ️ Designed for both personal and professional use, simply enter your desired job title and location to receive a tailored list of job opportunities. Try it today!
9.6
Get jobs trial (JSON)
Same as get jobs JSON, but limited to 25 jobs max
500
Example_1
{"message": {}, "statusCode": 400, "error": "Bad Request"}
{"type": "object", "properties": {"message": {"type": "object", "description": "The error message"}, "statusCode": {"type": "number", "description": "The status code"}, "error": {"type": "string", "description": "The error"}}, "required": ["message", "statusCode", "error"]}
9f0445a1-4fce-4378-811f-f319407c61c9/9df163dd-8bc6-4608-a0f3-7721f7f7c9a4/1/0
Linkedin jobs scraper API
ℹ️ Designed for both personal and professional use, simply enter your desired job title and location to receive a tailored list of job opportunities. Try it today!
9.6
Get jobs trial (JSON)
Same as get jobs JSON, but limited to 25 jobs max
400
Example_1
{"message": {}, "statusCode": 400, "error": "Bad Request"}
{"type": "object", "properties": {"message": {"type": "object", "description": "The error message"}, "statusCode": {"type": "number", "description": "The status code"}, "error": {"type": "string", "description": "The error"}}, "required": ["message", "statusCode", "error"]}
9f0445a1-4fce-4378-811f-f319407c61c9/9df163dd-8bc6-4608-a0f3-7721f7f7c9a4/2/0
Linkedin jobs scraper API
ℹ️ Designed for both personal and professional use, simply enter your desired job title and location to receive a tailored list of job opportunities. Try it today!
9.6
Get jobs trial (JSON)
Same as get jobs JSON, but limited to 25 jobs max
200
Example_1
[{"id": "123456789", "title": "Software Engineer", "publishedAt": "2021-01-01", "companyName": "Google", "location": "San Francisco, CA", "postedTime": "4 days ago", "applicationsCount": "100", "description": "We are looking for a software engineer", "jobUrl": "https://www.linkedin.com/jobs/view/123456789", "companyUrl": "https://www.linkedin.com/company/google", "contractType": "FullTime", "experienceLevel": "Internship", "workType": "OnSite", "sector": "InformationTechnology", "salary": "100000"}]
{"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string", "description": "The id of the job"}, "title": {"type": "string", "description": "The title of the job"}, "publishedAt": {"type": "string", "description": "The date the job was published"}, "companyName": {"type": "string", "description": "Company name"}, "location": {"type": "string", "description": "Location of the job"}, "postedTime": {"type": "string", "description": "Time the job was posted"}, "applicationsCount": {"type": "string", "description": "Number of applicants"}, "description": {"type": "string", "description": "Description of the job"}, "jobUrl": {"type": "string", "description": "Url of the job"}, "companyUrl": {"type": "string", "description": "Url of the company"}, "contractType": {"type": "string", "description": "Type of job contract", "enum": ["FullTime", "PartTime", "Contract", "Temporary", "Internship", "Volunteer"]}, "experienceLevel": {"type": "string", "description": "The experience level", "enum": ["Internship", "EntryLevel", "Associate", "MidSeniorLevel", "Director"]}, "workType": {"type": "string", "description": "Work type of the job", "enum": ["OnSite", "Remote", "Hybrid"]}, "sector": {"type": "string", "description": "The sector of the job"}, "salary": {"type": "string", "description": "The salary of the job"}}, "required": ["id", "title", "publishedAt", "companyName", "location", "postedTime", "applicationsCount", "description", "jobUrl", "companyUrl", "contractType", "experienceLevel", "workType", "sector", "salary"]}}
9f0445a1-4fce-4378-811f-f319407c61c9/9df163dd-8bc6-4608-a0f3-7721f7f7c9a4/3/0
Linkedin jobs scraper API
ℹ️ Designed for both personal and professional use, simply enter your desired job title and location to receive a tailored list of job opportunities. Try it today!
9.6
Get jobs trial (JSON)
Same as get jobs JSON, but limited to 25 jobs max
403
Example_1
{"message": {}, "statusCode": 400, "error": "Bad Request"}
{"type": "object", "properties": {"message": {"type": "object", "description": "The error message"}, "statusCode": {"type": "number", "description": "The status code"}, "error": {"type": "string", "description": "The error"}}, "required": ["message", "statusCode", "error"]}
9f0445a1-4fce-4378-811f-f319407c61c9/2c008f83-0845-4513-98f7-7395cd9b6204/0/0
Linkedin jobs scraper API
ℹ️ Designed for both personal and professional use, simply enter your desired job title and location to receive a tailored list of job opportunities. Try it today!
9.6
Get jobs (CSV)
Get LinkedIn jobs in CSV format
200
Example_1
[{"id": "123456789", "title": "Software Engineer", "publishedAt": "2021-01-01", "companyName": "Google", "location": "San Francisco, CA", "postedTime": "4 days ago", "applicationsCount": "100", "description": "We are looking for a software engineer", "jobUrl": "https://www.linkedin.com/jobs/view/123456789", "companyUrl": "https://www.linkedin.com/company/google", "contractType": "FullTime", "experienceLevel": "Internship", "workType": "OnSite", "sector": "InformationTechnology", "salary": "100000"}]
{"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string", "description": "The id of the job"}, "title": {"type": "string", "description": "The title of the job"}, "publishedAt": {"type": "string", "description": "The date the job was published"}, "companyName": {"type": "string", "description": "Company name"}, "location": {"type": "string", "description": "Location of the job"}, "postedTime": {"type": "string", "description": "Time the job was posted"}, "applicationsCount": {"type": "string", "description": "Number of applicants"}, "description": {"type": "string", "description": "Description of the job"}, "jobUrl": {"type": "string", "description": "Url of the job"}, "companyUrl": {"type": "string", "description": "Url of the company"}, "contractType": {"type": "string", "description": "Type of job contract", "enum": ["FullTime", "PartTime", "Contract", "Temporary", "Internship", "Volunteer"]}, "experienceLevel": {"type": "string", "description": "The experience level", "enum": ["Internship", "EntryLevel", "Associate", "MidSeniorLevel", "Director"]}, "workType": {"type": "string", "description": "Work type of the job", "enum": ["OnSite", "Remote", "Hybrid"]}, "sector": {"type": "string", "description": "The sector of the job"}, "salary": {"type": "string", "description": "The salary of the job"}}, "required": ["id", "title", "publishedAt", "companyName", "location", "postedTime", "applicationsCount", "description", "jobUrl", "companyUrl", "contractType", "experienceLevel", "workType", "sector", "salary"]}}
9f0445a1-4fce-4378-811f-f319407c61c9/2c008f83-0845-4513-98f7-7395cd9b6204/1/0
Linkedin jobs scraper API
ℹ️ Designed for both personal and professional use, simply enter your desired job title and location to receive a tailored list of job opportunities. Try it today!
9.6
Get jobs (CSV)
Get LinkedIn jobs in CSV format
403
Example_1
{"message": {}, "statusCode": 400, "error": "Bad Request"}
{"type": "object", "properties": {"message": {"type": "object", "description": "The error message"}, "statusCode": {"type": "number", "description": "The status code"}, "error": {"type": "string", "description": "The error"}}, "required": ["message", "statusCode", "error"]}
9f0445a1-4fce-4378-811f-f319407c61c9/2c008f83-0845-4513-98f7-7395cd9b6204/2/0
Linkedin jobs scraper API
ℹ️ Designed for both personal and professional use, simply enter your desired job title and location to receive a tailored list of job opportunities. Try it today!
9.6
Get jobs (CSV)
Get LinkedIn jobs in CSV format
500
Example_1
{"message": {}, "statusCode": 400, "error": "Bad Request"}
{"type": "object", "properties": {"message": {"type": "object", "description": "The error message"}, "statusCode": {"type": "number", "description": "The status code"}, "error": {"type": "string", "description": "The error"}}, "required": ["message", "statusCode", "error"]}
9f0445a1-4fce-4378-811f-f319407c61c9/2c008f83-0845-4513-98f7-7395cd9b6204/3/0
Linkedin jobs scraper API
ℹ️ Designed for both personal and professional use, simply enter your desired job title and location to receive a tailored list of job opportunities. Try it today!
9.6
Get jobs (CSV)
Get LinkedIn jobs in CSV format
400
Example_1
{"message": {}, "statusCode": 400, "error": "Bad Request"}
{"type": "object", "properties": {"message": {"type": "object", "description": "The error message"}, "statusCode": {"type": "number", "description": "The status code"}, "error": {"type": "string", "description": "The error"}}, "required": ["message", "statusCode", "error"]}
9f0445a1-4fce-4378-811f-f319407c61c9/6adb9c2d-7f0f-41b7-b7ad-5a3fb5a3056f/0/0
Linkedin jobs scraper API
ℹ️ Designed for both personal and professional use, simply enter your desired job title and location to receive a tailored list of job opportunities. Try it today!
9.6
Get jobs (CSV File)
Get LinkedIn jobs directly in CSv file
200
Example_1
[{"id": "123456789", "title": "Software Engineer", "publishedAt": "2021-01-01", "companyName": "Google", "location": "San Francisco, CA", "postedTime": "4 days ago", "applicationsCount": "100", "description": "We are looking for a software engineer", "jobUrl": "https://www.linkedin.com/jobs/view/123456789", "companyUrl": "https://www.linkedin.com/company/google", "contractType": "FullTime", "experienceLevel": "Internship", "workType": "OnSite", "sector": "InformationTechnology", "salary": "100000"}]
{"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string", "description": "The id of the job"}, "title": {"type": "string", "description": "The title of the job"}, "publishedAt": {"type": "string", "description": "The date the job was published"}, "companyName": {"type": "string", "description": "Company name"}, "location": {"type": "string", "description": "Location of the job"}, "postedTime": {"type": "string", "description": "Time the job was posted"}, "applicationsCount": {"type": "string", "description": "Number of applicants"}, "description": {"type": "string", "description": "Description of the job"}, "jobUrl": {"type": "string", "description": "Url of the job"}, "companyUrl": {"type": "string", "description": "Url of the company"}, "contractType": {"type": "string", "description": "Type of job contract", "enum": ["FullTime", "PartTime", "Contract", "Temporary", "Internship", "Volunteer"]}, "experienceLevel": {"type": "string", "description": "The experience level", "enum": ["Internship", "EntryLevel", "Associate", "MidSeniorLevel", "Director"]}, "workType": {"type": "string", "description": "Work type of the job", "enum": ["OnSite", "Remote", "Hybrid"]}, "sector": {"type": "string", "description": "The sector of the job"}, "salary": {"type": "string", "description": "The salary of the job"}}, "required": ["id", "title", "publishedAt", "companyName", "location", "postedTime", "applicationsCount", "description", "jobUrl", "companyUrl", "contractType", "experienceLevel", "workType", "sector", "salary"]}}
9f0445a1-4fce-4378-811f-f319407c61c9/6adb9c2d-7f0f-41b7-b7ad-5a3fb5a3056f/1/0
Linkedin jobs scraper API
ℹ️ Designed for both personal and professional use, simply enter your desired job title and location to receive a tailored list of job opportunities. Try it today!
9.6
Get jobs (CSV File)
Get LinkedIn jobs directly in CSv file
400
Example_1
{"message": {}, "statusCode": 400, "error": "Bad Request"}
{"type": "object", "properties": {"message": {"type": "object", "description": "The error message"}, "statusCode": {"type": "number", "description": "The status code"}, "error": {"type": "string", "description": "The error"}}, "required": ["message", "statusCode", "error"]}
9f0445a1-4fce-4378-811f-f319407c61c9/6adb9c2d-7f0f-41b7-b7ad-5a3fb5a3056f/2/0
Linkedin jobs scraper API
ℹ️ Designed for both personal and professional use, simply enter your desired job title and location to receive a tailored list of job opportunities. Try it today!
9.6
Get jobs (CSV File)
Get LinkedIn jobs directly in CSv file
403
Example_1
{"message": {}, "statusCode": 400, "error": "Bad Request"}
{"type": "object", "properties": {"message": {"type": "object", "description": "The error message"}, "statusCode": {"type": "number", "description": "The status code"}, "error": {"type": "string", "description": "The error"}}, "required": ["message", "statusCode", "error"]}
9f0445a1-4fce-4378-811f-f319407c61c9/6adb9c2d-7f0f-41b7-b7ad-5a3fb5a3056f/3/0
Linkedin jobs scraper API
ℹ️ Designed for both personal and professional use, simply enter your desired job title and location to receive a tailored list of job opportunities. Try it today!
9.6
Get jobs (CSV File)
Get LinkedIn jobs directly in CSv file
500
Example_1
{"message": {}, "statusCode": 400, "error": "Bad Request"}
{"type": "object", "properties": {"message": {"type": "object", "description": "The error message"}, "statusCode": {"type": "number", "description": "The status code"}, "error": {"type": "string", "description": "The error"}}, "required": ["message", "statusCode", "error"]}
9f0445a1-4fce-4378-811f-f319407c61c9/015b50dd-b510-4e7e-ab5c-d6679822b7fb/0/0
Linkedin jobs scraper API
ℹ️ Designed for both personal and professional use, simply enter your desired job title and location to receive a tailored list of job opportunities. Try it today!
9.6
Get jobs (JSON)
Get LinkedIn jobs in json
200
Example_1
[{"id": "123456789", "title": "Software Engineer", "publishedAt": "2021-01-01", "companyName": "Google", "location": "San Francisco, CA", "postedTime": "4 days ago", "applicationsCount": "100", "description": "We are looking for a software engineer", "jobUrl": "https://www.linkedin.com/jobs/view/123456789", "companyUrl": "https://www.linkedin.com/company/google", "contractType": "FullTime", "experienceLevel": "Internship", "workType": "OnSite", "sector": "InformationTechnology", "salary": "100000"}]
{"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string", "description": "The id of the job"}, "title": {"type": "string", "description": "The title of the job"}, "publishedAt": {"type": "string", "description": "The date the job was published"}, "companyName": {"type": "string", "description": "Company name"}, "location": {"type": "string", "description": "Location of the job"}, "postedTime": {"type": "string", "description": "Time the job was posted"}, "applicationsCount": {"type": "string", "description": "Number of applicants"}, "description": {"type": "string", "description": "Description of the job"}, "jobUrl": {"type": "string", "description": "Url of the job"}, "companyUrl": {"type": "string", "description": "Url of the company"}, "contractType": {"type": "string", "description": "Type of job contract", "enum": ["FullTime", "PartTime", "Contract", "Temporary", "Internship", "Volunteer"]}, "experienceLevel": {"type": "string", "description": "The experience level", "enum": ["Internship", "EntryLevel", "Associate", "MidSeniorLevel", "Director"]}, "workType": {"type": "string", "description": "Work type of the job", "enum": ["OnSite", "Remote", "Hybrid"]}, "sector": {"type": "string", "description": "The sector of the job"}, "salary": {"type": "string", "description": "The salary of the job"}}, "required": ["id", "title", "publishedAt", "companyName", "location", "postedTime", "applicationsCount", "description", "jobUrl", "companyUrl", "contractType", "experienceLevel", "workType", "sector", "salary"]}}
9f0445a1-4fce-4378-811f-f319407c61c9/015b50dd-b510-4e7e-ab5c-d6679822b7fb/1/0
Linkedin jobs scraper API
ℹ️ Designed for both personal and professional use, simply enter your desired job title and location to receive a tailored list of job opportunities. Try it today!
9.6
Get jobs (JSON)
Get LinkedIn jobs in json
403
Example_1
{"message": {}, "statusCode": 400, "error": "Bad Request"}
{"type": "object", "properties": {"message": {"type": "object", "description": "The error message"}, "statusCode": {"type": "number", "description": "The status code"}, "error": {"type": "string", "description": "The error"}}, "required": ["message", "statusCode", "error"]}
9f0445a1-4fce-4378-811f-f319407c61c9/015b50dd-b510-4e7e-ab5c-d6679822b7fb/2/0
Linkedin jobs scraper API
ℹ️ Designed for both personal and professional use, simply enter your desired job title and location to receive a tailored list of job opportunities. Try it today!
9.6
Get jobs (JSON)
Get LinkedIn jobs in json
400
Example_1
{"message": {}, "statusCode": 400, "error": "Bad Request"}
{"type": "object", "properties": {"message": {"type": "object", "description": "The error message"}, "statusCode": {"type": "number", "description": "The status code"}, "error": {"type": "string", "description": "The error"}}, "required": ["message", "statusCode", "error"]}
9f0445a1-4fce-4378-811f-f319407c61c9/015b50dd-b510-4e7e-ab5c-d6679822b7fb/3/0
Linkedin jobs scraper API
ℹ️ Designed for both personal and professional use, simply enter your desired job title and location to receive a tailored list of job opportunities. Try it today!
9.6
Get jobs (JSON)
Get LinkedIn jobs in json
500
Example_1
{"message": {}, "statusCode": 400, "error": "Bad Request"}
{"type": "object", "properties": {"message": {"type": "object", "description": "The error message"}, "statusCode": {"type": "number", "description": "The status code"}, "error": {"type": "string", "description": "The error"}}, "required": ["message", "statusCode", "error"]}
7372049e-3695-464e-b268-207bff9e2c7b/c43a14ed-714a-4e6c-a835-76b04c3e1357/0/0
Upwork API
null
8.2
Get regions
Returns a list of county regions.
200
New Example
{"status": true, "data": [{"title": "Africa", "alias": "africa"}, {"title": "Americas", "alias": "americas"}, {"title": "Antarctica", "alias": "antarctica"}, {"title": "Asia", "alias": "asia"}, {"title": "Europe", "alias": "europe"}, {"title": "Oceania", "alias": "oceania"}]}
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"status": {"type": "boolean"}, "data": {"type": "array", "items": {"type": "object", "properties": {"title": {"type": "string"}, "alias": {"type": "string"}}, "required": ["alias", "title"]}}}, "required": ["data", "status"]}
7372049e-3695-464e-b268-207bff9e2c7b/041b92a0-8cb2-4f1a-a076-76ff9daf0a0c/0/0
Upwork API
null
8.2
Get tests
Returns a list of available tests at Upwork.
200
New Example
{"status": true, "data": [{"record_id": "688", "weight": "124074", "name": "English Spelling Test (U.S. Version)"}, {"name": "Upwork Readiness", "weight": "62223", "record_id": "1093"}, {"name": "Office Skills", "weight": "23956", "record_id": "545"}, {"weight": "21804", "name": "English Spelling Test (UK Version)", "record_id": "911"}, {"name": "HTML5", "weight": "19826", "record_id": "984"}, {"record_id": "983", "weight": "15486", "name": "CSS"}, {"record_id": "988", "weight": "14817", "name": "WordPress"}, {"name": "U.S. Word Usage", "weight": "14689", "record_id": "737"}, {"record_id": "506", "name": "Email Etiquette Certification", "weight": "14680"}, {"weight": "12830", "name": "PHP", "record_id": "987"}, {"name": "English", "weight": "11887", "record_id": "1099"}, {"weight": "10016", "name": "Javascript", "record_id": "982"}, {"weight": "10003", "name": "Windows XP", "record_id": "584"}, {"name": "Virtual Assistant Skills", "weight": "9736", "record_id": "970"}, {"weight": "8684", "name": "Internet Marketing", "record_id": "767"}, {"weight": "7667", "name": "Call Center Skills", "record_id": "484"}, {"name": "Telephone Etiquette Certification", "weight": "7142", "record_id": "571"}, {"weight": "6367", "name": "English To Spanish Translation", "record_id": "1020"}, {"name": "English To Tagalog (Filipino) Translation Skills", "weight": "6204", "record_id": "823"}, {"weight": "5923", "name": "Bootstrap", "record_id": "1005"}, {"record_id": "999", "weight": "5885", "name": "SEO"}, {"record_id": "704", "name": "Spanish To English Translation Skills", "weight": "5489"}, {"record_id": "1028", "name": "Logo Design Skills", "weight": "5255"}, {"record_id": "980", "weight": "5109", "name": "Java"}, {"record_id": "850", "weight": "4995", "name": "English To Russian Translation Skills"}, {"weight": "4869", "name": "Management Skills", "record_id": "594"}, {"record_id": "681", "name": "Book keeping", "weight": "4823"}, {"weight": "4380", "name": "Creative Writing Test - Non-fiction (U.S. Version)", "record_id": "686"}, {"weight": "4193", "name": "C#", "record_id": "986"}, {"record_id": "701", "name": "Principles of Web Graphics Design", "weight": "4111"}, {"weight": "4050", "name": "jQuery", "record_id": "994"}, {"record_id": "991", "weight": "3867", "name": "Android Programming"}, {"weight": "3723", "name": "Python", "record_id": "981"}, {"name": "Adobe Photoshop", "weight": "3689", "record_id": "1094"}, {"name": "MySQL", "weight": "3460", "record_id": "993"}, {"weight": "3220", "name": "English To Arabic Translation Skills", "record_id": "832"}, {"record_id": "1013", "name": "SQL", "weight": "3105"}, {"record_id": "1106", "name": "Customer Service", "weight": "3019"}, {"weight": "3011", "name": "Node.js", "record_id": "998"}, {"record_id": "961", "name": "Analytical Skills", "weight": "3008"}, {"record_id": "866", "weight": "2997", "name": "Photography Certification"}, {"weight": "2905", "name": "U.S. English Punctuation and Mechanics", "record_id": "745"}, {"weight": "2896", "name": "AngularJS", "record_id": "1074"}, {"record_id": "796", "weight": "2787", "name": "Spanish Spelling Skills"}, {"record_id": "694", "weight": "2750", "name": "French To English Translation Skills"}, {"record_id": "885", "weight": "2717", "name": "Computer Aptitude"}, {"record_id": "570", "name": "Technical Writing Skills Certification", "weight": "2641"}, {"weight": "2598", "name": "Networking Concepts", "record_id": "540"}, {"record_id": "1021", "name": "English To French Translation", "weight": "2489"}, {"weight": "2344", "name": "Swift", "record_id": "1022"}, {"name": "Adobe Illustrator", "weight": "2263", "record_id": "1096"}, {"record_id": "891", "name": "Knowledge of Microsoft Office Skills", "weight": "2225"}, {"weight": "2174", "name": "Laravel Framework", "record_id": "1071"}, {"name": "Social Media Marketing", "weight": "2074", "record_id": "1107"}, {"weight": "2004", "name": "Russian To English Translation Skills", "record_id": "703"}, {"weight": "1997", "name": "Ruby on Rails", "record_id": "985"}, {"record_id": "1015", "name": "C Programming", "weight": "1988"}, {"weight": "1944", "name": "ReactJS", "record_id": "1072"}, {"record_id": "1058", "weight": "1885", "name": "Demo Editing Skills Certification"}, {"record_id": "698", "weight": "1869", "name": "Marketing Methods and Techniques"}, {"weight": "1834", "name": "Advertising Skills Certification", "record_id": "596"}, {"record_id": "731", "weight": "1786", "name": "Resume Writing Skills"}, {"record_id": "803", "weight": "1763", "name": "Spanish Vocabulary Skills"}, {"record_id": "900", "name": "Knowledge of Windows 7 Skills", "weight": "1751"}, {"record_id": "685", "name": "Creative Writing Test - Fiction (UK Version)", "weight": "1607"}, {"name": "C++ Programming", "weight": "1596", "record_id": "1012"}, {"record_id": "825", "weight": "1588", "name": "English To Brazilian Portuguese Translation Skills"}, {"name": "French Spelling Skills", "weight": "1540", "record_id": "798"}, {"name": "Magento", "weight": "1516", "record_id": "995"}, {"record_id": "475", "name": "Adobe Premiere", "weight": "1509"}, {"record_id": "691", "name": "English To Italian Translation Skills", "weight": "1483"}, {"record_id": "682", "weight": "1466", "name": "Business Plans"}, {"record_id": "748", "name": "Knowledge of Google Analytics", "weight": "1434"}, {"name": "Help Desk Certification", "weight": "1430", "record_id": "516"}, {"weight": "1417", "name": "UK English Grammar Test (For Writing Professionals)", "record_id": "709"}, {"weight": "1393", "name": "Unix", "record_id": "574"}, {"record_id": "1069", "name": "Engineering Aptitude", "weight": "1365"}, {"record_id": "847", "weight": "1346", "name": "Microsoft PowerPoint 2010"}, {"record_id": "765", "weight": "1328", "name": "Negotiations Skills"}, {"weight": "1298", "name": "Accounts Payable", "record_id": "678"}, {"record_id": "1018", "name": "Objective-C", "weight": "1297"}, {"name": "TCP/IP", "weight": "1238", "record_id": "569"}, {"record_id": "706", "weight": "1224", "name": "U.S. English Proofreading Skills Test (Chicago)"}, {"record_id": "690", "name": "English To German Translation Skills", "weight": "1219"}, {"name": "Selling Skills", "weight": "1180", "record_id": "882"}, {"name": "Mechanical IQ", "weight": "1177", "record_id": "780"}, {"name": "Organizational Behavior", "weight": "1158", "record_id": "593"}, {"record_id": "1095", "name": "MS Excel", "weight": "1149"}, {"weight": "1128", "name": "English To Mandarin Translation Skills", "record_id": "834"}, {"record_id": "1102", "name": "English Test for Writers", "weight": "1127"}, {"record_id": "683", "weight": "1108", "name": "Business Writing Skills Certification"}, {"weight": "1015", "name": "Market Research", "record_id": "736"}, {"record_id": "1000", "weight": "1011", "name": "Django"}, {"weight": "960", "name": "Italian To English Translation Skills", "record_id": "696"}, {"weight": "957", "name": "U.S. English Sentence Structure Test (For Writing Professionals)", "record_id": "707"}, {"weight": "949", "name": "Joomla", "record_id": "992"}, {"record_id": "1092", "weight": "921", "name": "Shopify"}, {"record_id": "695", "weight": "897", "name": "German To English Translation Skills"}, {"weight": "896", "name": "Financial Analysis", "record_id": "932"}, {"weight": "893", "name": "Google AdWords", "record_id": "1104"}, {"weight": "880", "name": "Outbound Sales Skills", "record_id": "592"}, {"name": "Spanish Word Usage", "weight": "859", "record_id": "812"}, {"record_id": "679", "name": "Accounts Receivable", "weight": "837"}, {"name": "Data Interpretation", "weight": "834", "record_id": "770"}, {"name": "French Vocabulary Skills", "weight": "822", "record_id": "805"}, {"name": "Blog Writing", "weight": "786", "record_id": "1101"}, {"record_id": "687", "weight": "782", "name": "Creative Writing Test - Non-fiction (UK Version)"}, {"record_id": "1014", "name": "Cisco Networking", "weight": "780"}, {"weight": "775", "name": "Time Management", "record_id": "927"}, {"weight": "760", "name": "Financial Reporting", "record_id": "935"}, {"record_id": "1105", "name": "Accounting", "weight": "739"}, {"name": "Business Strategy", "weight": "709", "record_id": "784"}, {"record_id": "828", "weight": "706", "name": "English To European Portuguese Translation Skills"}, {"name": "Basic Algebra Skills", "weight": "702", "record_id": "1065"}, {"record_id": "1039", "name": "Adobe Indesign CS6", "weight": "684"}, {"weight": "679", "name": "Web Design", "record_id": "1108"}, {"record_id": "1142", "weight": "660", "name": "Microsoft Excel 2016 Skills"}, {"weight": "656", "name": "Drupal", "record_id": "989"}, {"record_id": "711", "name": "UK English Proofreading Skills Test (Oxford Guide to Style)", "weight": "653"}, {"record_id": "1089", "weight": "651", "name": "Software Testing"}, {"weight": "644", "name": "French Word Usage", "record_id": "814"}, {"weight": "643", "name": "User Experience (UX) Design", "record_id": "1098"}, {"record_id": "505", "name": "U.S. English Chicago Style Editing Skills Test (For Writing Professionals)", "weight": "628"}, {"weight": "617", "name": "German Spelling", "record_id": "795"}, {"name": "ASP.NET", "weight": "616", "record_id": "1077"}, {"name": "Financial Statement", "weight": "612", "record_id": "952"}, {"record_id": "494", "name": "Data Structures", "weight": "606"}, {"weight": "604", "name": "Knowledge of Google SketchUp Pro 7 Skills", "record_id": "969"}, {"record_id": "728", "weight": "604", "name": "Event Planning"}, {"name": "Programming Aptitude", "weight": "597", "record_id": "945"}, {"record_id": "819", "name": "English To Dutch Translation Skills", "weight": "579"}, {"record_id": "595", "name": "Marketing Terminology", "weight": "567"}, {"name": "Statistics", "weight": "558", "record_id": "923"}, {"weight": "547", "name": "AutoCAD", "record_id": "1100"}, {"record_id": "937", "name": "U.S. Culture and Etiquette", "weight": "543"}, {"record_id": "877", "weight": "535", "name": "U.S. English Proofreading Skills Test (AP Style)"}, {"record_id": "917", "weight": "526", "name": "Spanish Grammar"}, {"name": "Report Writing", "weight": "523", "record_id": "739"}, {"weight": "506", "name": "Marketing Management", "record_id": "963"}, {"name": "Internet Security", "weight": "494", "record_id": "641"}, {"weight": "493", "name": "Hospitality Terminology", "record_id": "836"}, {"record_id": "818", "weight": "483", "name": "English to Japanese Translation Skills"}, {"record_id": "744", "name": "Salesforce", "weight": "481"}, {"record_id": "929", "name": "Financial Forecasting", "weight": "465"}, {"record_id": "868", "weight": "464", "name": "Understanding differences in British and American English"}, {"record_id": "801", "name": "Italian Vocabulary Skills", "weight": "455"}, {"name": "U.S. English AP Style Editing Skills Test (For Writing Professionals)", "weight": "451", "record_id": "816"}, {"record_id": "504", "name": "Ecommerce", "weight": "436"}, {"record_id": "934", "weight": "435", "name": "Business Writing Skills Test (U.S. Version)"}, {"name": "Game Programming Concepts", "weight": "433", "record_id": "659"}, {"name": "Unix Shell Script", "weight": "423", "record_id": "575"}, {"name": "Digital Electronics", "weight": "421", "record_id": "665"}, {"weight": "409", "name": "Knowledge of Google Webmaster Central", "record_id": "756"}, {"weight": "407", "name": "Italian Spelling Skills", "record_id": "799"}, {"weight": "398", "name": "Generally Accepted Accounting Principles (GAAP)", "record_id": "723"}, {"record_id": "840", "weight": "391", "name": "Knowledge of Corel Draw X5"}, {"record_id": "996", "weight": "378", "name": "Spring MVC"}, {"record_id": "895", "weight": "375", "name": "French Grammar"}, {"record_id": "1103", "weight": "371", "name": "MS Word"}, {"record_id": "500", "weight": "368", "name": "DHTML"}, {"weight": "365", "name": "Data Warehousing", "record_id": "495"}, {"weight": "342", "name": "Firewall Concepts", "record_id": "638"}, {"name": "Ionic Framework", "weight": "335", "record_id": "1082"}, {"name": "ERP", "weight": "333", "record_id": "590"}, {"weight": "325", "name": "Grant Writing", "record_id": "726"}, {"record_id": "809", "name": "Mechanical Engineering", "weight": "322"}, {"record_id": "797", "weight": "321", "name": "German Vocabulary Skills"}, {"record_id": "1046", "name": "Web Browsers", "weight": "317"}, {"weight": "317", "name": "Operation Management", "record_id": "957"}, {"name": "JSON", "weight": "312", "record_id": "793"}, {"weight": "304", "name": "Corporate Strategy", "record_id": "733"}, {"record_id": "824", "weight": "303", "name": "English To Swedish Translation Skills"}, {"name": "Payroll Management", "weight": "298", "record_id": "881"}, {"record_id": "741", "weight": "292", "name": "Stock Trading"}, {"record_id": "833", "name": "English To Korean Translation Skills", "weight": "291"}, {"record_id": "813", "name": "Italian Word Usage", "weight": "285"}, {"record_id": "1080", "name": "Amazon Web Services (AWS)", "weight": "272"}, {"name": "Medical Billing Certification", "weight": "270", "record_id": "951"}, {"weight": "270", "name": "Business Mathematics", "record_id": "754"}, {"weight": "262", "name": "Design for Manufacturability", "record_id": "1034"}, {"record_id": "918", "weight": "260", "name": "Master Trainer Certification"}, {"weight": "258", "name": "Health Club Management Certification", "record_id": "942"}, {"name": "Data Sufficiency", "weight": "257", "record_id": "771"}, {"record_id": "1076", "name": "MongoDB", "weight": "252"}, {"name": "Microsoft Access 2010", "weight": "240", "record_id": "848"}, {"record_id": "1085", "weight": "238", "name": "Unity3D"}, {"weight": "236", "name": "Inventory Management", "record_id": "912"}, {"record_id": "1023", "weight": "230", "name": "Guest Relations Executive"}, {"name": "Microsoft PowerPoint 2016 Skills", "weight": "218", "record_id": "1143"}, {"record_id": "1041", "name": "Economics Fundamentals", "weight": "213"}, {"record_id": "670", "name": "PCB Design", "weight": "212"}, {"record_id": "680", "name": "Antispam and Antivirus", "weight": "211"}, {"record_id": "469", "weight": "206", "name": "Active Directory"}, {"record_id": "1032", "weight": "205", "name": "Mathematics Skills"}, {"name": "Microsoft Word 2016 Skills", "weight": "202", "record_id": "1144"}, {"record_id": "1079", "weight": "195", "name": "AJAX"}, {"record_id": "876", "weight": "195", "name": "Italian Grammar"}, {"record_id": "1055", "weight": "194", "name": "Software Development Life Cycle"}, {"name": "Spanish Proofreading Skills", "weight": "193", "record_id": "953"}, {"name": "UK English Sentence Structure Test (For Writing Professionals)", "weight": "192", "record_id": "712"}, {"record_id": "817", "name": "English To Danish Translation Skills", "weight": "192"}, {"name": "French Proofreading Skills", "weight": "187", "record_id": "808"}, {"name": "French Sentence Structure", "weight": "185", "record_id": "924"}, {"record_id": "800", "weight": "185", "name": "Italian Proofreading Skills"}, {"record_id": "684", "weight": "184", "name": "Cocoa programming for Mac OS X 10.5"}, {"record_id": "909", "name": "Wi Fi", "weight": "181"}, {"name": "Knowledge of Windows 8 Skills", "weight": "180", "record_id": "1026"}, {"weight": "180", "name": "Twitter Account Management Skills", "record_id": "1053"}, {"record_id": "1017", "weight": "175", "name": "Perl"}, {"weight": "173", "name": "Voice Over IP", "record_id": "643"}, {"record_id": "884", "weight": "170", "name": "German Word Usage"}, {"record_id": "1024", "name": "English to Simplified Cantonese Translation Skills", "weight": "160"}, {"record_id": "968", "weight": "154", "name": "Lean Management Certification"}, {"record_id": "762", "name": "Action Script 3.0", "weight": "153"}, {"weight": "149", "name": "Facebook Development", "record_id": "608"}, {"record_id": "568", "name": "System Analysis", "weight": "142"}, {"name": "Publishing Fundamentals", "weight": "140", "record_id": "941"}, {"record_id": "671", "weight": "140", "name": "Semiconductor Electronics"}, {"weight": "134", "name": "Retail Banking Industry and Processes", "record_id": "899"}, {"record_id": "886", "name": "Knowledge of Google AdSense", "weight": "132"}, {"weight": "132", "name": "Final Cut Pro 7 Skills", "record_id": "856"}, {"record_id": "601", "name": "PostgreSQL", "weight": "131"}, {"record_id": "1078", "name": "Docker", "weight": "131"}, {"weight": "128", "name": "Italian Sentence Structure", "record_id": "954"}, {"record_id": "1049", "weight": "126", "name": "Business Statistics Skills"}, {"name": "Paypal Integration for Web Skills", "weight": "125", "record_id": "859"}, {"record_id": "732", "name": "Spanish Sentence Structure", "weight": "124"}, {"record_id": "1145", "weight": "120", "name": "Microsoft Office 2016 Skills"}, {"record_id": "606", "weight": "115", "name": "Web Services"}, {"weight": "115", "name": "R Programming", "record_id": "1088"}, {"weight": "115", "name": "Networking XP", "record_id": "544"}, {"name": "Total Quality Management Certification", "weight": "113", "record_id": "705"}, {"weight": "112", "name": "Business Writing Skills Test (UK Version)", "record_id": "897"}, {"weight": "110", "name": "Academic Writing & Research", "record_id": "1097"}, {"record_id": "743", "weight": "105", "name": "Sarbanes Oxley Act"}, {"record_id": "1027", "name": "Mobile Game development using Android OS", "weight": "102"}, {"record_id": "948", "weight": "101", "name": "Six Sigma Green Belt Certification"}, {"name": "Venture Capital", "weight": "96", "record_id": "729"}, {"weight": "94", "name": "Investment and Financial Planning Skills", "record_id": "1025"}, {"record_id": "915", "weight": "94", "name": "Zoho Creator"}, {"weight": "92", "name": "Knowledge of ISO9001", "record_id": "747"}, {"record_id": "652", "name": "System Programming", "weight": "91"}, {"weight": "91", "name": "UK English Oxford Style Editing Skills Test (For Writing Professionals)", "record_id": "710"}, {"record_id": "849", "weight": "89", "name": "Microsoft Outlook 2010"}, {"name": "Electronic Design", "weight": "87", "record_id": "668"}, {"record_id": "815", "name": "Civil Engineering", "weight": "85"}, {"weight": "84", "name": "Options Trading", "record_id": "746"}, {"name": "Virtual Private Network", "weight": "84", "record_id": "642"}, {"record_id": "763", "weight": "78", "name": "RSS 2.0"}, {"record_id": "889", "weight": "76", "name": "German Grammar"}, {"name": "Adobe Flex 3.0", "weight": "67", "record_id": "764"}, {"record_id": "667", "weight": "66", "name": "Digital Signal Processing"}, {"name": "OpenGL Programming", "weight": "64", "record_id": "650"}, {"record_id": "603", "weight": "64", "name": "Six Sigma Black Belt Certification"}, {"weight": "55", "name": "Knowledge of Camtasia Skills", "record_id": "919"}, {"record_id": "806", "weight": "53", "name": "Structural Analysis"}, {"record_id": "779", "name": "Facebook Connect", "weight": "52"}, {"record_id": "1084", "name": "Game Development", "weight": "48"}, {"name": "Constant Contact Skills", "weight": "47", "record_id": "959"}, {"name": "Knowledge of ColdFusion 9 Skills", "weight": "46", "record_id": "922"}, {"record_id": "827", "name": "Google App Engine", "weight": "46"}, {"weight": "45", "name": "Adobe Flash Professional CS5.5", "record_id": "1060"}, {"weight": "42", "name": "Digital Imaging", "record_id": "666"}, {"record_id": "781", "name": "Compiler Design", "weight": "41"}, {"record_id": "1067", "name": "Instrumentation Engineering Skills", "weight": "39"}, {"weight": "39", "name": "German Sentence Structure", "record_id": "903"}, {"record_id": "791", "name": "Integrated Circuits", "weight": "38"}, {"record_id": "1147", "name": "Windows PowerShell 6 Skills", "weight": "38"}, {"weight": "35", "name": "Windows Networking Infrastructure", "record_id": "582"}, {"weight": "34", "name": "XML", "record_id": "1081"}, {"weight": "33", "name": "Dreamweaver CS6", "record_id": "1035"}, {"name": "Knowledge of Microsoft Silverlight Skills", "weight": "32", "record_id": "831"}, {"record_id": "1086", "weight": "32", "name": "Meteor"}, {"record_id": "938", "name": "Knowledge of SAP ABAP", "weight": "31"}, {"record_id": "904", "weight": "31", "name": "German Proofreading Skills"}, {"record_id": "786", "name": "Material Engineering", "weight": "31"}, {"weight": "30", "name": "Scala", "record_id": "1075"}, {"weight": "30", "name": "Embedded Systems", "record_id": "1083"}, {"weight": "28", "name": "Windows Server 2016 Skills", "record_id": "1141"}, {"weight": "26", "name": "J2ME", "record_id": "599"}, {"record_id": "660", "weight": "26", "name": "Facebook Open Platform Development"}, {"name": "Knowledge of Microsoft Office SharePoint Workspace 2010 Skills", "weight": "26", "record_id": "820"}, {"name": "Visual Studio", "weight": "25", "record_id": "579"}, {"weight": "25", "name": "Power Builder", "record_id": "558"}, {"record_id": "1090", "weight": "23", "name": "Backbone.js"}, {"record_id": "1050", "name": "Conversion Calculation", "weight": "22"}, {"record_id": "822", "weight": "21", "name": "Mobile Web Authoring"}, {"weight": "20", "name": "Checkpoint Security", "record_id": "640"}, {"weight": "20", "name": "Microsoft Outlook 2016 Skills", "record_id": "1148"}, {"record_id": "1150", "name": "Embedded C", "weight": "19"}, {"record_id": "835", "name": "Knowledge of Vectorworks 2010 Skills", "weight": "14"}, {"record_id": "1091", "name": "Augmented Reality", "weight": "13"}, {"name": "VLSI", "weight": "13", "record_id": "635"}, {"record_id": "581", "weight": "12", "name": "Windows Networking Design Infrastructure"}, {"weight": "9", "name": "AppSheet", "record_id": "1073"}, {"record_id": "1151", "name": "Nagios Skills", "weight": "7"}, {"record_id": "788", "name": "Operations Research", "weight": "7"}, {"weight": "6", "name": "SAP UI5 Skills", "record_id": "1149"}, {"name": "Wimax Technology", "weight": "3", "record_id": "713"}, {"record_id": "1146", "weight": "2", "name": "Perl 5.26"}, {"record_id": "887", "name": "SAP Netweaver Skills", "weight": "2"}, {"record_id": "651", "weight": "2", "name": "OpenSocial"}, {"weight": "2", "name": "Kernel Programming Test (Solaris 2.x internals)", "record_id": "697"}]}
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"status": {"type": "boolean"}, "data": {"type": "array", "items": {"type": "object", "properties": {"record_id": {"type": "string"}, "weight": {"type": "string"}, "name": {"type": "string"}}, "required": ["name", "record_id", "weight"]}}}, "required": ["data", "status"]}
7372049e-3695-464e-b268-207bff9e2c7b/f435ebab-d05f-44e9-8c19-881d4ea3b56a/0/0
Upwork API
null
8.2
Get skills
Returns a list of skills available in a freelancer's profile.
200
New Example
{"status": true, "data": ["Data Entry Tools", "Order Processing Tools", "Transcription Types", "Product Reviews Research", "Product Reviews Services", "Qualitative Research Services", "Qualitative Research Skills", "Qualitative Research Types", "Quantitative Research Services", "Quantitative Research Skills"]}
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"status": {"type": "boolean"}, "data": {"type": "array", "items": {"type": "string"}}}, "required": ["data", "status"]}
7372049e-3695-464e-b268-207bff9e2c7b/09bfbfca-f30a-43b9-9ea3-902158f3049a/0/0
Upwork API
null
8.2
Get categories
Returns a list of categories for a job/freelancer profile.
200
New Example
{"status": true, "data": [{"title": "Accounting & Consulting", "id": "531770282584862721", "topics": [{"title": "Accounting & Bookkeeping", "id": "531770282601639943"}, {"title": "Financial Planning", "id": "531770282601639945"}, {"title": "Management Consulting & Analysis", "id": "531770282601639944"}, {"title": "Other - Accounting & Consulting", "id": "531770282601639947"}, {"title": "Personal & Professional Coaching", "id": "1534904461833879552"}, {"title": "Recruiting & Human Resources", "id": "531770282601639946"}]}, {"title": "Admin Support", "id": "531770282580668416", "topics": [{"title": "Data Entry & Transcription Services", "id": "531770282584862724"}, {"title": "Market Research & Product Reviews", "id": "531770282584862726"}, {"title": "Project Management", "id": "531770282584862728"}, {"title": "Virtual Assistance", "id": "531770282584862725"}]}, {"title": "Customer Service", "id": "531770282580668417", "topics": [{"title": "Community Management & Tagging", "id": "1484275072572772352"}, {"title": "Customer Service & Tech Support", "id": "531770282584862730"}]}, {"title": "Data Science & Analytics", "id": "531770282580668420", "topics": [{"title": "AI & Machine Learning", "id": "531770282593251329"}, {"title": "Data Analysis & Testing", "id": "531770282593251330"}, {"title": "Data Design & Visualization", "id": "531770282589057039"}, {"title": "Data Extraction/ETL", "id": "531770282593251331"}, {"title": "Data Mining & Management", "id": "531770282589057038"}]}, {"title": "Design & Creative", "id": "531770282580668421", "topics": [{"title": "Art & Illustration", "id": "531770282593251335"}, {"title": "Audio & Music Production", "id": "531770282593251341"}, {"title": "Branding & Logo Design", "id": "1044578476142100480"}, {"title": "Graphic, Editorial & Presentation Design", "id": "531770282593251334"}, {"title": "NFT, AR/VR & Game Art", "id": "1356688560628174848"}, {"title": "Performing Arts", "id": "1356688565288046592"}, {"title": "Photography", "id": "531770282593251340"}, {"title": "Product Design", "id": "531770282601639953"}, {"title": "Video & Animation", "id": "1356688570056970240"}]}, {"title": "Engineering & Architecture", "id": "531770282584862722", "topics": [{"title": "3D Modeling & CAD", "id": "531770282601639948"}, {"title": "Building & Landscape Architecture", "id": "531770282601639949"}, {"title": "Chemical Engineering", "id": "531770282605834240"}, {"title": "Civil & Structural Engineering", "id": "531770282601639950"}, {"title": "Contract Manufacturing", "id": "531770282605834241"}, {"title": "Electrical & Electronic Engineering", "id": "531770282601639951"}, {"title": "Energy & Mechanical Engineering", "id": "531770282601639952"}, {"title": "Interior & Trade Show Design", "id": "531770282605834242"}, {"title": "Physical Sciences", "id": "1301900647896092672"}]}, {"title": "IT & Networking", "id": "531770282580668419", "topics": [{"title": "Database Management & Administration", "id": "531770282589057033"}, {"title": "DevOps & Solution Architecture", "id": "531770282589057037"}, {"title": "ERP/CRM Software", "id": "531770282589057034"}, {"title": "Information Security & Compliance", "id": "531770282589057036"}, {"title": "Network & System Administration", "id": "531770282589057035"}]}, {"title": "Legal", "id": "531770282584862723", "topics": [{"title": "Corporate & Contract Law", "id": "531770282605834246"}, {"title": "Finance & Tax Law", "id": "531770283696353280"}, {"title": "International & Immigration Law", "id": "1484275156546932736"}, {"title": "Public Law", "id": "1484275408410693632"}]}, {"title": "Sales & Marketing", "id": "531770282580668422", "topics": [{"title": "Digital Marketing", "id": "531770282597445636"}, {"title": "Lead Generation & Telemarketing", "id": "531770282597445634"}, {"title": "Marketing, PR & Brand Strategy", "id": "531770282593251343"}]}, {"title": "Translation", "id": "531770282584862720", "topics": [{"title": "Language Tutoring & Interpretation", "id": "1534904461842268160"}, {"title": "Translation & Localization Services", "id": "531770282601639939"}]}, {"title": "Web, Mobile & Software Dev", "id": "531770282580668418", "topics": [{"title": "Blockchain, NFT & Cryptocurrency", "id": "1517518458442309632"}, {"title": "Desktop Application Development", "id": "531770282589057025"}, {"title": "Ecommerce Development", "id": "531770282589057026"}, {"title": "Game Design & Development", "id": "531770282589057027"}, {"title": "Mobile Development", "id": "531770282589057024"}, {"title": "Other - Software Development", "id": "531770282589057032"}, {"title": "Product Management", "id": "531770282589057030"}, {"title": "QA Testing", "id": "531770282589057031"}, {"title": "Scripts & Utilities", "id": "531770282589057028"}, {"title": "Web & Mobile Design", "id": "531770282589057029"}, {"title": "Web Development", "id": "531770282584862733"}]}, {"title": "Writing", "id": "531770282580668423", "topics": [{"title": "Content Writing", "id": "1301900640421842944"}, {"title": "Editing & Proofreading Services", "id": "531770282597445644"}, {"title": "Professional & Business Writing", "id": "531770282597445646"}, {"title": "Sales & Marketing Copywriting", "id": "1534904462131675136"}]}]}
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"status": {"type": "boolean"}, "data": {"type": "array", "items": {"type": "object", "properties": {"title": {"type": "string"}, "id": {"type": "string"}, "topics": {"type": "array", "items": {"type": "object", "properties": {"title": {"type": "string"}, "id": {"type": "string"}}, "required": ["id", "title"]}}}, "required": ["id", "title", "topics"]}}}, "required": ["data", "status"]}
7372049e-3695-464e-b268-207bff9e2c7b/cf347974-1fbb-44f6-83b4-d3bbb65c58c6/0/0
Upwork API
null
8.2
Get freelancer profile information
This call returns an exhaustive list of attributes associated with the freelancer.
200
New Example
{"status": true, "data": {"dev_recno": "1025762048", "skills": {"skill": [{"skl_has_tests": "1", "skl_name": "angularjs", "skl_description": "AngularJS is an open-source web application framework, maintained by Google and community, that assists with creating single-page applications, one-page web applications that only require HTML, CSS, and JavaScript on the client side.", "skl_external_link": "https://en.wikipedia.org/wiki/AngularJS", "skl_rank": "10"}, {"skl_description": "The Apache HTTP Server is the world's most used web server software.", "skl_external_link": "https://en.wikipedia.org/wiki/Apache_HTTP_Server", "skl_name": "apache-http-server", "skl_rank": "13", "skl_has_tests": "0"}, {"skl_has_tests": "1", "skl_rank": "4", "skl_external_link": "https://en.wikipedia.org/wiki/Bootstrap_(front-end_framework)", "skl_description": "Bootstrap is a popular HTML, CSS, and JS framework for developing responsive, mobile first projects on the web.", "skl_name": "bootstrap"}, {"skl_rank": "7", "skl_name": "codeigniter", "skl_description": "CodeIgniter is an open source web application framework for use in building dynamic web sites with PHP.", "skl_external_link": "https://en.wikipedia.org/wiki/CodeIgniter", "skl_has_tests": "0"}, {"skl_has_tests": "1", "skl_rank": "12", "skl_name": "css", "skl_external_link": "https://en.wikipedia.org/wiki/Cascading_Style_Sheets", "skl_description": "Cascading Style Sheets (CSS) is a style sheet language used to describe the presentation (that is, the look and formatting) of a document written in a markup language."}, {"skl_has_tests": "1", "skl_name": "html", "skl_description": "HyperText Markup Language (HTML) is the main markup language for web pages. HTML elements are the basic building-blocks of webpages.", "skl_external_link": "https://en.wikipedia.org/wiki/HTML", "skl_rank": "8"}, {"skl_has_tests": "1", "skl_rank": "11", "skl_name": "javascript", "skl_external_link": "https://en.wikipedia.org/wiki/JavaScript", "skl_description": "JavaScript is a prototype-based scripting language that is dynamic, weakly typed and has first-class functions. It is a multi-paradigm language, supporting object-oriented, imperative, and functional programming styles."}, {"skl_has_tests": "1", "skl_rank": "1", "skl_name": "laravel-framework", "skl_description": "", "skl_external_link": "https://en.wikipedia.org/wiki/Laravel"}, {"skl_has_tests": "1", "skl_external_link": "https://en.wikipedia.org/wiki/MySQL", "skl_description": "MySQL is a relational database management system (RDBMS) that runs as a server providing multi-user access to a number of databases.", "skl_name": "mysql", "skl_rank": "3"}, {"skl_rank": "2", "skl_name": "php", "skl_external_link": "https://en.wikipedia.org/wiki/PHP", "skl_description": "PHP is a general-purpose server-side scripting language originally designed for web development to produce dynamic web pages.", "skl_has_tests": "1"}, {"skl_rank": "5", "skl_external_link": "https://en.wikipedia.org/wiki/PostgreSQL", "skl_description": "PostgreSQL, often simply Postgres, is an object-relational database management system (ORDBMS) available for many platforms including Linux, FreeBSD, Solaris, Microsoft Windows and Mac OS X.", "skl_name": "postgresql", "skl_has_tests": "1"}, {"skl_name": "react-js", "skl_description": "React is an open-source JavaScript library for creating user interfaces that aims to address challenges encountered in developing single-page applications.", "skl_external_link": "https://en.wikipedia.org/wiki/React_(JavaScript_library)", "skl_rank": "6", "skl_has_tests": "1"}, {"skl_has_tests": "0", "skl_rank": "9", "skl_external_link": "https://en.wikipedia.org/wiki/Symfony", "skl_description": "Symfony is a web application framework written in PHP which follows the model-view-controller (MVC) paradigm. Released under the MIT license, Symfony is free software. The symfony-project.com website launched on October 18, 2005.", "skl_name": "symfony"}, {"skl_description": "Vue.js is a library for building interactive web interfaces. The goal of Vue.js is to provide the benefits of reactive data binding and composable view components with an API that is as simple as possible.", "skl_external_link": "https://en.wikipedia.org/wiki/Vue.js", "skl_name": "vue.js", "skl_rank": "14", "skl_has_tests": "0"}, {"skl_has_tests": "1", "skl_rank": "15", "skl_name": "wordpress", "skl_external_link": "https://en.wikipedia.org/wiki/WordPress", "skl_description": "WordPress is a free and open source blogging tool and content management system (CMS) powered by PHP and MySQL. It has many features including a plug-in architecture and a template system."}]}, "dev_recno_ciphertext": "~010e8757b6ebca16e2", "dev_adj_score": "5", "dev_country": "United States", "portfolio_items_v2": {"portfolio_items_v": [{"pi_title": "Health and Wellness - PHP/Laravel, JavaScript, Vue.js, Map, Calendar", "pi_large_thumbnail": "/att/download/portfolio/persons/uid/1610449804697849856/profile/projects/files/6f30785c-e17a-4bc0-aeda-1728ec7cb568", "pi_image": "/att/download/portfolio/persons/uid/1610449804697849856/profile/projects/files/6f30785c-e17a-4bc0-aeda-1728ec7cb568", "pi_recno": "1619779867493191680"}, {"pi_image": "/att/download/portfolio/persons/uid/1610449804697849856/profile/projects/files/cfb6eea0-17cc-4260-96d3-fda100497b1a", "pi_large_thumbnail": "/att/download/portfolio/persons/uid/1610449804697849856/profile/projects/files/cfb6eea0-17cc-4260-96d3-fda100497b1a", "pi_title": "Investment Firm - PHP/Laravel, JavaScript/Vue, AWS, MySQL", "pi_recno": "1619024272331829248"}]}, "dev_last_worked": "February 28, 2023", "dev_portrait_100": "https://www.upwork.com/profile-portraits/c167WLy4OdWcAUg5_NT4S8GoqiOJ9guvxiVFPO2wr47uu4LST_kITG4PerwkISP0IP", "experiences": {"experience": [{"exp_company": "Palmetto", "exp_from": "07/2020", "exp_comment": "- Senior Full-stack Developer working on an enterprise level logistics platform for Palmetto. \n- Worked with PHP/Laravel, JavaScript, React, Vue, Node, Mongo, Postgres, and a multitude of other modern software to create code in a fast paced, highly creative work environment.\n- Engineered and reverse-engineered code written in a custom PHP framework to then architect and migrate into a Laravel Framework.", "exp_to": "10/2022", "exp_title_raw": "Senior Software Engineer"}, {"exp_company": "Facebook", "exp_from": "03/2017", "exp_to": "06/2020", "exp_title_raw": "Senior Software Engineer", "exp_comment": "- Responsible over multiple facets of the platform such as the authentication of products, Laravel core features, and payment processes.\n- Rebuilt views utilizing the front end framework Vue.js.\n- Worked closely with various in-house departments to develop suite of web tools for internal use.\n- Built reusable code while closely adhering to SOLID coding principles."}, {"exp_title_raw": "Web Developer", "exp_to": "05/2017", "exp_comment": "- Responsible for maintaining, updating, refactoring the Admin, DevTools, and Testing areas of the platform.\n- Created and migrated admin tool using MVC approach with Laravel.\n- Using MAMP stack, created Developer Tools for the company to help facilitate users to generate reports.\n- Learned PHPUnit, Selenium, and Codeception to perform unit, functional, and acceptance testing for platform. \n- Installed testing environment in platform that was originally not utilizing TDD. ", "exp_company": "Friendemic", "exp_from": "12/2015"}, {"exp_comment": "- Responsible for both back-end programming in PHP and front-end functionality using Javascript, Ajax, Jquery libraries, and other technologies. \n- Designed databases, structures for various web sites and write complex SQL queries.\n", "exp_to": "12/2015", "exp_title_raw": "PHP Developer", "exp_company": "Formstack", "exp_from": "03/2013"}]}, "dev_portrait_32": "https://www.upwork.com/profile-portraits/c167WLy4OdWcAUg5_NT4S8GoqiOJ9guvxiVFPO2wr47ut6t6WCK5PjfJ-satrhWBLx", "dev_billed_assignments": "1", "dev_blurb": "As a highly experienced full-stack web developer with over 10 years in the industry, I bring a wealth of knowledge and expertise to every project. I specialize in utilizing the LAMP stack and OOP concepts, with a focus on the Laravel framework. My proficiency in Laravel and other MVC frameworks, such as Symfony, CodeIgniter, and Yii, allows me to deliver robust, scalable solutions that meet the unique needs of each business.\n\nI have completed over 50 successful projects, utilizing technologies such as PHP/Laravel. My extensive experience in web standards front-end development, including semantic HTML5, CSS3, JavaScript, and AJAX, as well as frameworks such as Vue.js, Nuxt, and React(with Redux, Saga) allows me to deliver visually stunning and intuitive solutions that are optimized for cross-browser compatibility.\n\nWith a proven track record of successfully completing over 50 projects, I am confident in my ability to understand your business needs and problems, and deliver effective solutions in a timely manner. I am dedicated to staying up to date with the latest technologies and best practices to ensure that my clients receive the highest level of service. \n\nThank you for considering my profile, and I look forward to the opportunity to work with you.", "dev_portfolio_items_count": "0", "dev_job_categories_v2": {"dev_job_categories_v": {"groups": {"group": {"uid": "531770282580668418", "name": "Web, Mobile & Software Dev"}}, "name": "Web Development"}}, "dev_ui_profile_access": "Public", "dev_portfolio_items_v2_count": "2", "dev_short_name": "Nick A.", "dev_last_worked_ts": "1677542400000", "dev_profile_title": "Senior Software Engineer | PHP/Laravel, Vue, React, WordPress", "dev_is_affiliated": "0", "dev_last_activity": "March 1, 2023", "dev_total_hours": "9", "dev_portrait_50": "https://www.upwork.com/profile-portraits/c167WLy4OdWcAUg5_NT4S8GoqiOJ9guvxiVFPO2wr47ut99ikQlaBNZG_p_aiJpMO9", "dev_timezone": "UTC-05:00 Eastern Time (US & Canada)", "dev_ac_agencies": "", "dev_portrait": "https://www.upwork.com/profile-portraits/c167WLy4OdWcAUg5_NT4S8GoqiOJ9guvxiVFPO2wr47uvoyhlVf5_QNOgzNQCkdI2d", "education": {"institution": {"ed_school": "University of Akron", "ed_degree": "Bachelor of Science (BS)", "ed_area": "Computer science", "ed_to": "Present", "ed_from": "", "ed_comment": ""}}, "dev_eng_skill": "", "dev_city": "Marion", "dev_tot_feedback": "1", "dev_adj_score_recent": "5", "ciphertext": "~010e8757b6ebca16e2", "dev_bill_rate": "70.00", "talent_badge": "Rising Talent", "dev_first_name": "Nick", "dev_last_name": " A.", "assignments": {"hr": {"job": [{"as_total_hours": "0.00", "as_opening_title": "Build a website with live charts, payment options, customer review area ", "as_agency_name": "", "as_total_charge": "0", "as_rate": "$60.00", "as_to_full": "Present", "as_job_type": "Hourly", "as_to": "Present", "as_ciphertext_opening_recno": "~01b93cebf63b943127", "as_financial_privacy": "0", "as_total_hours_precise": "5", "as_from_full": "02/28/2023"}, {"as_rate": "$72.00", "as_total_charge": "302.4", "as_agency_name": "", "as_total_hours": "4.00", "as_opening_title": "PHP/Laravel Developer", "as_from_full": "02/06/2023", "as_total_hours_precise": "4", "as_ciphertext_opening_recno": "~01606400c69dd988f3", "as_financial_privacy": "0", "as_job_type": "Hourly", "as_to": "02/2023", "feedback": {"scores": {"score": [{"score": "5", "description": "competency and skills for the job, understanding of specifications/instructions", "label": "Skills"}, {"description": "quality of work deliverables", "score": "5", "label": "Quality"}, {"label": "Availability", "description": "online presence on a consistent schedule", "score": "5"}, {"label": "Deadlines", "description": "ability to complete tasks on time", "score": "5"}, {"score": "5", "description": "communication skills, frequent progress updates, responsiveness", "label": "Communication"}, {"description": "cooperation and flexibility, suggestions for improvement", "score": "5", "label": "Cooperation"}]}, "score": "5.00", "comment": "Nick is an exceptionally professional, highly skilled person with a detailed dedication to whatever he sets out to do. I strongly recommend him for any PHP full stack projects you may have."}, "as_to_full": "02/18/2023"}]}, "fp": ""}, "permalink": "", "tsexams": "", "portfolio_items": ""}}
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"status": {"type": "boolean"}, "data": {"type": "object", "properties": {"dev_recno": {"type": "string"}, "skills": {"type": "object", "properties": {"skill": {"type": "array", "items": {"type": "object", "properties": {"skl_has_tests": {"type": "string"}, "skl_name": {"type": "string"}, "skl_description": {"type": "string"}, "skl_external_link": {"type": "string"}, "skl_rank": {"type": "string"}}, "required": ["skl_description", "skl_external_link", "skl_has_tests", "skl_name", "skl_rank"]}}}, "required": ["skill"]}, "dev_recno_ciphertext": {"type": "string"}, "dev_adj_score": {"type": "string"}, "dev_country": {"type": "string"}, "portfolio_items_v2": {"type": "object", "properties": {"portfolio_items_v": {"type": "array", "items": {"type": "object", "properties": {"pi_title": {"type": "string"}, "pi_large_thumbnail": {"type": "string"}, "pi_image": {"type": "string"}, "pi_recno": {"type": "string"}}, "required": ["pi_image", "pi_large_thumbnail", "pi_recno", "pi_title"]}}}, "required": ["portfolio_items_v"]}, "dev_last_worked": {"type": "string"}, "dev_portrait_100": {"type": "string"}, "experiences": {"type": "object", "properties": {"experience": {"type": "array", "items": {"type": "object", "properties": {"exp_company": {"type": "string"}, "exp_from": {"type": "string"}, "exp_comment": {"type": "string"}, "exp_to": {"type": "string"}, "exp_title_raw": {"type": "string"}}, "required": ["exp_comment", "exp_company", "exp_from", "exp_title_raw", "exp_to"]}}}, "required": ["experience"]}, "dev_portrait_32": {"type": "string"}, "dev_billed_assignments": {"type": "string"}, "dev_blurb": {"type": "string"}, "dev_portfolio_items_count": {"type": "string"}, "dev_job_categories_v2": {"type": "object", "properties": {"dev_job_categories_v": {"type": "object", "properties": {"groups": {"type": "object", "properties": {"group": {"type": "object", "properties": {"uid": {"type": "string"}, "name": {"type": "string"}}, "required": ["name", "uid"]}}, "required": ["group"]}, "name": {"type": "string"}}, "required": ["groups", "name"]}}, "required": ["dev_job_categories_v"]}, "dev_ui_profile_access": {"type": "string"}, "dev_portfolio_items_v2_count": {"type": "string"}, "dev_short_name": {"type": "string"}, "dev_last_worked_ts": {"type": "string"}, "dev_profile_title": {"type": "string"}, "dev_is_affiliated": {"type": "string"}, "dev_last_activity": {"type": "string"}, "dev_total_hours": {"type": "string"}, "dev_portrait_50": {"type": "string"}, "dev_timezone": {"type": "string"}, "dev_ac_agencies": {"type": "string"}, "dev_portrait": {"type": "string"}, "education": {"type": "object", "properties": {"institution": {"type": "object", "properties": {"ed_school": {"type": "string"}, "ed_degree": {"type": "string"}, "ed_area": {"type": "string"}, "ed_to": {"type": "string"}, "ed_from": {"type": "string"}, "ed_comment": {"type": "string"}}, "required": ["ed_area", "ed_comment", "ed_degree", "ed_from", "ed_school", "ed_to"]}}, "required": ["institution"]}, "dev_eng_skill": {"type": "string"}, "dev_city": {"type": "string"}, "dev_tot_feedback": {"type": "string"}, "dev_adj_score_recent": {"type": "string"}, "ciphertext": {"type": "string"}, "dev_bill_rate": {"type": "string"}, "talent_badge": {"type": "string"}, "dev_first_name": {"type": "string"}, "dev_last_name": {"type": "string"}, "assignments": {"type": "object", "properties": {"hr": {"type": "object", "properties": {"job": {"type": "array", "items": {"type": "object", "properties": {"as_total_hours": {"type": "string"}, "as_opening_title": {"type": "string"}, "as_agency_name": {"type": "string"}, "as_total_charge": {"type": "string"}, "as_rate": {"type": "string"}, "as_to_full": {"type": "string"}, "as_job_type": {"type": "string"}, "as_to": {"type": "string"}, "as_ciphertext_opening_recno": {"type": "string"}, "as_financial_privacy": {"type": "string"}, "as_total_hours_precise": {"type": "string"}, "as_from_full": {"type": "string"}, "feedback": {"type": "object", "properties": {"scores": {"type": "object", "properties": {"score": {"type": "array", "items": {"type": "object", "properties": {"score": {"type": "string"}, "description": {"type": "string"}, "label": {"type": "string"}}, "required": ["description", "label", "score"]}}}, "required": ["score"]}, "score": {"type": "string"}, "comment": {"type": "string"}}, "required": ["comment", "score", "scores"]}}, "required": ["as_agency_name", "as_ciphertext_opening_recno", "as_financial_privacy", "as_from_full", "as_job_type", "as_opening_title", "as_rate", "as_to", "as_to_full", "as_total_charge", "as_total_hours", "as_total_hours_precise"]}}}, "required": ["job"]}, "fp": {"type": "string"}}, "required": ["fp", "hr"]}, "permalink": {"type": "string"}, "tsexams": {"type": "string"}, "portfolio_items": {"type": "string"}}, "required": ["assignments", "ciphertext", "dev_ac_agencies", "dev_adj_score", "dev_adj_score_recent", "dev_bill_rate", "dev_billed_assignments", "dev_blurb", "dev_city", "dev_country", "dev_eng_skill", "dev_first_name", "dev_is_affiliated", "dev_job_categories_v2", "dev_last_activity", "dev_last_name", "dev_last_worked", "dev_last_worked_ts", "dev_portfolio_items_count", "dev_portfolio_items_v2_count", "dev_portrait", "dev_portrait_100", "dev_portrait_32", "dev_portrait_50", "dev_profile_title", "dev_recno", "dev_recno_ciphertext", "dev_short_name", "dev_timezone", "dev_tot_feedback", "dev_total_hours", "dev_ui_profile_access", "education", "experiences", "permalink", "portfolio_items", "portfolio_items_v2", "skills", "talent_badge", "tsexams"]}}, "required": ["data", "status"]}
7372049e-3695-464e-b268-207bff9e2c7b/2a2fb828-266d-40de-8796-a23a3de229b2/0/0
Upwork API
null
8.2
Search freelancers
Returns the list of the objects with information about each freelancer who matches the requested query and parameters. At least one of the q, title, skill parameters should be specified. Use 'offset' and 'count' parameters for pagination. 'rate' parameter a number or range used to filter the search by freelancer's profile rate. Single values such as 20 or 20,30 (comma-separated values result in OR queries) and ranges such as [20 TO 40] are valid.
200
New Example
{"status": true, "data": {"freelancersData": [{"title": "Full Stack Developer | Angular | Vue.JS | SASS| ReactJS| Laravel |PHP|", "description": "I am a Full-Stack developer with over 8 years of experience in both front-end and back-end development. I developed many websites, web apps, including SaaS applications, integrated many API payment system.\nClient side - Angular, Vue.js PSD to HTML, CSS,SASS, Handlebars, ReactJS, Typescript.\nServer side - Laravel, PHP, Node.js, MySQL, mongodb.\nI am also advanced UI/UX Designer.I will provide reliable, clean coded, cutting-edge product for you. I delivered designs for websites, web applications, and mobile apps, I always maintaining the highest quality and meeting the latest design trends for web & mobile platforms. \n\n\nMY SKILLS: ------------------------------------------------------------------------------------------------\n\n\u2b50 Main focus on: HTML5, XHTML, CSS2, CSS3, SASS / LESS / Compass / Grunt, Zurb Foundation, Wordpress Theming. \n\u2b50 Frameworks: Bootstrap, jQuery, jQuery UI, jQuery Mobile, YUI, Alloy UI. \n\u2b50 MVC Frameworks: Backbone.js, AngularJS, Ember.js, IONIC.\n\u2b50 Back-end: Laravel, PHP, Node.js.\n\u2b50 CMS: WordPress, Joomla. \n\u2b50 Design Tools - Adobe Photoshop, Sketch 3.0, Adobe Fireworks, Adobe illustrator\n\u2b50 Source Code Control: Git, Subversion. \n\u2b50 Task Management Systems: Asana, Jira. \n\u2b50 Teamwork systems: Scrum, Agile. \n\u2b50 Databases: MySQL 5, NoSQL(MongoDB).\n\u2b50 Prototyping Tools: InvisionApp, Axure, Marvel, Balsamiq, JustInMind, Webflow, Proto.io\n\n\nUI/UX DESIGN EXPERTISE:\n-------------------------------------------------------------------------------------------------------------- \n\n\u21f0 Clean, beautiful, modern & professional Website, Template, Theme design \n\u21f0 Both native & cross-platform Mobile UI/UX design (iOS, Android, Windows) \n\u21f0 Web UI/UX design (web applications, dashboards, admin panels) \n\u21f0 Responsive layout design for Websites, Templates, Web Applications \n\u21f0 Strictly maintaining design standards of various platforms, like \"Human Interface Guidelines\" for iOS or \"Material Design\" for web & native Android design UI/UX \n\n\nFRONT END DEVELOPMENT EXPERTISE: \n-------------------------------------------------------------------------------------------------------------- \n\n\u2b25 Pixel perfect website creation out of design files (responsive) \n\u2b25 Front End development of advanced web applications, dashboards \n\u2b25 Front End development of cross-platform mobile apps \n\n\nWIREFRAMING/PROTOTYPING EXPERTISE \n--------------------------------------------------------------------------------------------------------------\n\n\u27a4 Static wireframing for both web & mobile UI/UX \n\u27a4 Interactive, clickable, web-based prototyping for both web & mobile UI/UX \n\n\n\u21e9\u21e9\u21e9 My portfolio speaks for me. So please check my \"Portfolio\" section \u21e9\u21e9\u21e9", "skills": ["html5", "css3", "bootstrap", "ionic-framework", "website-development", "laravel-framework", "angular", "mobile-app-development", "crm-software", "vue.js", "software-development", "frontend-development", "typescript", "ecommerce-consulting", "erp-software"], "groups": null, "name": "Muzammil Y.", "id": "~01de858abc59c3286a", "feedback": 4.90727115, "portfolio_items_count": 27, "portrait_50": "https://www.upwork.com/profile-portraits/c1u3G7ui2M06Rd-2QeBMAqCaBHLguVE76GMMHwvmXTQafMPOfpssxF-K4o5Vbq0Ve3", "last_activity": "2023-02-23T00:00:00.000Z", "categories2": null, "member_since": "September 09, 2015", "rate": 30, "country": "Pakistan", "profile_type": "Independent"}, {"title": "Full Stack Web Developer | Laravel | Vuejs | Automation Expert", "description": "I am a highly experienced web software developer with over 10 years of industry experience. My expertise lies in PHP web development, specifically using the Laravel framework. I also have strong knowledge and experience in JavaScript frameworks such as Vue.js and React.js. I have a proven track record of delivering high-quality and efficient solutions for a wide range of projects. I am a dedicated and reliable developer who is committed to delivering results on time and to the highest standards.", "skills": ["mysql", "bootstrap", "opencart", "react-js", "codeigniter", "vue.js", "laravel-framework", "php", "twilio", "website-optimization", "twilio-api", "zapier"], "groups": null, "name": "Aaqib J.", "id": "~01145e26eecb6ec711", "feedback": 4.982573153, "portfolio_items_count": 10, "portrait_50": "https://www.upwork.com/profile-portraits/c1_Rxjzub7_VXW4rHUWtvmQNGwrPS9D5aglqF8GV6fjU0AFXpsfgo6clmYkfvtoj6q", "last_activity": "2023-02-28T00:00:00.000Z", "categories2": null, "member_since": "February 01, 2016", "rate": 22, "country": "Pakistan", "profile_type": "Independent"}, {"title": "Senior Full-Stack Developer", "description": "Senior Full-Stack Software Engineer \n5+ years of commercial experience within Fintech, HR, Healthcare and Ecommerce domains \n\nTechnology stack\nBack-End: PHP, Laravel, Symfony, Yii, Yii2\nFront-End: React.js, Vue.js, Tailwind\nServer: AWS, Google Cloud, Kubernetes, Docker\n\nLet's chat about your idea and goals!", "skills": ["object-oriented-php", "yii2", "api", "javascript", "yii-framework", "laravel-framework", "php", "vue.js", "css", "bootstrap", "html"], "groups": null, "name": "Evgeny S.", "id": "~0133ee566369132937", "feedback": 5, "portfolio_items_count": 10, "portrait_50": "https://www.upwork.com/profile-portraits/c1Q1AusGfO8HSzJmnb4L5fIod6egBJI2I7ujTQPV5gFeiryaguWMxMm5HL-Q8PoA2Z", "last_activity": "2023-02-28T00:00:00.000Z", "categories2": null, "member_since": "September 17, 2018", "rate": 40, "country": "Poland", "profile_type": "Agency"}, {"title": "Sr Full Stack Developer (Nodejs, Reactjs, Flutter & AWS)", "description": "\ud83c\udfc5 Top Rated Developer.\n\ud83d\udcaf 92% Job Success Rate. (as I am a Human\ud83d\ude00)\n\ud83d\udc68\u200d\ud83d\udcbb 7+ Years of Experience.\n\nI have been providing services as a Senior Full-Stack Mobile and Web Developer for the last 7 years. I have built many complex Mobile Applications and Web Applications and successfully deployed them to production using various frameworks such as NodeJs, ReactJs, Flutter, Laravel, and WordPress. I cover all your technical needs, from Requirement to Technical Design, from Design to Development, and from Development to Deployment.\n\n\u2705 Flutter Mobile Development - MVVM, Getx(Cross Platform Development) (5 years)\n\u2705 Reactjs, Nextjs, Vuejs, TypeScript, Microservices, Redux, Material UI (6 years)\n\u2705 ChatGPT, OpenAi (1 year)\n\u2705 Sockets, Hipaa compliance, Strip, Paypal and AWS (lambda, Dynamodb, amplify etc)\n\u2705 Laravel, Livewire, Laravel Dusk, RestApis (6 years)\n\u2705 Databases: MongoDB, MYSQL, SQL Server, PostgreSQL, GraphQL, and Redis Firebase (7 years)\n\u2705 JIRA, Agile, SCRUM, Docker, CI/CD Pipelines (6 years)\n\nIf you're looking for a highly skilled and reliable full stack developer, I am the right fit for you. I am confident that my experience and skills will bring value to you. \nLet's work together to build something great.", "skills": ["stripe", "vue.js", "next.js", "graphql", "aws-application", "flutter", "react-js", "uiux", "node.js", "wordpress", "web-mobile-design-consultation", "app-development", "software-development", "aws-lambda"], "groups": null, "name": "Syed A.", "id": "~015d6069f19f07cd32", "feedback": 4.964483034, "portfolio_items_count": 21, "portrait_50": "https://www.upwork.com/profile-portraits/c1m9Ze_QZ8fSZyIUqzCyOXykXWVeHqp_2hmyuPftFy1y3yTuphSh4lViKt_LeIWuNV", "last_activity": "2023-01-30T00:00:00.000Z", "categories2": null, "member_since": "November 17, 2018", "rate": 35, "country": "Pakistan", "profile_type": "Agency"}, {"title": "Full Stack Developer | PHP | LARAVEL | VUE JS | React JS", "description": "\u2b50\u2b50\u2b50\u2b50\u2b50 --- Top Rated by Upwork ---\u2b50\u2b50\u2b50\u2b50\u2b50\n\u2714 Full-Time Freelancer(40h/Week) with 5+ years of rich web development experience in Laravel\n\u2714 9 Jobs with 100% Job Success\n\u2714 Full Stack Developer with track record of developing and maintaining large-scale software projects\n\n\n***I specialize in larger web applications and software, as well as larger website builds***\n\nI am a Senior Full Stack Developer who has been developing web applications for almost 5 years, across virtually every industry. I freelance full-time and am always available during normal business hours.\n\nWhether you are starting a new project from the ground up or need development on an existing product, I can work on every aspect of your project (from front-end design to back-end integration), or just certain parts, based on your specific needs.\n\nMy main goals when working with you are simple:\n\n- Clear and consistent communication. I make myself available to provide status updates, answer and ask questions, and discuss the project. Openness, trust, and friendliness have been the keys to success in my work.\n\n- Complete satisfaction with the end result. I treat each project as unique and with its own set of needs. I will work with you along every step of the way to ensure that there are no surprises and only satisfaction.\n\nI am an expert in the following development technologies:\n\n- Full Stack Developement, Laravel 4.x up to 9.x, Inertia.js,\n- Vue.js 2x, 3x, React.js, jQuery, Javascript\n- API development and Integration.\n- MySQL, Mongo DB, Maria DB\n- Bootstrap / Tailwind CSS / SemanticUI / Foundation frontend frameworks\n- PSD/Figma to HTML/CSS/ Bootstrap\n- Responsive web design.\n- Responsive Web Design, SEO, Page Speed Optimization\n- Git (Github, Bitbucket, Gitlab)\n\n\nI mark myself as an expert level developer in Laravel and VueJS | ReactJS as I have been constantly using these technologies for the past 4 years, building complex Single-page Applications for clients.\n\nI'd be glad to improve customers' business by providing top-quality development services.\nCustomer satisfaction is my priority, and my work proves it with the client's positive feedback on my profile.\n\nKind Regards,\nSyed Rizwan.", "skills": ["web-services", "api", "full-stack-development", "mysql", "html", "vue.js", "api-integration", "laravel-framework", "bootstrap", "web-programming", "website-development", "css", "javascript", "php", "react-js"], "groups": null, "name": "Syed Rizwan A.", "id": "~016507044c7a60eee5", "feedback": 5, "portfolio_items_count": 4, "portrait_50": "https://www.upwork.com/profile-portraits/c1AKyQzrzF8yHwGsDQ3KDTAtACkiPv55L4_RdLBtBkH7o9YfgXMtsq5EYZ85CJZWMt", "last_activity": "2023-03-01T00:00:00.000Z", "categories2": null, "member_since": "January 15, 2019", "rate": 20, "country": "Pakistan", "profile_type": "Independent"}], "paging": {"total": 8033, "offset": 0, "count": 5}}}
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"status": {"type": "boolean"}, "data": {"type": "object", "properties": {"freelancersData": {"type": "array", "items": {"type": "object", "properties": {"title": {"type": "string"}, "description": {"type": "string"}, "skills": {"type": "array", "items": {"type": "string"}}, "groups": {"type": "null"}, "name": {"type": "string"}, "id": {"type": "string"}, "feedback": {"type": "number"}, "portfolio_items_count": {"type": "integer"}, "portrait_50": {"type": "string"}, "last_activity": {"type": "string"}, "categories2": {"type": "null"}, "member_since": {"type": "string"}, "rate": {"type": "integer"}, "country": {"type": "string"}, "profile_type": {"type": "string"}}, "required": ["categories2", "country", "description", "feedback", "groups", "id", "last_activity", "member_since", "name", "portfolio_items_count", "portrait_50", "profile_type", "rate", "skills", "title"]}}, "paging": {"type": "object", "properties": {"total": {"type": "integer"}, "offset": {"type": "integer"}, "count": {"type": "integer"}}, "required": ["count", "offset", "total"]}}, "required": ["freelancersData", "paging"]}}, "required": ["data", "status"]}
7372049e-3695-464e-b268-207bff9e2c7b/82ecfbc3-934e-4b9d-b13f-27b5d531f781/0/0
Upwork API
null
8.2
Get specific job
This call returns the complete job object by job id.
200
New Example
{"status": true, "data": {"ciphertext": "~0104e35513dd52ef73", "buyer": {"op_tot_jobs_open": "1", "op_tot_jobs_filled": "0", "op_country": "Germany", "op_adjusted_score": "0", "op_tot_jobs_posted": "0", "op_timezone": "Europe/Berlin", "op_city": "", "op_state": "", "op_tot_asgs": "0", "op_contract_date": "March 2, 2023", "op_tot_fp_asgs": "0", "op_tot_hours": "0", "op_tot_charge": "0"}, "assignments": "", "op_cny_upm_verified": "1", "ui_opening_status": "Active", "op_pref_english_skill": "0", "job_category_level_one": "Web & Mobile Design", "job_category_level_two": "Web, Mobile & Software Dev", "op_job_category_v2": {"op_job_category_v": {"name": "Web & Mobile Design", "groups": {"group": {"name": "Web, Mobile & Software Dev", "uid": "531770282580668418"}}}}, "op_is_cover_letter_required": "1", "job_type": "Hourly", "op_description": "Hello Everyone,\n\nI am Annika, a freelancer from Worpswede, Germany. I am fairly new to Wordpress and currently stuck on a nonliability disclaimer banner I need to create. It should look like the first banner on this page https://gane.de/. So a checkbox that needs to be checked in order to make the \"accept\" button aktive.\n\nI downloaded the plugin \"PopUp Maker\" and made a banner that is fine (sceenshot in attachment) but I don't know how to make the checkbox and button interact with each other. I also would like some adjustments for the banner for mobile so it is not so large. There is an option to buy a plugin extensions from \"PopUp Maker\". Maybe there is no way around it and I need to buy the \"Forced Interaction\" extension or the \"Terms & Conditions Popups\"? I just don't know which one applies in my case.\n\nAlso here is the bypasslink to the website I am working on: http://rezoom.de/?cmp_bypass=bd8a36fdeba75c9daf4a185a19bf7b87\n\nI also have another question for the \"Cookie-Richtlinie\" Page (in the Footer). I would like the header to be like all the others but I can not make it work. I used the Plugin \"Complianz\" to make that legal document so it generated by itself. Maybe someone can help me with that as well? For the Design I used the template \"Astra-Nature\"- paid version. I am editing pages content with Elementor.\n\nI would be so so grateful for your help & advice and I would, of course, pay you! Maybe we can say 50 Euro if you can help me with both, the banner issue and the header issue? Thanks in advance for your time and help! If this cooperation works out great, I would love to contact you for future questions and small problems, I need help with.\n\nBest regards,\nAnnika", "op_pref_location": "", "amount": "0.00", "op_title": "Help Please | Wordpress PopUp Banner with forced interaction & template header on legal document", "op_ctime": "2023-03-02T10:04:57.405Z", "op_pref_hourly_rate_min": "", "op_pref_hourly_rate_max": "", "op_contractor_tier": "1", "op_pref_has_portfolio": "0", "op_pref_fb_score": "0", "op_pref_odesk_hours": "0", "op_tot_intv": "1", "op_tot_cand": "11", "engagement_weeks": "3", "op_engagement": "Less than 1 month", "op_tot_feedback": "0", "op_low_hourly_rate_all": "", "op_high_hourly_rate_all": "", "op_pref_group_id": "", "op_pref_group_logo": "", "op_pref_group_name": "", "op_required_skills": {"op_required_skill": [{"skill": "python"}, {"skill": "codeigniter"}, {"skill": "php"}, {"skill": "django-framework"}, {"skill": "shopify"}, {"skill": "responsive-design"}, {"skill": "laravel-framework"}, {"skill": "woocommerce"}, {"skill": "psd-to-wordpress"}, {"skill": "angular"}, {"skill": "react-js"}, {"skill": "android"}, {"skill": "nodejs-framework"}, {"skill": "wordpress"}, {"skill": "wordpress-plugin"}, {"skill": "ios"}, {"skill": "flutter"}]}, "op_other_jobs": "", "op_attached_doc": {"op_attached_do": {"uid": "dabb6811-abee-4461-8f45-624eb1d774d2", "file_name": "Screenshot 2023-03-02 at 10.28.59.png"}}, "op_additional_questions": "", "candidates": ""}}
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"status": {"type": "boolean"}, "data": {"type": "object", "properties": {"ciphertext": {"type": "string"}, "buyer": {"type": "object", "properties": {"op_tot_jobs_open": {"type": "string"}, "op_tot_jobs_filled": {"type": "string"}, "op_country": {"type": "string"}, "op_adjusted_score": {"type": "string"}, "op_tot_jobs_posted": {"type": "string"}, "op_timezone": {"type": "string"}, "op_city": {"type": "string"}, "op_state": {"type": "string"}, "op_tot_asgs": {"type": "string"}, "op_contract_date": {"type": "string"}, "op_tot_fp_asgs": {"type": "string"}, "op_tot_hours": {"type": "string"}, "op_tot_charge": {"type": "string"}}, "required": ["op_adjusted_score", "op_city", "op_contract_date", "op_country", "op_state", "op_timezone", "op_tot_asgs", "op_tot_charge", "op_tot_fp_asgs", "op_tot_hours", "op_tot_jobs_filled", "op_tot_jobs_open", "op_tot_jobs_posted"]}, "assignments": {"type": "string"}, "op_cny_upm_verified": {"type": "string"}, "ui_opening_status": {"type": "string"}, "op_pref_english_skill": {"type": "string"}, "job_category_level_one": {"type": "string"}, "job_category_level_two": {"type": "string"}, "op_job_category_v2": {"type": "object", "properties": {"op_job_category_v": {"type": "object", "properties": {"name": {"type": "string"}, "groups": {"type": "object", "properties": {"group": {"type": "object", "properties": {"name": {"type": "string"}, "uid": {"type": "string"}}, "required": ["name", "uid"]}}, "required": ["group"]}}, "required": ["groups", "name"]}}, "required": ["op_job_category_v"]}, "op_is_cover_letter_required": {"type": "string"}, "job_type": {"type": "string"}, "op_description": {"type": "string"}, "op_pref_location": {"type": "string"}, "amount": {"type": "string"}, "op_title": {"type": "string"}, "op_ctime": {"type": "string"}, "op_pref_hourly_rate_min": {"type": "string"}, "op_pref_hourly_rate_max": {"type": "string"}, "op_contractor_tier": {"type": "string"}, "op_pref_has_portfolio": {"type": "string"}, "op_pref_fb_score": {"type": "string"}, "op_pref_odesk_hours": {"type": "string"}, "op_tot_intv": {"type": "string"}, "op_tot_cand": {"type": "string"}, "engagement_weeks": {"type": "string"}, "op_engagement": {"type": "string"}, "op_tot_feedback": {"type": "string"}, "op_low_hourly_rate_all": {"type": "string"}, "op_high_hourly_rate_all": {"type": "string"}, "op_pref_group_id": {"type": "string"}, "op_pref_group_logo": {"type": "string"}, "op_pref_group_name": {"type": "string"}, "op_required_skills": {"type": "object", "properties": {"op_required_skill": {"type": "array", "items": {"type": "object", "properties": {"skill": {"type": "string"}}, "required": ["skill"]}}}, "required": ["op_required_skill"]}, "op_other_jobs": {"type": "string"}, "op_attached_doc": {"type": "object", "properties": {"op_attached_do": {"type": "object", "properties": {"uid": {"type": "string"}, "file_name": {"type": "string"}}, "required": ["file_name", "uid"]}}, "required": ["op_attached_do"]}, "op_additional_questions": {"type": "string"}, "candidates": {"type": "string"}}, "required": ["amount", "assignments", "buyer", "candidates", "ciphertext", "engagement_weeks", "job_category_level_one", "job_category_level_two", "job_type", "op_additional_questions", "op_attached_doc", "op_cny_upm_verified", "op_contractor_tier", "op_ctime", "op_description", "op_engagement", "op_high_hourly_rate_all", "op_is_cover_letter_required", "op_job_category_v2", "op_low_hourly_rate_all", "op_other_jobs", "op_pref_english_skill", "op_pref_fb_score", "op_pref_group_id", "op_pref_group_logo", "op_pref_group_name", "op_pref_has_portfolio", "op_pref_hourly_rate_max", "op_pref_hourly_rate_min", "op_pref_location", "op_pref_odesk_hours", "op_required_skills", "op_title", "op_tot_cand", "op_tot_feedback", "op_tot_intv", "ui_opening_status"]}}, "required": ["data", "status"]}
7372049e-3695-464e-b268-207bff9e2c7b/e77cf693-316b-4b50-bbe1-7d907b161680/0/0
Upwork API
null
8.2
Search jobs
This request searching Upwork jobs by given keyword. Response value will be paginated and if you need to get next page data set the 'offset' and 'count' query parameters. By default value of 'offset' is '0' and 'count' is 50.
200
New Example
{"status": true, "data": {"jobsData": [{"id": "~01d28e314511fd9879", "title": "Wordpress website with course booking capability", "snippet": "A wordpress website that posts and promotes course dates and venues.\nCustomers book a course online and pay for it.\nA counter that allows others to know how mnay spaces are available on each course per session.", "category2": "Web, Mobile & Software Dev", "subcategory2": "Web Development", "skills": ["php", "wordpress", "laravel-framework", "codeigniter", "angularjs", "vue.js", "git", "magento-2", "api-development", "react-js", "vuex", "all-in-one-seo-pack", "figma", "shopify"], "job_type": "Hourly", "budget": 0, "duration": "Less than 1 month", "workload": "Less than 30 hrs/week", "job_status": "Open", "date_created": "2023-03-02T13:03:20+0000", "publish_time": "2023-03-02T13:03:20+0000", "url": "http://www.upwork.com/jobs/~01d28e314511fd9879", "client": {"country": "United Kingdom", "feedback": 0, "reviews_count": 0, "jobs_posted": 1, "past_hires": 0, "payment_verification_status": "NOTVERIFIED"}, "renew_time": null}, {"id": "~010834eec62c56b4a7", "title": "Senior Webflow Developer (Part-time, 20 hours a week, Web 3)", "snippet": "This is the job posting you applied. https://www.upwork.com/jobs/~015da6e47f8a40b3ec\n\n[Responsibilities]\n\n- Work with our team to develop high-quality Webflow websites and applications.\n- Collaborate with designers and developers to ensure that projects are delivered on time and to specification.\n- Develop and maintain project documentation.\nProvide technical support and expertise to team members.\n\n[Requirements]\n\n- Extensive experience in Webflow development.\n- Ability to work independently and as part of a team.\n- Strong communication skills.\n- Availability to work from today as a remote freelancer/contractor.\n- Portfolio submission, including a video walkthrough of the development process, highlighting structure and element organization. (Possibly by Loom)\n\n[Compensation]\n\nHourly pay of $30~40 USD.\n\nIf you have a passion for Webflow development and a track record of delivering high-quality results, we would love to hear from you! Please submit your application with your portfolio and video walkthrough demonstrating your expertise.\n", "category2": "Web, Mobile & Software Dev", "subcategory2": "Web Development", "skills": ["php", "drupal", "java", "laravel-framework", "ruby-on-rails", "react-js", "webflow-expert"], "job_type": "Hourly", "budget": 0, "duration": "Less than 1 month", "workload": "Less than 30 hrs/week", "job_status": "Open", "date_created": "2023-03-02T12:57:53+0000", "publish_time": "2023-03-02T12:57:54+0000", "url": "http://www.upwork.com/jobs/~010834eec62c56b4a7", "client": {"country": "South Korea", "feedback": 0, "reviews_count": 0, "jobs_posted": 0, "past_hires": 0, "payment_verification_status": "NOTVERIFIED"}, "renew_time": null}, {"id": "~0122625c8d6f58bb52", "title": "Looking for a Web Developer to create a Word Game Site", "snippet": "We are looking for a Full stack CMS Developer who can help us create WordGame sites such as \n1. https://word.tips/\n2. https://www.unscramblerer.com/\n3. https://lettersolver.com/\n4. https://www.wordunscrambler.net/\n\nThe site would contain all the dictionary words along with their definition. It would also contain various word games such as Scrabble, Wordle, Word With Friends, Unscrabble, etc. \n\nIf you think you understand the project well and you can help us build one then do send in your proposals. \n\nAlso, let us know your approach on how you would build a site as we have shared above. \n\nLooking forward to some great proposals. ", "category2": "Web, Mobile & Software Dev", "subcategory2": "Web Development", "skills": ["nuxt.js", "vue.js", "web-application", "laravel-framework", "wordpress", "javascript", "mysql", "web-design", "web-programming", "css"], "job_type": "Hourly", "budget": 0, "duration": "1 to 3 months", "workload": "30+ hrs/week", "job_status": "Open", "date_created": "2023-03-02T12:51:28+0000", "publish_time": "2023-03-02T12:51:29+0000", "url": "http://www.upwork.com/jobs/~0122625c8d6f58bb52", "client": {"country": "India", "feedback": 4.95662686, "reviews_count": 42, "jobs_posted": 89, "past_hires": 84, "payment_verification_status": "VERIFIED"}, "renew_time": null}, {"id": "~01f6b87015c91da29e", "title": "Php specialist for created apis and admin panel using php, laravel", "snippet": "**BEFORE APPLYING KINDLY GO THROUGH THE ATTACHED FILE**\n\nSolid understanding of PHP\n\u2022 Experience with Laravel Framework to create REST APIs\n\u2022 Experience with application architecture and SOLID principles to create an effective admin panel\n\u2022 Experience with building database systems, web applications.\n\u2022 Experience in MySQL database\n\u2022 Experience in writing and consuming API\n\u2022 Experience using versioning tools like Git etc.\n\u2022 Develop clean code with all necessary postman documentation.\n\u2022 Conduct Unit Testing to make sure the developed code meets the requirements and is error free.\n\u2022 Communicate the progress to project coordinators in a timely manner.\n\u2022 Lead all development and design along with integration and deploy to production for the module assigned to you.\n\u2022 Work closely with our front end developers to make them understand the integration requirements and fulfill as required.\n\u2022 Should be able to work independently and as a team.\n\nKINDLY SHARE YOUR PORTFOLIO", "category2": "Web, Mobile & Software Dev", "subcategory2": "Web Development", "skills": ["php", "laravel-framework", "restful-api", "api", "database-architecture", "php-script", "api-development", "mysql-programming"], "job_type": "Fixed", "budget": 800, "duration": "1 to 3 months", "workload": null, "job_status": "Open", "date_created": "2023-03-02T12:48:04+0000", "publish_time": "2023-03-02T12:50:08+0000", "url": "http://www.upwork.com/jobs/~01f6b87015c91da29e", "client": {"country": "India", "feedback": 0, "reviews_count": 0, "jobs_posted": 0, "past_hires": 0, "payment_verification_status": "NOTVERIFIED"}, "renew_time": null}, {"id": "~0178f66f21c5645d7c", "title": "PHP + Symfony (4+ yrs) ", "snippet": "Technical Skills:\n\nPHP\nSymfony or any other MVC frameworks like CakePHP, Laravel, Codeigniter\nAPI Development\n3rd Party API Integration\nJavaScript and its framework like React.js, next.js, nuxt.js, angular.js etc\nHTML and CSS\nResponsibilities:\n\n4+ years of experience building web applications and APIs using Symfony or other PHP frameworks like Laravel, CakePHP, Codeigniter, or similar.\nHands-on experience in RESTful API design and development, including implementing oAuth2.0 for authentication and authorization. Experience in microservices development will be an added advantage.\nYou can make a solid relational data model and have a deep knowledge of SQL.\nYou have an experience building API or integrating with 3rd party APIs\nYou know how to write clean and flexible object-oriented code and have an understanding of async programming concepts\nYou have exposure to tools like git, npm, CI/CD tools like Jenkins, or similar\nExperience with modern JavaScript frameworks is preferred but not mandatory.", "category2": "Web, Mobile & Software Dev", "subcategory2": "Web Development", "skills": ["symfony", "php", "symfony-4", "custom-php", "mysql"], "job_type": "Hourly", "budget": 0, "duration": "More than 6 months", "workload": "30+ hrs/week", "job_status": "Open", "date_created": "2023-03-02T12:44:15+0000", "publish_time": "2023-03-02T12:44:16+0000", "url": "http://www.upwork.com/jobs/~0178f66f21c5645d7c", "client": {"country": "India", "feedback": 0, "reviews_count": 0, "jobs_posted": 85, "past_hires": 0, "payment_verification_status": "VERIFIED"}, "renew_time": null}], "paging": {"offset": 5, "count": 5, "total": 1906}}}
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"status": {"type": "boolean"}, "data": {"type": "object", "properties": {"jobsData": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "title": {"type": "string"}, "snippet": {"type": "string"}, "category2": {"type": "string"}, "subcategory2": {"type": "string"}, "skills": {"type": "array", "items": {"type": "string"}}, "job_type": {"type": "string"}, "budget": {"type": "integer"}, "duration": {"type": "string"}, "workload": {"type": ["null", "string"]}, "job_status": {"type": "string"}, "date_created": {"type": "string"}, "publish_time": {"type": "string"}, "url": {"type": "string"}, "client": {"type": "object", "properties": {"country": {"type": "string"}, "feedback": {"type": "number"}, "reviews_count": {"type": "integer"}, "jobs_posted": {"type": "integer"}, "past_hires": {"type": "integer"}, "payment_verification_status": {"type": "string"}}, "required": ["country", "feedback", "jobs_posted", "past_hires", "payment_verification_status", "reviews_count"]}, "renew_time": {"type": "null"}}, "required": ["budget", "category2", "client", "date_created", "duration", "id", "job_status", "job_type", "publish_time", "renew_time", "skills", "snippet", "subcategory2", "title", "url", "workload"]}}, "paging": {"type": "object", "properties": {"offset": {"type": "integer"}, "count": {"type": "integer"}, "total": {"type": "integer"}}, "required": ["count", "offset", "total"]}}, "required": ["jobsData", "paging"]}}, "required": ["data", "status"]}
e4647e49-0d74-474e-9aa1-3afbc15d8d3d/364eb770-3659-4905-9f9f-511a36c41218/0/0
Daily International Job Postings
Job postings from 140 countries (190k job ads / day). Search by 20 fields and get 10 full jobs per request.
7.7
Paginated Search (10 Jobs)
Search for job postings by different parameters such as date, location, skills, industry, etc. Returns the paginated search result with 10 full jobs for a search query. The returned JSON is described in our API docs and mainly consist of an extended JSON-LD payload for JobPostings (see https://schema.org/JobPosting) that can be integrated into a webpage for search engines (e.g., https://developers.google.com/search/docs/appearance/structured-data/job-posting).
200
New Example
{"api": "Techmap.io Job Posting Export API", "apiVersion": "v2", "apiEndpoint": "GET a Search for Job Postings by countryCode, dateCreated, language, industry, timezone, workPlace, etc.", "page": 1, "pageSize": 10, "totalCount": 317, "query": {"query": {"bool": {"must": [{"range": {"dateCreated": {"gte": "2023-11-01T00:00:00.000Z", "lte": "2023-11-01T23:59:59.999Z"}}}, {"term": {"workPlace": "remote"}}, {"range": {"timezoneOffset": {"gte": -8, "lte": -5}}}]}}}, "result": [{"occupation": "Clinician", "city": "Sherman", "timezone": "CST", "language": "en", "industry": "Services", "jsonLD": {"identifier": "654f6ca99ac42a7199440b00", "validThrough": "2023-12-01", "employmentType": "Full-Time", "@type": "JobPosting", "salaryCurrency": "USD", "description": "Description\n- ----------\n\n**Fully Remote Licensed Therapist / Counselor opportunities for part-time or full time. Bonus offered**\n\n**++Licensed Therapist Details++**\n\n* 100% remote work\n* High volume of regular client referrals\n* Therapy focused model with zero administrative work\n* 5-40 hrs per week - You decide your schedule\n* Perform your work anywhere that has a reliable internet connection\n\n**++Licensed Therapist Compensation++**\n\n* **Substantial Bonus**\n* Part-Time -\n\n* Competitive hourly rate, with bonuses\n* Full Time -\n\n* Up to $135,000/ year\n\n* Benefits\n\n**++Licensed Therapist Requirements:++**\n\n* Active state license/s\n* Independent practice capability\n* Following credentials are accepted -\n\n* Licensed Mental Health Counselor -**LMHC**\n\n* Licensed Clinical Social Worker - **LCSW**\n\n* Licensed Marriage and Family Therapist - **LMFT**\n\n* Licensed Professional Counselor - **LPC**\n\n* Licensed Mental Health Professional - **LMHP**\n\n* Psychologist (**PhD/PsyD**)\n\n(Remote, Social Worker, Psychotherapy, Mental Health Counseling, Telehealth Counseling, Behavioral Health, Psychotherapist, Virtual Mental Health Therapist, Remote LCSW, LPC, Social Worker, Telehealth Therapist, Counselor, LMHC, LCSW, Virtual LMFT, LICSW, LPC, LMHP, LIMHP, LPCC, LMSW, LISW, Psychologist, Counselor, Psychotherapist, Remote, Telehealth, Virtual, Remote, Telehealth)\n\n", "industry": "Services", "title": "Mental Health Clinician - Remote", "@context": "https://schema.org", "url": "https://www.monster.com/job-openings/mental-health-clinician-remote-sherman-tx--bfc21b24-a25c-4d73-889f-5dad7541564a", "relevantOccupation": "Clinician", "skills": ["Lpc"], "jobLocationType": "TELECOMMUTE", "hiringOrganization": {"identifier": "5de81203b2035c67a0982ab7", "@type": "Organization", "name": "Guideline Healthcare", "@context": "https://schema.org", "url": "https://www.guidelinehealthcare.com"}, "jobLocation": {"identifier": "654f6caa9ac42a7199440b01", "address": {"addressCountry": "United States", "@type": "PostalAddress", "addressLocality": "Sherman", "addressRegion": "TX", "@context": "https://schema.org"}, "@type": "Place", "latitude": 33.636, "name": "Sherman, TX(remote)", "@context": "https://schema.org", "longitude": -96.609}, "datePosted": "2023-11-01", "applicantLocationRequirements": "remote, CST Timezone"}, "source": "monster_us", "locale": "en_US", "geoPoint": {"lon": -96.609, "lat": 33.636}, "title": "Mental Health Clinician - Remote", "skills": ["Lpc"], "dateCreated": "2023-11-01T00:00:00.000Z", "timezoneOffset": -6, "countryCode": "us", "workType": ["Full-Time"], "company": "Guideline Healthcare", "state": "TX", "portal": "monster", "workPlace": ["remote"]}, {"occupation": "Virtual PMHNP Night Shift", "city": "Greenville", "timezone": "EST", "language": "en", "industry": "Finance", "jsonLD": {"identifier": "654decc29ac42a719943d277", "validThrough": "2023-12-01", "employmentType": "Shiftwork", "@type": "JobPosting", "salaryCurrency": "USD", "description": "Description\n- ----------\n\n100% Virtual PMHNP Position -- Work from Anywhere!\n\nBon Secours Mercy Health is seeking 1 full-time Psychiatric Mental Health Nurse Practitioner to join our Virtual Behavioral Health Program to service our Emergency Departments. This will be a 7 on/7 off schedule working the night shift from 8:00 pm until 8:00 am. The work week would run from Monday through Sunday, working 12 hour shifts for 7 nights straight, and then you would be off for the next 7 nights. Work from home and prioritize work-life balance.\n\nThe virtual work from home team consists of LISW/LCSW's, PMHNPs and Psychiatrists, working together to facilitate cohesive relationships that deliver quality patient care without walls. You will have team-based support and scheduling that allows for other interests. You will have complete IT and clinical support. All necessary technology equipment will be provided for you.\n\nWe offer highly competitive compensation, with excellent starting salaries, plus unparalleled benefits. The benefit package includes:\n\n* Health, Dental, Vision, HSA, FSA, Disability, Medical Malpractice Insurance w/tail-coverage\n* Public Service Loan Forgiveness Program (PSLF)\n* 403b Plan w/company match\n* CME, DEA, Licensing and Board fees\n* Work/Life balance resources: financial advisory services, LifeMatters\u00ae (concierge work-life services), corporate discounts; Be Well Within (health management program), and more.\n\nInquiries, including curriculum vitae, should be sent to:\n\nCourtney Ouzts\n\nPhysician Recruiter\n\nBon Secours Mercy Health\n\ncell: 864-561-9804\n\nCourtney_ouzts@bshsi.org\n\n", "industry": "Finance", "title": "100% Virtual PMHNP Position - Night Shift", "@context": "https://schema.org", "url": "https://www.monster.com/job-openings/100-virtual-pmhnp-position-night-shift-greenville-sc--e20e26a6-8ec2-4902-ad87-d4c1307b1240", "relevantOccupation": "Virtual PMHNP Night Shift", "skills": ["Concierge"], "hiringOrganization": {"identifier": "5ddefe4821a2585792e2f70f", "@type": "Organization", "name": "Bon Secours Mercy Health", "@context": "https://schema.org", "url": "https://mercy.com"}, "jobLocation": {"identifier": "5ef8d8f50c86527324c4ceca", "address": {"addressCountry": "United States", "@type": "PostalAddress", "addressLocality": "Greenville", "addressRegion": "SC", "@context": "https://schema.org"}, "@type": "Place", "latitude": 34.853, "name": "Greenville, SC", "@context": "https://schema.org", "longitude": -82.394}, "datePosted": "2023-11-01", "applicantLocationRequirements": "hybrid, remote, EST Timezone"}, "source": "monster_us", "locale": "en_US", "geoPoint": {"lon": -82.394, "lat": 34.853}, "title": "100% Virtual PMHNP Position - Night Shift", "skills": ["Concierge"], "dateCreated": "2023-11-01T00:00:00.000Z", "timezoneOffset": -5, "countryCode": "us", "workType": ["Shiftwork", "Full-Time"], "company": "Bon Secours Mercy Health", "state": "SC", "portal": "monster", "workPlace": ["hybrid", "remote"]}, {"occupation": "Publicist", "city": "Minneapolis", "timezone": "CST", "language": "en", "industry": "Media", "jsonLD": {"identifier": "654e022e9ac42a719943d4ec", "validThrough": "2023-12-01", "@type": "JobPosting", "salaryCurrency": "USD", "description": "Description\n- ----------\n\n**Publicist Job Summary:**\n\nSparks Group is looking for a **Publicist**to join a large faith-based organization dedicated exclusively to serving refugees, asylum seekers, and immigrants in the U.S. This is a direct hire opportunity and can be fully remote. In this role, the Publicist will serve as a key communications partner for the CEO and will also work closely with the entire C-suite on publicity as needed.\n\n**Responsibilities**\n\n* Create and execute communications strategies for the CEO that align with organizational priorities, in close coordination with the CCO and Director of PR.\n* Use pre-existing relationships to arrange national-level engagements to reach new audiences and demonstrate thought leadership.\n* Build new relationships with key national events to help continue to reach new audiences.\n* Oversee CEO social media accounts to ensure strong, positive visibility.\n* Refine talking points and speeches for high level national events, in close coordination with the speechwriter.\n\n**Qualifications**\n\n* 5-7 years serving as a publicist for high-profile c-suite executives.\n* Strong professional connections to national-level conferences and other thought leadership opportunities.\n* Ability to pitch CEO for events that reach new audiences that align with strategic objectives, including donor communities, affiliated organizations, and religious organizations.\n* Superb editing and proofing skills; excellent oral \\& written communication skills.\n\n**This job is Fully Remote.**\n\n- ----------------------------------\n\n**Download the Sparks Group mobile app from** **[Apple App Store](https://itunes.apple.com/us/app/keynote/id1555747830) or [Google Play](https://play.google.com/store/apps/details?id=com.sparksgroupinc.jobsportal)** **.**\n\n- ----------------------------------\n\nSparks Group is an equal opportunity employer. All qualified applicants will receive consideration for employment without regard to race, color, religion, sex, national origin, age, pregnancy, citizenship, family status, genetic information, disability, or protect veteran status. We look forward to discussing your background, your current job search, and your potential career path with Sparks Group! \n", "industry": "Media", "title": "Publicist", "@context": "https://schema.org", "url": "https://www.monster.com/job-openings/publicist-minneapolis-mn--a1f5be05-4235-4edc-850a-3bcacfcfd4ea", "relevantOccupation": "Publicist", "skills": ["Mobile app", "App store"], "hiringOrganization": {"identifier": "603a68edff87922074877357", "@type": "Organization", "name": "Sparks Group", "logo": "https://s3.eu-central-1.amazonaws.com/images.techmap.io/monster_us-sparks+group-logo.png", "@context": "https://schema.org", "url": "https://play.google.com"}, "jobLocation": {"identifier": "6485443e37d5375d29cdc21f", "address": {"addressCountry": "United States", "@type": "PostalAddress", "addressLocality": "Minneapolis", "addressRegion": "MN", "@context": "https://schema.org"}, "@type": "Place", "latitude": 44.98, "name": "Minneapolis, MN", "@context": "https://schema.org", "longitude": -93.264}, "datePosted": "2023-11-01", "applicantLocationRequirements": "remote, CST Timezone"}, "source": "monster_us", "locale": "en_US", "geoPoint": {"lon": -93.264, "lat": 44.98}, "title": "Publicist", "skills": ["Mobile app", "App store"], "dateCreated": "2023-11-01T00:00:00.000Z", "timezoneOffset": -6, "countryCode": "us", "company": "Sparks Group", "state": "MN", "portal": "monster", "workPlace": ["remote"]}, {"occupation": "Facilitator", "city": "Campbellsville", "timezone": "EST", "language": "en", "industry": "Entertainment", "jsonLD": {"identifier": "654e25d5ca0f4155d1c4d616", "validThrough": "2023-12-01", "@type": "JobPosting", "salaryCurrency": "USD", "baseSalary": {"@type": "MonetaryAmount", "currency": "USD", "@context": "https://schema.org", "value": {"minValue": 26836, "@type": "QuantitativeValue", "maxValue": 26836, "@context": "https://schema.org", "value": 26836}}, "description": "Tim Hortons Foundation Camps help youth from underserved communities achieve their full potential through multi-year, overnight camp experiences. Whether at camp or back home in their communities between visits---our youth work to build social, emotional, leadership and innovation skills and behaviours like volunteerism and motivation to learn so they become civically and academically engaged, and successfully transition to adulthood. At Tims Camps, we are catalysts for good---helping our youth participants and teammates be the best they can be, developing personal and career growth. We empower young people with skills to open doors to their future. That is our North Star and, together, we help shape leaders that build stronger communities. Job Summary Overnight Facilitators are members of the Facilitators team. They are responsible for delivering quality programming to campers during the preparation, delivery and debrief of their overnight experience. Overnight Facilitators focus on creating an inclusive and supportive environment where campers are enabled to develop tangible skills set out in the Tims Camps Programs framework. This is done through briefing, leading and debriefing activities to draw out understanding and self-awareness. Overnight Facilitators read the abilities of their group and adjust activities based on the readiness of the group. They are responsible for assessing and managing risk and ensuring THFC program and wellness standards are followed. This role requires maintenance of gear and spaces, regular inventorying and accountability for space. Work Location This role will be based onsite at our Tim Horton Camp Kentahten location in Campbellsville, KY. Contract Length May 27, 2024 -- August 6, 2024 What would you be doing? Establish relationships with youth, aged 11-17, that reflect respect, trust and empathy Lead the successful execution of the overnight program Deliver high-quality, intentional programming designed to meet specific outcomes and develop positive skills Encourage camper development through their own processing and readiness, and recognize their achievements Inspire young people to discover their strengths, challenge limits, and build resilience and leadership capacity in a safe and supportive environment Provide leadership and guidance to other staff, modeling inclusivity and mentorship Use respectful, positive behaviour management techniques Model healthy choices and emotional maturity for both campers and staff Facilitate high quality programming for campers focusing on trip preparation (trip planning, gear and food pack, camp craft), overnight experience (including delivery of curriculum), and pack in + debrief Identify, assess, and appropriately manage and respond to risks, ensuring a constant duty of care and the safety of our participants, guests and staff at all times. Provide mentorship, knowledge, and skill transfer to other staff Work with program staff to ensure program area and equipment are organized, fully stocked, and in good repair Contribute to a friendly and supportive environment which encourages campers to work through challenges, try new things, and celebrate differences Collaborative planning with camp departments to ensure quality experience (including but not limited to food pack, overnight campsite, program considerations). Coordinate, develop and execute programs in accordance with THFC and accrediting body standards Contribute positively to the camp team and culture Support the delivery of staff training, as required Be challenged physically and emotionally as you live in an overnight camp for 10 day sessions, with 3 days of break in between Learn that the challenge is also rewarding, and will experience personal growth alongside the campers your are supporting Support the other members of the Facilitators team when needed Does this sound like you? Experienced at working with youth aged 11 -- 17 Experienced facilitator. Demonstrates ability to adapt facilitation style based on individual or group needs Experience planning and leading camping and overnight experiences Skilled in positive behavior management Licensed with a valid G Class Driver's License, or equivalent Pursuing post-secondary education (required at some locations) Equipped with good judgment and decision making skills; know when to bring in key team members as it relates to escalated concerns Certified in Wilderness First Aid (WFA) and CPR (adult, child, infant) w/AED, or willing to obtain Able to live on-site for an extended period of time and work flexible hours Able to provide a clear criminal background check Benefits of working with us Accommodation and meals are included for the duration of the contract Bonus when you refer employees Contract completion bonus Bonus for staff working at our French-speaking site Have a positive impact on the lives of young people Opportunity to build lasting friendships with other staff To learn more about the impact of the experience you will take part in, watch this short video Commitment to Equity, Diversity \\& Inclusion Tim Hortons\u00ae Foundation Camps (THFC) is committed to a fair and inclusive work environment, and seek talent with diversity of life experiences and perspectives. We are an equal opportunity employer that hires talent regardless of age, race, creed, color, religion, national origin, ancestry, marital status, affectional or sexual orientation, gender identity or expression, disability, nationality, sex, status as a protected veteran or any other legally protected grounds and will not discriminate on these bases. If you have special accessibility requirements that need to be considered during the recruitment process, please let us know by emailing us at hr@timscamps.com and a member of our HR team will get back to you. Information received relating to accommodation needs of applicants will be addressed confidentially.\n", "industry": "Entertainment", "title": "Overnight Facilitator", "@context": "https://schema.org", "url": "https://www.glassdoor.com/job-listing/overnight-facilitator-tim-hortons-JV_IC1137536_KO0,21_KE22,33.htm?jl=1008958256232", "relevantOccupation": "Facilitator", "estimatedSalary": {"@type": "MonetaryAmount", "currency": "USD", "@context": "https://schema.org", "value": {"minValue": 26836, "@type": "QuantitativeValue", "maxValue": 26836, "@context": "https://schema.org", "value": 26836}}, "skills": ["French", "Management", "HORTON", "Camping", "Watch", "Breakpoint"], "hiringOrganization": {"identifier": "61bf89b7a054022a59fe0fc8", "@type": "Organization", "name": "Tim Hortons", "logo": "https://s3.eu-central-1.amazonaws.com/images.techmap.io/glassdoor_us-15227-logo.png", "@context": "https://schema.org", "url": "https://www.timhortons.com"}, "jobLocation": {"identifier": "654e25d5ca0f4155d1c4d617", "address": {"addressCountry": "United States", "@type": "PostalAddress", "addressLocality": "Campbellsville", "addressRegion": "Kentucky", "@context": "https://schema.org"}, "@type": "Place", "latitude": 37.34333, "name": "Campbellsville, KY", "@context": "https://schema.org", "longitude": -85.34194}, "educationRequirements": {"@type": "EducationalOccupationalCredential"}, "datePosted": "2023-11-01", "experienceRequirements": {"@type": "OccupationalExperienceRequirements", "description": "French, Management"}, "applicantLocationRequirements": "remote, EST Timezone"}, "source": "glassdoor_us", "locale": "en_US", "geoPoint": {"lon": -85.34194, "lat": 37.34333}, "title": "Overnight Facilitator", "skills": ["French", "Management", "HORTON", "Camping", "Watch", "Breakpoint"], "dateCreated": "2023-11-01T00:00:00.000Z", "timezoneOffset": -5, "countryCode": "us", "company": "Tim Hortons", "state": "Kentucky", "portal": "glassdoor", "workPlace": ["remote"]}, {"occupation": "Negotiator", "timezone": "CST", "contractType": ["Contractwork"], "language": "en", "industry": "Entertainment", "jsonLD": {"identifier": "654e2972ca0f4155d1c4d6c2", "validThrough": "2023-12-01", "employmentType": "Flex-Time, Contractwork", "@type": "JobPosting", "salaryCurrency": "USD", "baseSalary": {"@type": "MonetaryAmount", "currency": "USD", "value": {"minValue": 82600, "@type": "QuantitativeValue", "maxValue": 148700, "unitText": "YEAR"}}, "description": "You could be the one who changes everything for our 28 million members. Centene is transforming the health of our communities, one person at a time. As a diversified, national organization, you'll have access to competitive benefits including a fresh perspective on workplace flexibility. Position Purpose: Identify, negotiate and manage high performing provider and vendor partnerships. Negotiate vendor or provider contracts and manage implementations and ongoing relationships. Perform market research and analysis as directed. Define, initiate, and direct financial analyses and operational reporting for the assigned vendor and provider agreements. Lead, manage, and track ongoing financial and operational success of designated partnership. Develop and initiate corrective action plans or agreement modifications where necessary, coordinating with local health plans and other applicable internal teams. Initiate and lead meetings with health plans and corporate teams, including executive management, to review vendor and provider agreement performance data and scorecards, and partnership strategy. This position is 100% remote within the state of California. Education/Experience: Bachelor's degree in Business Administration, Marketing, Finance or related field or equivalent experience. 6+ years of vendor and/or provider contract negotiations, contract analysis and/or modeling experience in health care or similar industry. Experience negotiating contracts with successful outcomes and measurable financial results. Experience with presenting and communicating negotiation strategies and results at senior levels. Experience with health care provider negotiations for Government programs preferred. Our Comprehensive Benefits Package: Flexible work solutions including remote options, hybrid work schedules and dress flexibility, Competitive pay, Paid time off including holidays, Health insurance coverage for you and your dependents, 401(k) and stock purchase plans, Tuition reimbursement and best-in-class training and development. Pay Range: $82,600.00 - $148,700.00 per year Actual pay will be adjusted based on an individual's skills, experience, education, and other job-related factors permitted by law. Centene is an equal opportunity employer that is committed to diversity, and values the ways in which we are different. All qualified applicants will receive consideration for employment without regard to race, color, religion, sex, sexual orientation, gender identity, national origin, disability, veteran status, or other characteristic protected by applicable law.\n", "industry": "Entertainment", "title": "Contract Negotiator IV", "@context": "https://schema.org", "url": "https://www.glassdoor.com/job-listing/contract-negotiator-iv-health-net-JV_KO0,22_KE23,33.htm?jl=1008957767532", "relevantOccupation": "Negotiator", "skills": ["Analysis skills", "Presentation skills", "Contracts", "Marketing", "Negotiation"], "hiringOrganization": {"identifier": "63c28ca356a63b40da0a8919", "@type": "Organization", "name": "Health Net", "@context": "https://schema.org", "url": "https://www.healthnet.com"}, "jobLocation": {"identifier": "63c28ca356a63b40da0a891a", "address": {"addressCountry": "United States", "@type": "PostalAddress", "@context": "https://schema.org"}, "@type": "Place", "latitude": 38, "name": "California", "@context": "https://schema.org", "longitude": -97}, "employmentUnit": "Marketing", "educationRequirements": {"@type": "EducationalOccupationalCredential", "credentialCategory": "bachelor's degree"}, "datePosted": "2023-11-01", "experienceRequirements": {"@type": "OccupationalExperienceRequirements", "description": "Analysis skills, Presentation skills, Contracts, Marketing, Negotiation"}, "applicantLocationRequirements": "hybrid, remote, CST Timezone"}, "source": "glassdoor_us", "locale": "en_US", "geoPoint": {"lon": -97, "lat": 38}, "title": "Contract Negotiator IV", "skills": ["Analysis skills", "Presentation skills", "Contracts", "Marketing", "Negotiation"], "dateCreated": "2023-11-01T00:00:00.000Z", "timezoneOffset": -6, "countryCode": "us", "workType": ["Flex-Time"], "company": "Health Net", "portal": "glassdoor", "department": "Marketing", "workPlace": ["hybrid", "remote"]}, {"occupation": "Artist", "city": "Bothell", "timezone": "PST", "language": "en", "industry": "Entertainment", "jsonLD": {"identifier": "654df7f4ca0f4155d1c4cc59", "validThrough": "2023-12-01", "employmentType": "Full-Time", "@type": "JobPosting", "salaryCurrency": "USD", "baseSalary": {"@type": "MonetaryAmount", "currency": "USD", "value": {"minValue": 60000, "@type": "QuantitativeValue", "maxValue": 75000, "unitText": "YEAR"}}, "description": "Established in 2004, Lakshya Digital, a Keywords Studio, is the largest interactive entertainment and game development services studio in South Asia. We have game production studios in Gurgaon and Pune, and business offices in Tokyo, Japan and San Diego, California. Our continued success is fueling the need to expand in the US and we are looking for top quality talent to become part of our studio in Bothell, WA. We are looking for a talented Hard Surface Outsource Artist that could support our projects. If you have a passion for art and working with distributed development teams around the globe, or if you are interested to experience what it is like to work on multiple AAA projects at the same time then dust off your resume, polish up your portfolio and send it to us for consideration. As a Hard Surface Outsource Artist with Lakshya Digital, you will be an important part of our art team, supporting our efforts as we create and deliver the highest quality content possible for our clients. You will be able support our team in performing art reviews of incoming assets and enter that feedback into our issue tracking tools. Being comfortable with current asset creation tools and pipeline will be important as you may be needed to contribute hands on work, depending on the project. To succeed in this position you must be organized, detail oriented and possess excellent written, oral, and visual communication skills. Previous experience working at a Game Developer a huge plus. Some of the cool stuff you'll be doing: Support art reviews, enter information into issue tracking tools, and support communication between PMs and Artists. Able to help with hands on work, depending on project needs. Able to support the creation of detailed documentation for art reviews. Able to communicate respectfully with peers and is customer focused. Support and participate in meetings. Depending on the project needs, able to create assets in a variety of software packages including, Maya, 3DS Max, Zbrush, Substance, and Photoshop. Experience with issue tracking tools like JIRA, Shotgun a plus. Experience with version control like Perforce a plus. Associate degree or equivalent experience. What you'll bring to the table: A sound understanding of current-gen game content development processes, tools, and pipelines. Skilled with all current tools and technologies; Maya, Max, Mudbox or Zbrush, Photoshop, Substance Suite, etc. Portfolio that demonstrates solid understanding and proficiency in 3D hard surface modeling, texturing, and material creation skills for creating weapons, vehicles, and props. Proven ability to produce top quality content, using current generation game engines (Unreal, Unity, Lumberyard, etc.). Fast and flexible learner, able to digest information quickly and work on multiple projects simultaneously. Good eye for proportions, material design, and realistic textures. Ability to switch from being detail oriented to understanding the broader implications of artistic changes. Self-motivation, good communication skills, and a great team attitude. Nice to have: Passion for vehicles or weapons art. Real-world experience with vehicles or weapons. If working on cool projects with even cooler people is not enough for you, we also offer an awesome range of benefits \\& perks! Medical, dental and vision benefits insurance. We also provide Basic Life Insurance, AD\\&D insurance for all of our team members. Long-term (LTD) disability insurance and Flexible spending account (For medical and dependent care). Paid vacation and sick time, designated paid holidays, as well as other paid time off. 401K Plan with company match. Flexible work schedule and great approach to work/life balance. Opportunities for growth and career advancement. Company events throughout the year. Fully remote position. Salary- $60,000- $75,000 Benefits Role Information: EN Studio: Lakshya Location: Americas, United States, Washington Area of Work: Art Services Service: Create Employment Type: Full Time, Permanent Working Pattern: Remote\n", "industry": "Entertainment", "title": "Outsource Artist- Hard Surface", "@context": "https://schema.org", "url": "https://www.glassdoor.com/job-listing/outsource-artist-hard-surface-lakshya-digital-JV_IC1150445_KO0,29_KE30,45.htm?jl=1008958230160", "relevantOccupation": "Artist", "skills": ["Jira", "Adobe Photoshop", "ZBrush", "Mudbox", "3ds Max", "Content development", "Perforce", "Unity", "Communication skills", "Maya", "WebAssembly"], "jobLocationType": "TELECOMMUTE", "hiringOrganization": {"identifier": "653fc76bf2193e3b1058d135", "@type": "Organization", "name": "Lakshya Digital", "@context": "https://schema.org", "url": "https://www.lakshyadigital.com"}, "jobLocation": {"identifier": "653fc76bf2193e3b1058d136", "address": {"addressCountry": "United States", "@type": "PostalAddress", "addressLocality": "Bothell", "addressRegion": "Washington State", "@context": "https://schema.org"}, "@type": "Place", "latitude": 47.7625, "name": "Bothell, WA", "@context": "https://schema.org", "longitude": -122.20417}, "educationRequirements": {"@type": "EducationalOccupationalCredential", "credentialCategory": "high school diploma or ged"}, "datePosted": "2023-11-01", "experienceRequirements": {"@type": "OccupationalExperienceRequirements", "description": "Jira, Adobe Photoshop, ZBrush, Mudbox, 3ds Max, Content development, Perforce, Unity, Communication skills, Maya"}, "applicantLocationRequirements": {"@type": "Country", "name": "United States"}}, "source": "glassdoor_us", "locale": "en_US", "geoPoint": {"lon": -122.20417, "lat": 47.7625}, "title": "Outsource Artist- Hard Surface", "skills": ["Jira", "Adobe Photoshop", "ZBrush", "Mudbox", "3ds Max", "Content development", "Perforce", "Unity", "Communication skills", "Maya", "WebAssembly"], "dateCreated": "2023-11-01T00:00:00.000Z", "timezoneOffset": -8, "countryCode": "us", "workType": ["Full-Time", "Flex-Time"], "company": "Lakshya Digital", "state": "Washington State", "portal": "glassdoor", "workPlace": ["remote"]}, {"occupation": "Clinician", "city": "Manhattan", "timezone": "EST", "language": "en", "industry": "Healthcare", "jsonLD": {"identifier": "654e4c059ac42a719943dfa5", "validThrough": "2023-12-01", "employmentType": "Full-Time", "@type": "JobPosting", "salaryCurrency": "USD", "description": "Description\n- ----------\n\n**Fully Remote Licensed Therapist / Counselor opportunities for part-time or full time. Bonus offered**\n\n**++Licensed Therapist Details++**\n\n* 100% remote work\n* High volume of regular client referrals\n* Therapy focused model with zero administrative work\n* 5-40 hrs per week - You decide your schedule\n* Perform your work anywhere that has a reliable internet connection\n\n**++Licensed Therapist Compensation++**\n\n* **Substantial Bonus**\n* Part-Time -\n\n* Competitive hourly rate, with bonuses\n* Full Time -\n\n* Up to $135,000/ year\n\n* Benefits\n\n**++Licensed Therapist Requirements:++**\n\n* Active state license/s\n* Independent practice capability\n* Following credentials are accepted -\n\n* Licensed Mental Health Counselor -**LMHC**\n\n* Licensed Clinical Social Worker - **LCSW**\n\n* Licensed Marriage and Family Therapist - **LMFT**\n\n* Licensed Professional Counselor - **LPC**\n\n* Licensed Mental Health Professional - **LMHP**\n\n* Psychologist (**PhD/PsyD**)\n\n(Remote, Social Worker, Psychotherapy, Mental Health Counseling, Telehealth Counseling, Behavioral Health, Psychotherapist, Virtual Mental Health Therapist, Remote LCSW, LPC, Social Worker, Telehealth Therapist, Counselor, LMHC, LCSW, Virtual LMFT, LICSW, LPC, LMHP, LIMHP, LPCC, LMSW, LISW, Psychologist, Counselor, Psychotherapist, Remote, Telehealth, Virtual, Remote, Telehealth)\n\n", "industry": "Healthcare", "title": "Mental Health Clinician - Remote", "@context": "https://schema.org", "url": "https://www.monster.com/job-openings/mental-health-clinician-remote-manhattan-ny--dff74e68-5aac-408d-b6dc-10893df69fc6", "relevantOccupation": "Clinician", "skills": ["Lpc"], "jobLocationType": "TELECOMMUTE", "hiringOrganization": {"identifier": "5de81203b2035c67a0982ab7", "@type": "Organization", "name": "Guideline Healthcare", "@context": "https://schema.org", "url": "https://www.guidelinehealthcare.com"}, "jobLocation": {"identifier": "654e4c069ac42a719943dfa6", "address": {"addressCountry": "United States", "@type": "PostalAddress", "addressLocality": "Manhattan", "addressRegion": "NY", "@context": "https://schema.org"}, "@type": "Place", "latitude": 40.75, "name": "Manhattan, NY(remote)", "@context": "https://schema.org", "longitude": -73.997}, "datePosted": "2023-11-01", "applicantLocationRequirements": "remote, EST Timezone"}, "source": "monster_us", "locale": "en_US", "geoPoint": {"lon": -73.997, "lat": 40.75}, "title": "Mental Health Clinician - Remote", "skills": ["Lpc"], "dateCreated": "2023-11-01T00:00:00.000Z", "timezoneOffset": -5, "countryCode": "us", "workType": ["Full-Time"], "company": "Guideline Healthcare", "state": "NY", "portal": "monster", "workPlace": ["remote"]}, {"occupation": "Clinician", "city": "Rochester", "timezone": "EST", "language": "en", "industry": "Services", "jsonLD": {"identifier": "654f701c9ac42a7199440b84", "validThrough": "2023-12-01", "employmentType": "Full-Time", "@type": "JobPosting", "salaryCurrency": "USD", "description": "Description\n- ----------\n\n**Fully Remote Licensed Therapist / Counselor opportunities for part-time or full time. Bonus offered**\n\n**++Licensed Therapist Details++**\n\n* 100% remote work\n* High volume of regular client referrals\n* Therapy focused model with zero administrative work\n* 5-40 hrs per week - You decide your schedule\n* Perform your work anywhere that has a reliable internet connection\n\n**++Licensed Therapist Compensation++**\n\n* **Substantial Bonus**\n* Part-Time -\n\n* Competitive hourly rate, with bonuses\n* Full Time -\n\n* Up to $135,000/ year\n\n* Benefits\n\n**++Licensed Therapist Requirements:++**\n\n* Active state license/s\n* Independent practice capability\n* Following credentials are accepted -\n\n* Licensed Mental Health Counselor -**LMHC**\n\n* Licensed Clinical Social Worker - **LCSW**\n\n* Licensed Marriage and Family Therapist - **LMFT**\n\n* Licensed Professional Counselor - **LPC**\n\n* Licensed Mental Health Professional - **LMHP**\n\n* Psychologist (**PhD/PsyD**)\n\n(Remote, Social Worker, Psychotherapy, Mental Health Counseling, Telehealth Counseling, Behavioral Health, Psychotherapist, Virtual Mental Health Therapist, Remote LCSW, LPC, Social Worker, Telehealth Therapist, Counselor, LMHC, LCSW, Virtual LMFT, LICSW, LPC, LMHP, LIMHP, LPCC, LMSW, LISW, Psychologist, Counselor, Psychotherapist, Remote, Telehealth, Virtual, Remote, Telehealth)\n\n", "industry": "Services", "title": "Mental Health Clinician - Remote", "@context": "https://schema.org", "url": "https://www.monster.com/job-openings/mental-health-clinician-remote-rochester-ny--62b0a891-2158-4365-81e0-ec667f00e0fd", "relevantOccupation": "Clinician", "skills": ["Lpc"], "jobLocationType": "TELECOMMUTE", "hiringOrganization": {"identifier": "5de81203b2035c67a0982ab7", "@type": "Organization", "name": "Guideline Healthcare", "@context": "https://schema.org", "url": "https://www.guidelinehealthcare.com"}, "jobLocation": {"identifier": "654f701c9ac42a7199440b85", "address": {"addressCountry": "United States", "@type": "PostalAddress", "addressLocality": "Rochester", "addressRegion": "NY", "@context": "https://schema.org"}, "@type": "Place", "latitude": 43.155, "name": "Rochester, NY(remote)", "@context": "https://schema.org", "longitude": -77.616}, "datePosted": "2023-11-01", "applicantLocationRequirements": "remote, EST Timezone"}, "source": "monster_us", "locale": "en_US", "geoPoint": {"lon": -77.616, "lat": 43.155}, "title": "Mental Health Clinician - Remote", "skills": ["Lpc"], "dateCreated": "2023-11-01T00:00:00.000Z", "timezoneOffset": -5, "countryCode": "us", "workType": ["Full-Time"], "company": "Guideline Healthcare", "state": "NY", "portal": "monster", "workPlace": ["remote"]}, {"occupation": "Clinician", "city": "Syracuse", "timezone": "EST", "language": "en", "industry": "Services", "jsonLD": {"identifier": "654f6c4b9ac42a7199440aef", "validThrough": "2023-12-01", "employmentType": "Full-Time", "@type": "JobPosting", "salaryCurrency": "USD", "description": "Description\n- ----------\n\n**Fully Remote Licensed Therapist / Counselor opportunities for part-time or full time. Bonus offered**\n\n**++Licensed Therapist Details++**\n\n* 100% remote work\n* High volume of regular client referrals\n* Therapy focused model with zero administrative work\n* 5-40 hrs per week - You decide your schedule\n* Perform your work anywhere that has a reliable internet connection\n\n**++Licensed Therapist Compensation++**\n\n* **Substantial Bonus**\n* Part-Time -\n\n* Competitive hourly rate, with bonuses\n* Full Time -\n\n* Up to $135,000/ year\n\n* Benefits\n\n**++Licensed Therapist Requirements:++**\n\n* Active state license/s\n* Independent practice capability\n* Following credentials are accepted -\n\n* Licensed Mental Health Counselor -**LMHC**\n\n* Licensed Clinical Social Worker - **LCSW**\n\n* Licensed Marriage and Family Therapist - **LMFT**\n\n* Licensed Professional Counselor - **LPC**\n\n* Licensed Mental Health Professional - **LMHP**\n\n* Psychologist (**PhD/PsyD**)\n\n(Remote, Social Worker, Psychotherapy, Mental Health Counseling, Telehealth Counseling, Behavioral Health, Psychotherapist, Virtual Mental Health Therapist, Remote LCSW, LPC, Social Worker, Telehealth Therapist, Counselor, LMHC, LCSW, Virtual LMFT, LICSW, LPC, LMHP, LIMHP, LPCC, LMSW, LISW, Psychologist, Counselor, Psychotherapist, Remote, Telehealth, Virtual, Remote, Telehealth)\n\n", "industry": "Services", "title": "Behavioral Health Clinician - Remote", "@context": "https://schema.org", "url": "https://www.monster.com/job-openings/behavioral-health-clinician-remote-syracuse-ny--101d21c5-db9d-4682-b18e-99f0070dd2a8", "relevantOccupation": "Clinician", "skills": ["Lpc"], "jobLocationType": "TELECOMMUTE", "hiringOrganization": {"identifier": "5de81203b2035c67a0982ab7", "@type": "Organization", "name": "Guideline Healthcare", "@context": "https://schema.org", "url": "https://www.guidelinehealthcare.com"}, "jobLocation": {"identifier": "654f6c4c9ac42a7199440af0", "address": {"addressCountry": "United States", "@type": "PostalAddress", "addressLocality": "Syracuse", "addressRegion": "NY", "@context": "https://schema.org"}, "@type": "Place", "latitude": 43.048, "name": "Syracuse, NY(remote)", "@context": "https://schema.org", "longitude": -76.147}, "datePosted": "2023-11-01", "applicantLocationRequirements": "remote, EST Timezone"}, "source": "monster_us", "locale": "en_US", "geoPoint": {"lon": -76.147, "lat": 43.048}, "title": "Behavioral Health Clinician - Remote", "skills": ["Lpc"], "dateCreated": "2023-11-01T00:00:00.000Z", "timezoneOffset": -5, "countryCode": "us", "workType": ["Full-Time"], "company": "Guideline Healthcare", "state": "NY", "portal": "monster", "workPlace": ["remote"]}, {"occupation": "Counselor", "city": "Lauderhill", "timezone": "EST", "language": "en", "industry": "Sport", "jsonLD": {"identifier": "654f753e9ac42a7199440c39", "validThrough": "2023-12-01", "employmentType": "Full-Time", "@type": "JobPosting", "salaryCurrency": "USD", "description": "Description\n- ----------\n\n**Fully Remote Licensed Therapist / Counselor opportunities for part-time or full time. Bonus offered**\n\n**++Licensed Therapist Details++**\n\n* 100% remote work\n* High volume of regular client referrals\n* Therapy focused model with zero administrative work\n* 5-40 hrs per week - You decide your schedule\n* Perform your work anywhere that has a reliable internet connection\n\n**++Licensed Therapist Compensation++**\n\n* **Substantial Bonus**\n* Part-Time -\n\n* Competitive hourly rate, with bonuses\n* Full Time -\n\n* Up to $135,000/ year\n\n* Benefits\n\n**++Licensed Therapist Requirements:++**\n\n* Active state license/s\n* Independent practice capability\n* Following credentials are accepted -\n\n* Licensed Mental Health Counselor -**LMHC**\n\n* Licensed Clinical Social Worker - **LCSW**\n\n* Licensed Marriage and Family Therapist - **LMFT**\n\n* Licensed Professional Counselor - **LPC**\n\n* Licensed Mental Health Professional - **LMHP**\n\n* Psychologist (**PhD/PsyD**)\n\n(Remote, Social Worker, Psychotherapy, Mental Health Counseling, Telehealth Counseling, Behavioral Health, Psychotherapist, Virtual Mental Health Therapist, Remote LCSW, LPC, Social Worker, Telehealth Therapist, Counselor, LMHC, LCSW, Virtual LMFT, LICSW, LPC, LMHP, LIMHP, LPCC, LMSW, LISW, Psychologist, Counselor, Psychotherapist, Remote, Telehealth, Virtual, Remote, Telehealth)\n\n", "industry": "Sport", "title": "Therapist or Counselor - Remote", "@context": "https://schema.org", "url": "https://www.monster.com/job-openings/therapist-or-counselor-remote-lauderhill-fl--9e338320-418e-47f3-912a-a1d0d8c4d969", "relevantOccupation": "Counselor", "skills": ["Lpc"], "jobLocationType": "TELECOMMUTE", "hiringOrganization": {"identifier": "5de81203b2035c67a0982ab7", "@type": "Organization", "name": "Guideline Healthcare", "@context": "https://schema.org", "url": "https://www.guidelinehealthcare.com"}, "jobLocation": {"identifier": "654f753e9ac42a7199440c3a", "address": {"addressCountry": "United States", "@type": "PostalAddress", "addressLocality": "Lauderhill", "addressRegion": "FL", "@context": "https://schema.org"}, "@type": "Place", "latitude": 26.14, "name": "Lauderhill, FL(remote)", "@context": "https://schema.org", "longitude": -80.213}, "datePosted": "2023-11-01", "applicantLocationRequirements": "remote, EST Timezone"}, "source": "monster_us", "locale": "en_US", "geoPoint": {"lon": -80.213, "lat": 26.14}, "title": "Therapist or Counselor - Remote", "skills": ["Lpc"], "dateCreated": "2023-11-01T00:00:00.000Z", "timezoneOffset": -5, "countryCode": "us", "workType": ["Full-Time"], "company": "Guideline Healthcare", "state": "FL", "portal": "monster", "workPlace": ["remote"]}], "resultSizeInBytes": 41024}
{"type": "object", "properties": {"api": {"type": "string"}, "apiVersion": {"type": "string"}, "apiEndpoint": {"type": "string"}, "page": {"type": "integer"}, "pageSize": {"type": "integer"}, "totalCount": {"type": "integer"}, "query": {"type": "object", "properties": {"query": {"type": "object", "properties": {"bool": {"type": "object", "properties": {"must": {"type": "array", "items": {"type": "object"}}}}}}}}, "result": {"type": "array", "items": {"type": "object"}}, "resultSizeInBytes": {"type": "integer"}}}
157ee7da-9922-4cb6-b530-d60bb9c26a85/6c985e25-a5c2-439d-835f-509878da58d1/0/0
Linkedin Jobs: Python Developer
2023 LinkedIn Python Developer jobs with analysis. You can find the latest LinkedIn Python Developer jobs here. Only the positions from these countries are provided for now: United Kingdom -Switzerland -Netherlands -Norway -Finland -Sweden -Belgium -Denmark -Austria I'm keeping the last 1-2 month's data since older job postings don't accept applications.
null
jobs
You can query Python developer jobs by giving your parameters.
200
New Example
[{"job_id": 3610315798, "title": "Sr. Backend Developer (f/m/d)", "company": "DeepOpinion", "place": "Greater Munich Metropolitan Area", "post_date": "2023-05-17", "link": "https://de.linkedin.com/jobs/view/sr-backend-developer-f-m-d-at-deepopinion-3610315798?refId=AvY22S5A0tUyhovtTtaYvw%3D%3D&trackingId=hgEZFNTIwN7UFyf3Xdcd6Q%3D%3D&position=17&pageNum=0&trk=public_jobs_jserp-result_search-card", "apply_link": ""}, {"job_id": 3607482805, "title": "(Senior) Cloud Fullstack Developer (m/f/d)", "company": "DocuWare", "place": "Greater Munich Metropolitan Area", "post_date": "2023-05-17", "link": "https://de.linkedin.com/jobs/view/senior-cloud-fullstack-developer-m-f-d-at-docuware-3607482805?refId=8Q4dDDdSDYZ7d0zr1Ylk7w%3D%3D&trackingId=sNDbJN5%2BMrYIeEYiU8GioA%3D%3D&position=9&pageNum=0&trk=public_jobs_jserp-result_search-card", "apply_link": ""}, {"job_id": 3607896848, "title": "Werkstudent Backend Developer (m/w/d)", "company": "Envidual", "place": "Munich, Bavaria, Germany", "post_date": "2023-05-17", "link": "https://de.linkedin.com/jobs/view/werkstudent-backend-developer-m-w-d-at-envidual-3607896848?refId=%2FoX%2FxCKSU2Sg7h03ZK7h4w%3D%3D&trackingId=7W3tjp6EnNkKSVMaowteLg%3D%3D&position=21&pageNum=0&trk=public_jobs_jserp-result_search-card", "apply_link": ""}, {"job_id": 3610755795, "title": "Senior Full Stack Engineer (f/m/x)", "company": "Picter", "place": "Munich, Bavaria, Germany ", "post_date": "2023-05-17", "link": "https://de.linkedin.com/jobs/view/senior-full-stack-engineer-f-m-x-at-picter-3610755795?refId=%2FoX%2FxCKSU2Sg7h03ZK7h4w%3D%3D&trackingId=U3tw%2B1S5J%2Fwg9PT3mM3Mlw%3D%3D&position=20&pageNum=0&trk=public_jobs_jserp-result_search-card", "apply_link": ""}, {"job_id": 3605191373, "title": "Senior Backend Software Engineer - Consumer Apps & Services (m/f/d)", "company": "tado\u00b0", "place": "Munich, Bavaria, Germany", "post_date": "2023-05-17", "link": "https://de.linkedin.com/jobs/view/senior-backend-software-engineer-consumer-apps-services-m-f-d-at-tado%C2%B0-3605191373?refId=AvY22S5A0tUyhovtTtaYvw%3D%3D&trackingId=0ojXIlkxjmnJjWLcgb%2Bhvg%3D%3D&position=12&pageNum=0&trk=public_jobs_jserp-result_search-card", "apply_link": ""}, {"job_id": 3608302527, "title": "Senior Backend Developer (m/f/d)", "company": "Peter Park", "place": "Munich, Bavaria, Germany", "post_date": "2023-05-17", "link": "https://de.linkedin.com/jobs/view/senior-backend-developer-m-f-d-at-peter-park-3608302527?refId=xLnqPLYiWoZcE0xcqX%2FQeQ%3D%3D&trackingId=02Ii1YMTnDbc3yMV6nTUmQ%3D%3D&position=9&pageNum=0&trk=public_jobs_jserp-result_search-card", "apply_link": ""}, {"job_id": 3607813643, "title": "Web Developer (f/m/d) - Rollout Team", "company": "Digital Charging Solutions", "place": "Munich, Bavaria, Germany", "post_date": "2023-05-17", "link": "https://de.linkedin.com/jobs/view/web-developer-f-m-d-rollout-team-at-digital-charging-solutions-gmbh-3607813643?refId=FHC1YAgBQwg%2BTGx9vl1WnQ%3D%3D&trackingId=BJHeHRtIOR2XJMGvBIokKg%3D%3D&position=9&pageNum=0&trk=public_jobs_jserp-result_search-card", "apply_link": ""}, {"job_id": 3608301014, "title": "Backend Engineer", "company": "corrux", "place": "Munich, Bavaria, Germany", "post_date": "2023-05-17", "link": "https://de.linkedin.com/jobs/view/backend-engineer-at-corrux-3608301014?refId=M%2F2ekj10yb6gmQQEOvJ5oQ%3D%3D&trackingId=4ezBvlq3dmQbD4%2BmK812Yg%3D%3D&position=21&pageNum=0&trk=public_jobs_jserp-result_search-card", "apply_link": ""}, {"job_id": 3607866167, "title": "Full Stack Angular & Java Developer \u2013 Automotive Industry \u2013 Munich", "company": "Optimus Search", "place": "Munich, Bavaria, Germany", "post_date": "2023-05-17", "link": "https://de.linkedin.com/jobs/view/full-stack-angular-java-developer-%E2%80%93-automotive-industry-%E2%80%93-munich-at-optimus-search-3607866167?refId=Ig%2B8hCmqYV2zBGOgzIJCiQ%3D%3D&trackingId=6mYYgHIrpwAwZzUTO%2Fh9Kw%3D%3D&position=1&pageNum=0&trk=public_jobs_jserp-result_search-card", "apply_link": ""}, {"job_id": 3608098593, "title": "Senior Frontend Developer (all genders)", "company": "Ray Sono", "place": "Munich, Bavaria, Germany", "post_date": "2023-05-17", "link": "https://de.linkedin.com/jobs/view/senior-frontend-developer-all-genders-at-ray-sono-3608098593?refId=AvY22S5A0tUyhovtTtaYvw%3D%3D&trackingId=1Eud0hlZAsp%2FnyxEe78dDg%3D%3D&position=10&pageNum=0&trk=public_jobs_jserp-result_search-card", "apply_link": ""}]
{"$schema": "http://json-schema.org/schema#", "type": "array", "items": {"type": "object", "properties": {"job_id": {"type": "integer"}, "title": {"type": "string"}, "company": {"type": "string"}, "place": {"type": "string"}, "post_date": {"type": "string"}, "link": {"type": "string"}, "apply_link": {"type": "string"}}, "required": ["apply_link", "company", "job_id", "link", "place", "post_date", "title"]}}
157ee7da-9922-4cb6-b530-d60bb9c26a85/81fb5571-4726-45f3-8dc6-445cbe8b2d52/0/0
Linkedin Jobs: Python Developer
2023 LinkedIn Python Developer jobs with analysis. You can find the latest LinkedIn Python Developer jobs here. Only the positions from these countries are provided for now: United Kingdom -Switzerland -Netherlands -Norway -Finland -Sweden -Belgium -Denmark -Austria I'm keeping the last 1-2 month's data since older job postings don't accept applications.
null
main
Linkedin Python Developer Jobs API
200
New Example
{"Project": "Linkedin Python Developer Jobs API"}
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"Project": {"type": "string"}}, "required": ["Project"]}
980f37ba-2f54-41ef-82a6-13e484da2fcf/409e52b7-8175-4167-bb27-b130d7639209/0/0
Open To Work Remote API
Open To Work Remote API: I build a powerful Job Search API for developers. Here you'll find a great list of remote jobs. It contains accurate sources and allows different filters. For more info: https://api.opentoworkremote.com/ And if you have any doubt, contact me: https://www.opentoworkremote.com/contact More Links: https://linktr.ee/maurobonfietti
8.1
Get One Job
Open To Work Remote - API Get One Job: This endpoint allows you to get all the info about a job using the job id.
200
New Example
{"id": 287464, "company": "Simple", "title": "Senior PHP Developer", "salaryMin": null, "salaryMax": null, "salaryRange": null, "logo": "https://cdn-images.himalayas.app/oz35s6tsrs3fzzyymbgtz7x0fv7q", "location": "Cyprus", "slug": null, "url": "https://himalayas.app/companies/simple-life/jobs/senior-php-developer-506794859", "source": "Himalayas", "tags": [], "featured": null, "date": "2023-09-23", "publicationDate": "2023-09-23", "category": "Development", "description": "<p>We\u2019re consistently topping app charts in the U.S., Canada, and Australia, also expanding into European and global markets \u2212 <a href=\"https://himalayas.app/companies/simple-life\">Simple</a> has already surpassed 12 million downloads. <a href=\"https://himalayas.app/companies/simple-life\">Simple</a> is also part of the Palta ecosystem, one also housing Flo Health, Zing, and Prisma, and receiving $100 million in funding in 2021 \u2212 in a nutshell, we\u2019re one of the fastest-growing health tech brands around.</p><p>Our philosophy is simple: our people are our core and our most valuable asset. As we continue to expand, we\u2019re looking for more amazing and talented people to join our global and remote-friendly team.</p><p>Right now we are looking for a talented <strong>PHP Developer </strong>who will join our tech team and help us develop and grow the application.</p><p>Push the pace of innovation and build a future of a healthier world with us!</p><h3><strong>What you\u2019ll do:</strong></h3><ul class=\"p-rich_text_list p-rich_text_list__bullet\">\n<li>You will work alongside the product teams and product managers to iterate on new features within the Product;</li>\n<li>You will take responsibility for the design and execution of your own initiatives;</li>\n<li>You will help identify areas of improvement in the codebase and help contribute to making it better;</li>\n<li>You will frequently pair with teammates to give and receive feedback from a code review to boost knowledge-sharing, learning, and improve the platform;</li>\n<li>You will fix any prioritized bug/issues tracked within the platform;</li>\n<li>You will participate as a presenter or attendee in weekly coding or knowledge-sharing sessions;</li>\n<li>You will learn, develop your soft skills and spend time discussing best practices and technologies with your peers.</li>\n</ul><h3><strong>What we\u2019re looking for:</strong></h3><ul class=\"p-rich_text_list p-rich_text_list__bullet\">\n<li>5+ years of experience in PHP (7+), Symfony (5+);</li>\n<li>Strong knowledge of PostgreSQL;</li>\n<li>Strong understanding of the secure REST API design;</li>\n<li>Experience with Docker and/or Kubernetes;</li>\n<li>Experience with AWS or similar cloud computing services;</li>\n<li>Experience with Git and CI/CD pipelines;</li>\n<li>Proactivity/ability to explain your point of view;</li>\n<li>Experience in direct communication with customer representatives;</li>\n<li>Experience or desire to study golang will be a plus;</li>\n<li>Experience with payment systems will be a plus.</li>\n</ul><h3><strong>Perks and benefits:</strong></h3><ul>\n<li>Competitive salary package commensurate with experience, plus stock options;</li>\n<li>Remote, in-office, and hybrid work opportunities;</li>\n<li>Relocation package (Cyprus);</li>\n<li>The equipment you need to do your job;</li>\n<li>A premium SIMPLE subscription;</li>\n<li>21 days annual leave, plus bank holidays (those observed where you live);</li>\n<li>Support to learn English, should you need (or want) to;</li>\n<li>Flexible hours. We focus on your results, not how long you spend at your desk.</li>\n</ul><h3><strong>About our values:</strong></h3><ul>\n<li>\n<strong>Think deeper: </strong>We understand that in order to grow we need to make all our decisions reality-based and change our opinion based on what we learn. We appreciate data coming in various forms \u2013 quantitative and qualitative, feedback from users and colleagues, and strong and weak signals.We treat data as the main source for leveraging insights and expect people at every level to have conversations that start with data.</li>\n<li>\n<strong>Focus on impact: </strong>Results and speed matter. When we are competing to become an A-player in the digital health market, we don\u2019t have the luxury of deliberation. We need to make decisions and changes quickly and, swiftly learn from our mistakes.We prioritize what will have the greatest impact and aren\u2019t distracted by anything else. We create products that benefit users while we are meeting our metrics.</li>\n<li>\n<strong>Take ownership:</strong> We seek to improve all facets of our company even in ways beyond our job description. We seek and take responsibility for our actions and their impact. We value and set high expectations for our own work so that it can add to the overall quality and innovation results of the team. Each one of us is empowered to make this company a success, take the lead to resolve disagreements and systemic issues.</li>\n<li>\n<strong>Push the limits: </strong>We encourage our team to explore new ideas, challenge conventional thinking, and continuously improve work. This mindset can lead to breakthroughs in product development, improved operational efficiency, and increased competitiveness in the market. We believe that a culture and mindset of constantly striving to exceed existing standards, boundaries, or expectations that include innovation, experimentation, and a willingness to take risks, can bring us success. We don't accept what someone says as truth if we disagree with it, no matter what authority that person has in the company and express ourselves directly, not through back channels. We challenge ideas, from policy to product decisions, and always seek to understand the reason behind what we do.</li>\n<li>\n<strong>Be a Championship Team: </strong>As a part of the championship team, you must improve your own performance constantly also know your teammates, their talents and skills and be focused on a common goal and how to achieve it together. We hold each other accountable for our contribution to the shared success or failure, and we constantly look for ways to help our colleagues to improve and for us to perform better as a team. We collaborate within the team in order to compete with challengers in the outside world. We build relationships of trust. We provide our teammates with the autonomy and support they need to deliver their part of the goal. </li>\n</ul>"}
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"id": {"type": "integer"}, "company": {"type": "string"}, "title": {"type": "string"}, "salaryMin": {"type": "null"}, "salaryMax": {"type": "null"}, "salaryRange": {"type": "null"}, "logo": {"type": "string"}, "location": {"type": "string"}, "slug": {"type": "null"}, "url": {"type": "string"}, "source": {"type": "string"}, "tags": {"type": "array"}, "featured": {"type": "null"}, "date": {"type": "string"}, "publicationDate": {"type": "string"}, "category": {"type": "string"}, "description": {"type": "string"}}, "required": ["category", "company", "date", "description", "featured", "id", "location", "logo", "publicationDate", "salaryMax", "salaryMin", "salaryRange", "slug", "source", "tags", "title", "url"]}
980f37ba-2f54-41ef-82a6-13e484da2fcf/409e52b7-8175-4167-bb27-b130d7639209/1/0
Open To Work Remote API
Open To Work Remote API: I build a powerful Job Search API for developers. Here you'll find a great list of remote jobs. It contains accurate sources and allows different filters. For more info: https://api.opentoworkremote.com/ And if you have any doubt, contact me: https://www.opentoworkremote.com/contact More Links: https://linktr.ee/maurobonfietti
8.1
Get One Job
Open To Work Remote - API Get One Job: This endpoint allows you to get all the info about a job using the job id.
404
New Example
{"message": "Job not found.", "class": "Exception", "status": "error", "code": 404}
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"message": {"type": "string"}, "class": {"type": "string"}, "status": {"type": "string"}, "code": {"type": "integer"}}, "required": ["class", "code", "message", "status"]}
b46dbb72-9124-4080-9951-a7d3a618240b/d4c93673-90f3-4820-8c32-8b5233d4df30/0/0
Remote Jobs API
Get a list of remote jobs from different resources: weworkremotely, remoteok, GitHub, StackOverflow, Twitch, Mailchimp, Figma...
9.1
Get the latest remote jobs
Get a list of the latest 20 remote jobs
200
Response
{"meta": {"page": 1, "total": 559, "has_more": true}, "items": [{"_id": "6246db5be7676f0018395187", "company_logo": "https://res.cloudinary.com/shz/image/upload/v1584468335/OKJob/mailchimp-logo.svg", "id": "mailchimp-3966706", "title": "Staff Systems Engineer, Foundry", "location": "remote", "company_name": "mailchimp", "date": "2022-04-01T11:00:43.063Z"}, {"_id": "6246db5be7676f0018395186", "company_logo": "https://res.cloudinary.com/shz/image/upload/v1584468335/OKJob/mailchimp-logo.svg", "id": "mailchimp-3799024", "title": "Group Product Manager - Email & Core", "location": "remote", "company_name": "mailchimp", "date": "2022-04-01T11:00:42.635Z"}, {"_id": "6246db5be7676f0018395185", "company_logo": "https://res.cloudinary.com/shz/image/upload/v1584468335/OKJob/mailchimp-logo.svg", "id": "mailchimp-3892641", "title": "Senior Content Designer", "location": "remote", "company_name": "mailchimp", "date": "2022-04-01T11:00:42.517Z"}, {"_id": "6246db5be7676f0018395184", "company_logo": "https://res.cloudinary.com/shz/image/upload/v1584468335/OKJob/mailchimp-logo.svg", "id": "mailchimp-3927977", "title": "Senior Analyst, Marketing Content & SEO", "location": "remote", "company_name": "mailchimp", "date": "2022-04-01T11:00:42.382Z"}, {"_id": "6246db5be7676f0018395183", "company_logo": "https://res.cloudinary.com/shz/image/upload/v1584468335/OKJob/mailchimp-logo.svg", "id": "mailchimp-3437473", "title": "Analyst, Marketing Analytics", "location": "remote", "company_name": "mailchimp", "date": "2022-04-01T11:00:42.303Z"}, {"_id": "6246db5be7676f0018395182", "company_logo": "https://res.cloudinary.com/shz/image/upload/v1584468335/OKJob/mailchimp-logo.svg", "id": "mailchimp-3343712", "title": "Program Manager", "location": "remote", "company_name": "mailchimp", "date": "2022-04-01T11:00:42.221Z"}, {"_id": "6246db5be7676f0018395180", "company_logo": "https://res.cloudinary.com/shz/image/upload/v1584468335/OKJob/mailchimp-logo.svg", "id": "mailchimp-3871235", "title": "Software Engineer III, Front End Design Systems", "location": "remote", "company_name": "mailchimp", "date": "2022-04-01T11:00:41.826Z"}, {"_id": "6246db5be7676f001839517f", "company_logo": "https://res.cloudinary.com/shz/image/upload/v1584468335/OKJob/mailchimp-logo.svg", "id": "mailchimp-3977799", "title": "Senior Content Strategist(Video Specialty)", "location": "remote", "company_name": "mailchimp", "date": "2022-04-01T11:00:41.724Z"}, {"_id": "6246db5be7676f001839517e", "company_logo": "https://res.cloudinary.com/shz/image/upload/v1584468335/OKJob/mailchimp-logo.svg", "id": "mailchimp-4029545", "title": "Business Systems Analyst", "location": "remote", "company_name": "mailchimp", "date": "2022-04-01T11:00:41.613Z"}, {"_id": "6246db5be7676f001839517c", "company_logo": "https://res.cloudinary.com/shz/image/upload/v1584468335/OKJob/mailchimp-logo.svg", "id": "mailchimp-3981306", "title": "Senior Software Engineer, Data Services - Development", "location": "remote", "company_name": "mailchimp", "date": "2022-04-01T11:00:41.319Z"}, {"_id": "6246db5be7676f001839517a", "company_logo": "https://res.cloudinary.com/shz/image/upload/v1584468335/OKJob/mailchimp-logo.svg", "id": "mailchimp-4020464", "title": "Senior Engineering Manager, Smart Marketing Platform", "location": "remote", "company_name": "mailchimp", "date": "2022-04-01T11:00:41.216Z"}, {"_id": "6246db5be7676f0018395179", "company_logo": "https://res.cloudinary.com/shz/image/upload/v1584468335/OKJob/mailchimp-logo.svg", "id": "mailchimp-3549839", "title": "Product Manager, Customer Data & Privacy", "location": "remote", "company_name": "mailchimp", "date": "2022-04-01T11:00:41.024Z"}, {"_id": "6246db5be7676f0018395178", "company_logo": "https://res.cloudinary.com/shz/image/upload/v1584468335/OKJob/mailchimp-logo.svg", "id": "mailchimp-3589935", "title": "Senior Product Manager-Customer Empowerment", "location": "remote", "company_name": "mailchimp", "date": "2022-04-01T11:00:40.845Z"}, {"_id": "6246db5be7676f0018395177", "company_logo": "https://res.cloudinary.com/shz/image/upload/v1584468335/OKJob/mailchimp-logo.svg", "id": "mailchimp-4004538", "title": "Engineering Manager, Monetization", "location": "remote", "company_name": "mailchimp", "date": "2022-04-01T11:00:40.710Z"}, {"_id": "6246db5be7676f0018395175", "company_logo": "https://res.cloudinary.com/shz/image/upload/v1584468335/OKJob/mailchimp-logo.svg", "id": "mailchimp-3502887", "title": "Project Manager", "location": "remote", "company_name": "mailchimp", "date": "2022-04-01T11:00:40.554Z"}, {"_id": "6246db5be7676f0018395174", "company_logo": "https://res.cloudinary.com/shz/image/upload/v1584468335/OKJob/mailchimp-logo.svg", "id": "mailchimp-4054925", "title": "Senior Golang Software Engineer, Backend", "location": "remote", "company_name": "mailchimp", "date": "2022-04-01T11:00:40.486Z"}, {"_id": "6246db5be7676f0018395172", "company_logo": "https://res.cloudinary.com/shz/image/upload/v1584468335/OKJob/mailchimp-logo.svg", "id": "mailchimp-4055875", "title": "Support Insights Analyst III", "location": "remote", "company_name": "mailchimp", "date": "2022-04-01T11:00:40.178Z"}, {"_id": "6246db5be7676f0018395171", "company_logo": "https://res.cloudinary.com/shz/image/upload/v1584468335/OKJob/mailchimp-logo.svg", "id": "mailchimp-3971589", "title": "Partner Success Associate", "location": "remote", "company_name": "mailchimp", "date": "2022-04-01T11:00:39.977Z"}, {"_id": "6246db5be7676f0018395170", "company_logo": "https://res.cloudinary.com/shz/image/upload/v1584468335/OKJob/mailchimp-logo.svg", "id": "mailchimp-4081479", "title": "Sales Director", "location": "remote", "company_name": "mailchimp", "date": "2022-04-01T11:00:39.828Z"}, {"_id": "6246db5be7676f001839516f", "company_logo": "https://res.cloudinary.com/shz/image/upload/v1584468335/OKJob/mailchimp-logo.svg", "id": "mailchimp-3954564", "title": "Senior Service Designer", "location": "remote", "company_name": "mailchimp", "date": "2022-04-01T11:00:39.662Z"}]}
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"meta": {"type": "object", "properties": {"page": {"type": "integer"}, "total": {"type": "integer"}, "has_more": {"type": "boolean"}}, "required": ["has_more", "page", "total"]}, "items": {"type": "array", "items": {"type": "object", "properties": {"_id": {"type": "string"}, "company_logo": {"type": "string"}, "id": {"type": "string"}, "title": {"type": "string"}, "location": {"type": "string"}, "company_name": {"type": "string"}, "date": {"type": "string"}}, "required": ["_id", "company_logo", "company_name", "date", "id", "location", "title"]}}}, "required": ["items", "meta"]}
c66e8318-20ff-4f6e-9f94-9f84c26c6625/e6489734-7908-470f-b446-e01bf18f8373/0/0
Jobs
A list of tech jobs aggregated from different sources, updated montly
null
GET jobs
Firehose access of all jobs in our database
200
New Example
[{"title": "Lyriant Advisory: Investigator (Remote)", "company": null, "description": "<img src=\"https://we-work-remotely.imgix.net/logos/0098/8889/logo.gif?ixlib=rails-4.0.0&amp;w=50&amp;h=50&amp;dpr=2&amp;fit=fill&amp;auto=compress\" />\n\n<p>\n <strong>Headquarters:</strong> Bangkok, Thailand\n <br /><strong>URL:</strong> <a href=\"https://lyriant.com\">https://lyriant.com</a>\n</p>\n\n<div> </div><div>Position Overview:</div><div>As an Investigator, you will play a crucial role in conducting in-depth investigations, analyzing complex data, and delivering actionable intelligence to our esteemed clientele. You will collaborate with a diverse group of professionals, including legal experts, analysts, and researchers, to provide comprehensive investigative solutions tailored to our clients' specific needs.</div><div> </div><div>Responsibilities:</div><div> </div><div>-Perform thorough due diligence investigations on individuals, companies, and entities, uncovering potential risks and assessing reputational concerns.</div><div>-Conduct in-depth business intelligence research using various tools, databases, and open-source platforms to gather relevant information and identify key insights.</div><div>-Conduct fraud investigations to uncover fraudulent activities, including financial fraud, embezzlement, and misappropriation of assets.</div><div>-Trace and track assets, including cryptocurrencies, utilizing advanced investigative techniques and tools.</div><div>-Provide litigation support by gathering evidence, conducting interviews, and preparing comprehensive reports for legal proceedings.</div><div>-Conduct vendor compliance investigations to ensure compliance with regulatory standards, identify potential conflicts of interest, and mitigate third-party risks.</div><div>-Assess and analyze political risks, including geopolitical developments, policy changes, and regulatory landscapes, to assist clients in making informed business decisions.</div><div>-Collaborate with cross-functional teams to share knowledge, expertise, and insights for collective problem-solving and delivering comprehensive solutions to clients.</div>\n\n<p><strong>To apply:</strong> <a href=\"https://weworkremotely.com/remote-jobs/lyriant-advisory-investigator-remote\">https://weworkremotely.com/remote-jobs/lyriant-advisory-investigator-remote</a></p>", "tags": "All Other Remote", "location": null, "pubDate": null, "link": "https://weworkremotely.com/remote-jobs/lyriant-advisory-investigator-remote", "image": null, "source": "https://weworkremotely.com/remote-jobs.rss"}]
{"$schema": "http://json-schema.org/schema#", "type": "array", "items": {"type": "object", "properties": {"title": {"type": "string"}, "company": {"type": "null"}, "description": {"type": "string"}, "tags": {"type": "string"}, "location": {"type": "null"}, "pubDate": {"type": "null"}, "link": {"type": "string"}, "image": {"type": "null"}, "source": {"type": "string"}}, "required": ["company", "description", "image", "link", "location", "pubDate", "source", "tags", "title"]}}
62cf72d0-3a12-407e-bbdd-60edf1910cfc/89cf56cb-979e-4574-a3f0-8a9c2942f6e6/0/0
ByteBricks
German Job Listing API Powered By AI
null
/app/job-listings
404
null
{"message": ""}
{"type": "object", "properties": {"message": {"type": "string"}}}
62cf72d0-3a12-407e-bbdd-60edf1910cfc/89cf56cb-979e-4574-a3f0-8a9c2942f6e6/1/0
ByteBricks
German Job Listing API Powered By AI
null
/app/job-listings
401
null
{"message": ""}
{"type": "object", "properties": {"message": {"type": "string"}}}
62cf72d0-3a12-407e-bbdd-60edf1910cfc/89cf56cb-979e-4574-a3f0-8a9c2942f6e6/2/0
ByteBricks
German Job Listing API Powered By AI
null
/app/job-listings
400
null
{"message": "", "errors": {}}
{"type": "object", "properties": {"message": {"type": "string"}, "errors": {"type": "object"}}}
62cf72d0-3a12-407e-bbdd-60edf1910cfc/89cf56cb-979e-4574-a3f0-8a9c2942f6e6/3/0
ByteBricks
German Job Listing API Powered By AI
null
/app/job-listings
500
null
{"message": ""}
{"type": "object", "properties": {"message": {"type": "string"}}}
62cf72d0-3a12-407e-bbdd-60edf1910cfc/89cf56cb-979e-4574-a3f0-8a9c2942f6e6/4/0
ByteBricks
German Job Listing API Powered By AI
null
/app/job-listings
403
null
{"message": ""}
{"type": "object", "properties": {"message": {"type": "string"}}}
62cf72d0-3a12-407e-bbdd-60edf1910cfc/89cf56cb-979e-4574-a3f0-8a9c2942f6e6/5/0
ByteBricks
German Job Listing API Powered By AI
null
/app/job-listings
200
null
{"data": [{"uid": "BB-6509645d83600-6509645d83601", "external_reference": "10000-1195978327-S", "listing_url": "https://www.arbeitsagentur.de/jobsuche/suche?angebotsart=4&veroeffentlichtseit=1&beruf=Kaufmann%2F-frau%20-%20Gro%C3%9F-%20und%20Au%C3%9Fenhandelsmanag.%20(Gro%C3%9Fhandel)&id=10000-1195978327-S", "contract_category_type": "ausbildung", "contract_type": "", "salaries_agreement": "Handel NRW", "salary_range": "", "required_education_level": "", "full_address": "Albert-Einstein-Str. 11, 51674, Wiehl, Nordrhein-Westfalen, Deutschland", "workplace_street": "Albert-Einstein-Str. 11", "workplace_place": "", "job_description": "Wir, die GSG Farben GmbH, sind", "external_application_url": "http://www.gsg-farben.de", "listing_title": "Ausbildung 2024: Kaufmann/-frau (m/w/d) im Gro\u00df- und Au\u00dfenhandelsmanagement", "number_of_vacancies": 1, "workplace_postcode": 51674, "created_at": "2023-09-19T09:05:33.000000Z", "updated_at": "2023-09-19T09:05:33.000000Z", "listing_update_date": "2023-09-18 00:00:00", "listing_date": "2023-09-18 00:00:00", "timestamp": "", "job_application_deadline": "", "job_application_start_date": "", "job_first_online_date": "2023-09-18 00:00:00", "job_last_online_date": "", "external_timestamp": "", "contract_start_date": "2024-08-01 00:00:00", "contract_end_date": "", "employer": {"employer_identifier": "", "employer_logo": "", "employer_name": "", "employer_website": "", "employer_place": "", "employer_street": "", "employer_introduction": "", "employer_introduction_url": "", "employer_size_from": 0, "employer_size_to": 0, "employer_postcode": 0, "employer_size": 0, "city": {"slug": "", "de": "", "en": ""}, "state": {"slug": "", "de": "", "en": ""}, "country": {"slug": "", "de": "", "en": ""}, "contact": {"contact_salutation": "MR", "contact_first_name": "", "contact_last_name": "", "contact_street": "", "contact_email": "", "contact_company": "", "contact_position": "", "contact_place": "", "contact_phone": "", "contact_mobile": "", "contact_postcode": 0}}, "occupation": {"slug": "", "de": "", "en": "", "male": "", "female": "", "occupation_category": {"slug": "", "de": "", "en": "", "occupation_category_group": {"slug": "", "de": "", "en": ""}}, "occupation_group": {"slug": "", "de": "", "en": ""}, "occupation_salaries": []}, "listing_type": "", "languages": [], "seeked_qualities": [{"slug": "", "de": "", "en": ""}], "source": {"slug": "", "logo": "", "de": "", "en": ""}, "contact": {"contact_salutation": "MR", "contact_first_name": "", "contact_last_name": "", "contact_street": "", "contact_email": "", "contact_company": "", "contact_position": "", "contact_place": "", "contact_phone": "", "contact_mobile": "", "contact_postcode": 0}, "listing_hours_type": {"slug": "", "de": "", "en": ""}, "required_language": "", "city": {"slug": "", "de": "", "en": ""}, "country": {"slug": "", "de": "", "en": ""}, "state": {"slug": "", "de": "", "en": ""}}], "links": {"first": "", "last": "", "prev": "", "next": ""}, "meta": {"current_page": 0, "from": 0, "last_page": 0, "links": [{"url": "", "label": "", "active": true}], "path": "", "per_page": 0, "to": 0, "total": 0}, "request_info": {"url": "", "http_method": "", "params": {}}}
{"type": "object", "properties": {"data": {"type": "array", "items": {"type": "object", "properties": {"uid": {"type": "string"}, "external_reference": {"type": "string"}, "listing_url": {"type": "string", "format": "uri"}, "contract_category_type": {"type": "string"}, "contract_type": {"type": ["string", "null"]}, "salaries_agreement": {"type": "string"}, "salary_range": {"type": ["string", "null"]}, "required_education_level": {"type": ["string", "null"]}, "full_address": {"type": "string"}, "workplace_street": {"type": "string"}, "workplace_place": {"type": ["string", "null"]}, "job_description": {"type": "string"}, "external_application_url": {"type": "string", "format": "uri"}, "listing_title": {"type": "string"}, "number_of_vacancies": {"type": "integer"}, "workplace_postcode": {"type": "integer"}, "created_at": {"type": "string", "format": "date-time"}, "updated_at": {"type": "string", "format": "date-time"}, "listing_update_date": {"type": "string", "format": "date-time"}, "listing_date": {"type": "string", "format": "date-time"}, "timestamp": {"type": ["string", "null"], "format": "date-time"}, "job_application_deadline": {"type": ["string", "null"], "format": "date-time"}, "job_application_start_date": {"type": ["string", "null"], "format": "date-time"}, "job_first_online_date": {"type": "string", "format": "date-time"}, "job_last_online_date": {"type": ["string", "null"], "format": "date-time"}, "external_timestamp": {"type": ["string", "null"], "format": "date-time"}, "contract_start_date": {"type": "string", "format": "date-time"}, "contract_end_date": {"type": ["string", "null"], "format": "date-time"}, "employer": {"type": "object", "properties": {"employer_identifier": {"type": "string"}, "employer_logo": {"type": ["string", "null"]}, "employer_name": {"type": "string"}, "employer_website": {"type": ["string", "null"], "format": "uri"}, "employer_place": {"type": ["string", "null"]}, "employer_street": {"type": "string"}, "employer_introduction": {"type": ["string", "null"]}, "employer_introduction_url": {"type": ["string", "null"], "format": "uri"}, "employer_size_from": {"type": ["integer", "null"]}, "employer_size_to": {"type": ["integer", "null"]}, "employer_postcode": {"type": "integer"}, "employer_size": {"type": ["integer", "null"]}, "city": {"type": "object", "properties": {"slug": {"type": "string"}, "de": {"type": "string"}, "en": {"type": ["string", "null"]}}}, "state": {"type": "object", "properties": {"slug": {"type": "string"}, "de": {"type": "string"}, "en": {"type": ["string", "null"]}}}, "country": {"type": "object", "properties": {"slug": {"type": "string"}, "de": {"type": "string"}, "en": {"type": ["string", "null"]}}}, "contact": {"type": "object", "properties": {"contact_salutation": {"type": ["string", "null"], "enum": ["MR", "MRS", "FRAU", "HERR", null]}, "contact_first_name": {"type": ["string", "null"]}, "contact_last_name": {"type": ["string", "null"]}, "contact_street": {"type": ["string", "null"]}, "contact_email": {"type": ["string", "null"], "format": "email"}, "contact_company": {"type": ["string", "null"]}, "contact_position": {"type": ["string", "null"]}, "contact_place": {"type": ["string", "null"]}, "contact_phone": {"type": ["string", "null"]}, "contact_mobile": {"type": ["string", "null"]}, "contact_postcode": {"type": ["integer", "null"]}}}}}, "occupation": {"type": "object", "properties": {"slug": {"type": "string"}, "de": {"type": ["string", "null"]}, "en": {"type": ["string", "null"]}, "male": {"type": ["string", "null"]}, "female": {"type": ["string", "null"]}, "occupation_category": {"type": "object", "properties": {"slug": {"type": "string"}, "de": {"type": ["string", "null"]}, "en": {"type": ["string", "null"]}, "occupation_category_group": {"type": "object", "properties": {"slug": {"type": "string"}, "de": {"type": ["string", "null"]}, "en": {"type": ["string", "null"]}}}}}, "occupation_group": {"type": "object", "properties": {"slug": {"type": "string"}, "de": {"type": ["string", "null"]}, "en": {"type": ["string", "null"]}}}, "occupation_salaries": {"type": "array", "items": {"type": "string"}}}}, "listing_type": {"type": ["string", "null"]}, "languages": {"type": "array", "items": {"type": "string"}}, "seeked_qualities": {"type": "array", "items": {"type": "object", "properties": {"slug": {"type": "string"}, "de": {"type": ["string", "null"]}, "en": {"type": ["string", "null"]}}}}, "source": {"type": "object", "properties": {"slug": {"type": "string"}, "logo": {"type": "string"}, "de": {"type": "string"}, "en": {"type": "string"}}}, "contact": {"type": "object", "properties": {"contact_salutation": {"type": ["string", "null"], "enum": ["MR", "MRS", "FRAU", "HERR", null]}, "contact_first_name": {"type": ["string", "null"]}, "contact_last_name": {"type": ["string", "null"]}, "contact_street": {"type": ["string", "null"]}, "contact_email": {"type": ["string", "null"], "format": "email"}, "contact_company": {"type": ["string", "null"]}, "contact_position": {"type": ["string", "null"]}, "contact_place": {"type": ["string", "null"]}, "contact_phone": {"type": ["string", "null"]}, "contact_mobile": {"type": ["string", "null"]}, "contact_postcode": {"type": ["integer", "null"]}}}, "listing_hours_type": {"type": "object", "properties": {"slug": {"type": "string"}, "de": {"type": "string"}, "en": {"type": ["string", "null"]}}}, "required_language": {"type": ["string", "null"]}, "city": {"type": "object", "properties": {"slug": {"type": "string"}, "de": {"type": "string"}, "en": {"type": ["string", "null"]}}}, "country": {"type": "object", "properties": {"slug": {"type": "string"}, "de": {"type": "string"}, "en": {"type": ["string", "null"]}}}, "state": {"type": "object", "properties": {"slug": {"type": "string"}, "de": {"type": "string"}, "en": {"type": ["string", "null"]}}}}}}, "links": {"type": "object", "properties": {"first": {"type": "string", "format": "uri"}, "last": {"type": "string", "format": "uri"}, "prev": {"type": ["string", "null"], "format": "uri"}, "next": {"type": ["string", "null"], "format": "uri"}}}, "meta": {"type": "object", "properties": {"current_page": {"type": "integer"}, "from": {"type": "integer"}, "last_page": {"type": "integer"}, "links": {"type": "array", "items": {"type": "object", "properties": {"url": {"type": ["string", "null"], "format": "uri"}, "label": {"type": "string"}, "active": {"type": "boolean"}}}}, "path": {"type": "string", "format": "uri"}, "per_page": {"type": "integer"}, "to": {"type": "integer"}, "total": {"type": "integer"}}}, "request_info": {"type": "object", "properties": {"url": {"type": "string", "format": "uri"}, "http_method": {"type": "string"}, "params": {"type": "object", "additionalProperties": {"type": "string"}}}}}}
7431150f-3f44-4317-9429-6dc621bbb1e5/d4795657-0e24-42bf-8eba-6ce2e32104bd/0/0
Job Descriptions API
Our API can estimate salary ranges, classify job descriptions, extract information from job descriptions and moderate job descriptions.
7.7
batchExtractSalaryRange
The job description can be sent in HTML or in plain text. The Salary Range API endpoint returns the minimum and the maximum values of the salary range, the currency and the salary type (e.g. hourly, yearly). The batch API endpoints can accept up to 100 job listings. The possible error codes are: MissingJobDescription when the job description is missing in the request InternalServerError when something went wrong. Please retry when you get an InternalServerError.
200
New Example
{"count": 1, "success_count": 1, "error_count": 0, "results": [{"error_code": "", "has_salary": true, "salary": {"currency": "USD", "min_salary": 180000, "max_salary": 260000, "salary_type": "yearly"}}]}
{"type": "object", "properties": {"count": {"type": "integer"}, "success_count": {"type": "integer"}, "error_count": {"type": "integer"}, "results": {"type": "array", "items": {"type": "object", "properties": {"error_code": {"type": "string"}, "has_salary": {"type": "boolean"}, "salary": {"type": "object", "properties": {"currency": {"type": "string"}, "min_salary": {"type": "integer"}, "max_salary": {"type": "integer"}, "salary_type": {"type": "string"}}}}}}}}
7431150f-3f44-4317-9429-6dc621bbb1e5/2395c7c5-4443-47e3-83d8-cb74e5cb1612/0/0
Job Descriptions API
Our API can estimate salary ranges, classify job descriptions, extract information from job descriptions and moderate job descriptions.
7.7
batchClassifyJD
The batch API endpoint can accept up to 100 job listings. We currently support Dutch, English, French, German, Italian, Polish, Portuguese, Spanish and Turkish for the extraction of the number of years of experience. The possible error codes are: MissingJobTitle when the job title is missing in the request NoClassification when no occupation matches with the content InternalServerError when something went wrong. Please retry when you get an InternalServerError.
200
Response
{"count": 1, "success_count": 1, "error_count": 0, "classifications": [{"error_code": "", "onet_code": "15-1254.00", "job_function": "Web Developers", "seniority": "mid"}]}
{"type": "object", "properties": {"count": {"type": "integer"}, "success_count": {"type": "integer"}, "error_count": {"type": "integer"}, "classifications": {"type": "array", "items": {"type": "object", "properties": {"error_code": {"type": "string"}, "onet_code": {"type": "string"}, "job_function": {"type": "string"}, "seniority": {"type": "string"}}}}}}
7431150f-3f44-4317-9429-6dc621bbb1e5/b89912a5-4c43-4ce7-a08e-5af9a0358de1/0/0
Job Descriptions API
Our API can estimate salary ranges, classify job descriptions, extract information from job descriptions and moderate job descriptions.
7.7
extractYearsExperience
Extract the numbers of years of experience. The job description can be in HTML or in plain text. It returns -1 for both the minimum and maximum if there are no required numbers of years of experience. It returns -1 for both the maximum if there is only a minimum number of years of experience.
200
Response
{"minimum_years_of_experience": 7, "maximum_years_of_experience": -1}
{"type": "object", "properties": {"minimum_years_of_experience": {"type": "integer"}, "maximum_years_of_experience": {"type": "integer"}}}
7431150f-3f44-4317-9429-6dc621bbb1e5/f12f066c-76d6-4406-b96d-9e3a3056ec89/0/0
Job Descriptions API
Our API can estimate salary ranges, classify job descriptions, extract information from job descriptions and moderate job descriptions.
7.7
extractSalaryRange
Extracts a salary range from a job description. The job description can be in HTML or plain text.
200
WithSalary
{"has_salary": true, "salary": {"currency": "USD", "min_salary": 180000, "max_salary": 260000, "salary_type": "yearly"}}
{"type": "object", "properties": {"has_salary": {"type": "boolean"}, "salary": {"type": "object|null", "properties": {"currency": {"type": "string"}, "min_salary": {"type": "integer"}, "max_salary": {"type": "integer"}, "salary_type": {"type": "string"}}}}}
7431150f-3f44-4317-9429-6dc621bbb1e5/f12f066c-76d6-4406-b96d-9e3a3056ec89/0/1
Job Descriptions API
Our API can estimate salary ranges, classify job descriptions, extract information from job descriptions and moderate job descriptions.
7.7
extractSalaryRange
Extracts a salary range from a job description. The job description can be in HTML or plain text.
200
WithoutSalary
{"has_salary": false, "salary": null}
{"type": "object", "properties": {"has_salary": {"type": "boolean"}, "salary": {"type": "object|null", "properties": {"currency": {"type": "string"}, "min_salary": {"type": "integer"}, "max_salary": {"type": "integer"}, "salary_type": {"type": "string"}}}}}
7431150f-3f44-4317-9429-6dc621bbb1e5/3b3854f4-6dcb-4184-86f0-b8748819335a/0/0
Job Descriptions API
Our API can estimate salary ranges, classify job descriptions, extract information from job descriptions and moderate job descriptions.
7.7
estimateSalaryRange
Estimates a salary range. It returns a 404 if it cannot estimate the salary range. The salary_type value can be "yearly", "monthly", "weekly", "daily" or "hourly".
200
New Example
{"currency": "usd", "min_salary": 138000, "max_salary": 206000, "salary_type": "yearly"}
{"type": "object", "properties": {"currency": {"type": "string"}, "min_salary": {"type": "number"}, "max_salary": {"type": "number"}, "salary_type": {"type": "string"}}}
7431150f-3f44-4317-9429-6dc621bbb1e5/ae4bd77a-b5df-41e9-8c7c-f4b208f31735/0/0
Job Descriptions API
Our API can estimate salary ranges, classify job descriptions, extract information from job descriptions and moderate job descriptions.
7.7
retrieveJobDescriptionReview
Retrieves the results of a job description review. Returns 404 if the job description review is not ready. Generating the review can take up to 30 seconds. The suggestion types are "Spelling", "Grammar", "Non-discriminatory", "Gender Bias" and "DEI Statement". For Gender Bias, there are three subtypes: "Masculine", "Feminine" and "Biased".
200
Response
{"score_data": {"description": "Total number of warnings: 6", "score": 0}, "checklists": [{"title": "Spelling", "description": "3 warnings", "status": "Warning"}, {"title": "Grammar", "description": "0 warnings", "status": "Success"}, {"title": "Non-discriminatory", "description": "0 warnings", "status": "Success"}, {"title": "Gender Bias", "description": "0 warnings", "status": "Success"}, {"title": "Salary Range", "description": "Missing", "status": "Warning"}, {"title": "Benefits", "description": "Missing", "status": "Warning"}], "suggestions": [{"id": "5113347838050304", "create_time": "2023-08-02T15:39:10Z", "update_time": "2023-08-02T15:39:10Z", "current_text": "enginer", "suggested_text": "engineer", "type": "Spelling", "sub_type": "", "text_index": 28, "status": "Pending", "job_description_id": "5709103087222784", "company_id": "your-rapidapi-username", "owner_type": "RapidAPI", "highlight_color": "orange"}, {"id": "5634057526312960", "create_time": "2023-08-21T02:19:25Z", "update_time": "2023-08-21T02:19:25Z", "current_text": "", "suggested_text": "We are dedicated to fostering a diverse, equitable, and inclusive workplace where every individual is valued and respected, free from discrimination based on race, color, religion, national origin, sex, sexual orientation, gender identity, age, disability, veteran status, or any other protected characteristic. Our commitment to diversity, equity, and inclusion extends to providing reasonable accommodations for individuals with disabilities, ensuring everyone can contribute their unique talents.", "type": "DEI Statement", "sub_type": "", "text_index": 72, "status": "Pending", "job_description_id": "5709103087222784", "company_id": "your-rapidapi-username", "owner_type": "RapidAPI", "highlight_color": "blue"}, {"id": "5676297791471616", "create_time": "2023-08-02T15:39:10Z", "update_time": "2023-08-02T15:39:10Z", "current_text": "softwre", "suggested_text": "software", "type": "Spelling", "sub_type": "", "text_index": 20, "status": "Pending", "job_description_id": "5709103087222784", "company_id": "your-rapidapi-username", "owner_type": "RapidAPI", "highlight_color": "orange"}, {"id": "6239247744892928", "create_time": "2023-08-02T15:42:54Z", "update_time": "2023-08-02T15:42:54Z", "current_text": "pople", "suggested_text": "people", "type": "Spelling", "sub_type": "", "text_index": 67, "status": "Pending", "job_description_id": "5709103087222784", "company_id": "your-rapidapi-username", "owner_type": "RapidAPI", "highlight_color": "orange"}], "update_time": "2023-08-21T02:19:25Z", "feminine_issue_count": 0, "masculine_issue_count": 0}
{"type": "object", "properties": {"score_data": {"type": "object", "properties": {"description": {"type": "string"}, "score": {"type": "integer"}}}, "checklists": {"type": "array", "items": {"type": "object", "properties": {"title": {"type": "string"}, "description": {"type": "string"}, "status": {"type": "string"}}}}, "suggestions": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "create_time": {"type": "string"}, "update_time": {"type": "string"}, "current_text": {"type": "string"}, "suggested_text": {"type": "string"}, "type": {"type": "string"}, "sub_type": {"type": "string"}, "text_index": {"type": "integer"}, "status": {"type": "string"}, "job_description_id": {"type": "string"}, "company_id": {"type": "string"}, "owner_type": {"type": "string"}, "highlight_color": {"type": "string"}}}}, "update_time": {"type": "string"}, "feminine_issue_count": {"type": "integer"}, "masculine_issue_count": {"type": "integer"}}}
7431150f-3f44-4317-9429-6dc621bbb1e5/204f1812-d21d-4729-ab81-8fafb7433617/0/0
Job Descriptions API
Our API can estimate salary ranges, classify job descriptions, extract information from job descriptions and moderate job descriptions.
7.7
startAsyncJobDescriptionReview
Requests the asynchronous review of a job description. You first need to create a job description with the POST /v1/job-description API endpoint.
200
Response
{"job_description_id": "5709103087222784"}
{"type": "object", "properties": {"job_description_id": {"type": "string"}}}
7431150f-3f44-4317-9429-6dc621bbb1e5/de2edb1a-2013-40ca-a319-362154f5ae98/0/0
Job Descriptions API
Our API can estimate salary ranges, classify job descriptions, extract information from job descriptions and moderate job descriptions.
7.7
retrieveJobDescriptionModeration
Retrieves the result of the job description moderation. It returns a 404 if the job description moderation is not ready. The moderation takes around 10 seconds to be generated.
200
Response
{"id": "5753878121283584", "create_time": "2023-08-23T06:58:42Z", "is_job_description": true, "is_job_title_valid": true, "has_employment_type": false, "has_job_location": false, "has_company_name": false, "has_company_description": false, "has_no_gender_bias": true, "has_requirements_description": false, "has_responsibilities": true, "has_no_offensive_language": false, "has_email_addresses": false, "match_requirements_and_responsibilities": false, "match_title_and_responsibilities": true, "warnings": [{"type": "offensive", "index": 82, "text": "fucking"}]}
{"type": "object", "properties": {"id": {"type": "string"}, "create_time": {"type": "string"}, "is_job_description": {"type": "boolean"}, "is_job_title_valid": {"type": "boolean"}, "has_employment_type": {"type": "boolean"}, "has_job_location": {"type": "boolean"}, "has_company_name": {"type": "boolean"}, "has_company_description": {"type": "boolean"}, "has_no_gender_bias": {"type": "boolean"}, "has_requirements_description": {"type": "boolean"}, "has_responsibilities": {"type": "boolean"}, "has_no_offensive_language": {"type": "boolean"}, "has_email_addresses": {"type": "boolean"}, "match_requirements_and_responsibilities": {"type": "boolean"}, "match_title_and_responsibilities": {"type": "boolean"}, "warnings": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "index": {"type": "integer"}, "text": {"type": "string"}}}}}}
7431150f-3f44-4317-9429-6dc621bbb1e5/aacb2bef-b296-44a4-891e-f5ad48fd2d88/0/0
Job Descriptions API
Our API can estimate salary ranges, classify job descriptions, extract information from job descriptions and moderate job descriptions.
7.7
startAsyncJobDescriptionModeration
Requests an asynchronous job description moderation. You first need to use the POST /v1/job-description API endpoint to create the job description.
200
New Example
{"job_description_id": "5709103087222784"}
{"type": "object", "properties": {"job_description_id": {"type": "string"}}}
7431150f-3f44-4317-9429-6dc621bbb1e5/0c86930e-7d64-47ee-9684-f9145732b8c3/0/0
Job Descriptions API
Our API can estimate salary ranges, classify job descriptions, extract information from job descriptions and moderate job descriptions.
7.7
retrieveRecentJobDescriptions
Retrieves up to 100 recent job descriptions, ordered by creation time
200
Response
[{"id": "5709103087222784", "create_time": "2023-08-01T07:43:21Z", "update_time": "2023-08-02T15:42:43Z", "title": "Software Engineer", "plain_text_description": "We're looking for a software engineer. ", "html_description": "<p>We're looking for a software engineer. </p>", "company_id": "your-rapidapi-username", "owner_type": "RapidAPI", "is_deleted": false, "created_by": "your-rapidapi-username", "updated_by": "your-rapidapi-username"}]
{"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "create_time": {"type": "string"}, "update_time": {"type": "string"}, "title": {"type": "string"}, "plain_text_description": {"type": "string"}, "html_description": {"type": "string"}, "company_id": {"type": "string"}, "owner_type": {"type": "string"}, "is_deleted": {"type": "boolean"}, "created_by": {"type": "string"}, "updated_by": {"type": "string"}}}}
7431150f-3f44-4317-9429-6dc621bbb1e5/5d01d0b2-862c-4c4c-9373-5a52f09a6fcb/0/0
Job Descriptions API
Our API can estimate salary ranges, classify job descriptions, extract information from job descriptions and moderate job descriptions.
7.7
retrieveJobDescription
Retrieves a job description
200
New Example
{"id": "5709103087222784", "create_time": "2023-08-01T07:43:21Z", "update_time": "2023-08-02T15:42:43Z", "title": "Software Engineer", "plain_text_description": "We're looking for a software engineer. ", "html_description": "<p>We're looking for a software engineer. </p>", "company_id": "your-rapidapi-username", "owner_type": "RapidAPI", "is_deleted": false, "created_by": "your-rapidapi-username", "updated_by": "your-rapidapi-username"}
{"type": "object", "properties": {"id": {"type": "string"}, "create_time": {"type": "string"}, "update_time": {"type": "string"}, "title": {"type": "string"}, "plain_text_description": {"type": "string"}, "html_description": {"type": "string"}, "company_id": {"type": "string"}, "owner_type": {"type": "string"}, "is_deleted": {"type": "boolean"}, "created_by": {"type": "string"}, "updated_by": {"type": "string"}}}
7431150f-3f44-4317-9429-6dc621bbb1e5/1ac122d3-aa7b-4575-a14d-3805cb2120ec/0/0
Job Descriptions API
Our API can estimate salary ranges, classify job descriptions, extract information from job descriptions and moderate job descriptions.
7.7
retrieveJobDescriptionReformat
Retrieves the reformatted version of the job description. It returns a "successful" or "failed" status if the request has been completed. It returns a "pending" status if the request is still pending. It returns 404 if there is no request to reformat the job description or the job description doesn't exist.
200
Pending
{"id": "5770190541291520", "create_time": "2023-08-19T02:46:43Z", "update_time": "2023-08-19T02:46:43Z", "company_id": "your-rapidapi-username", "owner_type": "RapidAPI", "job_description_id": "5709103087222784", "status": "pending", "original_html_description": "<div>We're looking for an amazing software engineer. We're an equal opportunity employer.</div>", "reformatted_html_description": ""}
{"type": "object", "properties": {"id": {"type": "string"}, "create_time": {"type": "string"}, "update_time": {"type": "string"}, "company_id": {"type": "string"}, "owner_type": {"type": "string"}, "job_description_id": {"type": "string"}, "status": {"type": "string"}, "original_html_description": {"type": "string"}, "reformatted_html_description": {"type": "string"}}}
7431150f-3f44-4317-9429-6dc621bbb1e5/1ac122d3-aa7b-4575-a14d-3805cb2120ec/0/1
Job Descriptions API
Our API can estimate salary ranges, classify job descriptions, extract information from job descriptions and moderate job descriptions.
7.7
retrieveJobDescriptionReformat
Retrieves the reformatted version of the job description. It returns a "successful" or "failed" status if the request has been completed. It returns a "pending" status if the request is still pending. It returns 404 if there is no request to reformat the job description or the job description doesn't exist.
200
Successful
{"id": "5770190541291520", "create_time": "2023-08-19T02:46:43Z", "update_time": "2023-08-19T02:46:43Z", "company_id": "your-rapidapi-username", "owner_type": "RapidAPI", "job_description_id": "5709103087222784", "status": "successful", "original_html_description": "<div>We're looking for an amazing software engineer. We're an equal opportunity employer.</div>", "reformatted_html_description": "<div><p>We're looking for an amazing software engineer. </p><p>We're an equal opportunity employer.</p></div>"}
{"type": "object", "properties": {"id": {"type": "string"}, "create_time": {"type": "string"}, "update_time": {"type": "string"}, "company_id": {"type": "string"}, "owner_type": {"type": "string"}, "job_description_id": {"type": "string"}, "status": {"type": "string"}, "original_html_description": {"type": "string"}, "reformatted_html_description": {"type": "string"}}}
7431150f-3f44-4317-9429-6dc621bbb1e5/3061ed9e-cec5-46f3-9396-5ff27957301a/0/0
Job Descriptions API
Our API can estimate salary ranges, classify job descriptions, extract information from job descriptions and moderate job descriptions.
7.7
startAsyncJobDescriptionReformatting
Requests the asynchronous job description reformatting. This API endpoint accepts a job description ID, which is returned by the POST /v1/job-description API endpoint The response will be sent to your webhook URL. The response can also be retrieved after 5 to 10 seconds with the GET /v1/ job-description-reformat API endpoint.
200
Response
{"job_description_id": "5127745994489856"}
{"type": "object", "properties": {"job_description_id": {"type": "string"}}}
7431150f-3f44-4317-9429-6dc621bbb1e5/13e23590-74cc-40dc-bcef-1a5ddddc5827/0/0
Job Descriptions API
Our API can estimate salary ranges, classify job descriptions, extract information from job descriptions and moderate job descriptions.
7.7
checkJobDescriptionFormat
Checks whether an HTML job description is correctly formatted. If the job description has lost its bullet points and line breaks, this API endpoint will return false. If it returns false, you can use the reformat API endpoint to reformat the HTML job description.
200
New Example
{"is_well_formatted": true}
{"type": "object", "properties": {"is_well_formatted": {"type": "boolean"}}}
7431150f-3f44-4317-9429-6dc621bbb1e5/2ba922d5-5761-48d6-a55a-1c61b8768574/0/0
Job Descriptions API
Our API can estimate salary ranges, classify job descriptions, extract information from job descriptions and moderate job descriptions.
7.7
updateJobDescription
Updates a job description
200
New Example
{"id": "5709103087222784", "create_time": "2023-08-01T07:43:21Z", "update_time": "2023-08-02T15:42:43Z", "title": "Software Engineer", "plain_text_description": "We're looking for an amazing software engineer.", "html_description": "<p>We're looking for an amazing software engineer. </p>", "company_id": "your-rapidapi-username", "owner_type": "RapidAPI", "is_deleted": false, "created_by": "your-rapidapi-username", "updated_by": "your-rapidapi-username"}
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"id": {"type": "string"}, "create_time": {"type": "string"}, "update_time": {"type": "string"}, "title": {"type": "string"}, "plain_text_description": {"type": "string"}, "html_description": {"type": "string"}, "company_id": {"type": "string"}, "owner_type": {"type": "string"}, "is_deleted": {"type": "boolean"}, "created_by": {"type": "string"}, "updated_by": {"type": "string"}}, "required": ["company_id", "create_time", "created_by", "html_description", "id", "is_deleted", "owner_type", "plain_text_description", "title", "update_time", "updated_by"]}
7431150f-3f44-4317-9429-6dc621bbb1e5/e7b417b0-e8f5-4a53-9b18-ae33fa6e80c1/0/0
Job Descriptions API
Our API can estimate salary ranges, classify job descriptions, extract information from job descriptions and moderate job descriptions.
7.7
createJobDescription
Creates a job description
200
New Example
{"id": "5709103087222784", "create_time": "2023-08-01T07:43:21Z", "update_time": "2023-08-02T15:42:43Z", "title": "Software Engineer", "plain_text_description": "We're looking for a software engineer. ", "html_description": "<p>We're looking for a software engineer. </p>", "company_id": "your-rapidapi-username", "owner_type": "RapidAPI", "is_deleted": false, "created_by": "your-rapidapi-username", "updated_by": "your-rapidapi-username"}
{"type": "object", "properties": {"id": {"type": "string"}, "create_time": {"type": "string"}, "update_time": {"type": "string"}, "title": {"type": "string"}, "plain_text_description": {"type": "string"}, "html_description": {"type": "string"}, "company_id": {"type": "string"}, "owner_type": {"type": "string"}, "is_deleted": {"type": "boolean"}, "created_by": {"type": "string"}, "updated_by": {"type": "string"}}}
7431150f-3f44-4317-9429-6dc621bbb1e5/b10c09c8-4666-4b4d-8e37-08115bf5cb8a/0/0
Job Descriptions API
Our API can estimate salary ranges, classify job descriptions, extract information from job descriptions and moderate job descriptions.
7.7
retrieveWebhookUrl
Retrieves the webhook URL
200
New Example
{"id": "5733297252135184", "create_time": "2023-07-25T04:03:56Z", "update_time": "2023-07-25T04:03:56Z", "company_id": "66872130-e7b5-4dcf-a5e2-80ae6e9fb9f3", "url": "https://api.company.com/jobwiz-webhook"}
{"type": "object", "properties": {"id": {"type": "string"}, "create_time": {"type": "string"}, "update_time": {"type": "string"}, "company_id": {"type": "string"}, "url": {"type": "string"}}}
f51dac56-dd2f-4ed7-a788-1e70ceb2d7b2/236d6f48-695a-4973-ac22-55cbf6b320e0/0/0
Upwork Jobs API
Upwork Jobs API is for Developers & Agencies that want to automate their working flow.
0.1
Job details
To see a single job details in a response
200
New Example
{"_id": "63c5c0bac576e5b06a652227", "category": "Sales & Marketing", "country": "United States", "subcategory": "SEM - Search Engine Marketing", "job_date": "2023-01-16T21:19:04.000Z", "job_date_str": "January 16, 2023 21:19 UTC", "description": "Hi guys, after 1 month of interviewing agencies and freelancers we hired a team. \nBut we are looking for more awesome people (teams) for our cause-based project. \nIt's a performance-based opportunity. If you are not confident in your team's skills, industry competencies, connections and successful team't performance, this opportunity is not for you.\n!!! Please READ carefully and respond to all questions.\nLooking for an NFT marketer to help launch a utility collection and get it sold out.\nWith your bid please describe in details \n1. how much experience do you have with new NFT collections launch / marketing?\n2. how many collections have you launched or helped to launch?\n3. what is the average revenue generated per collection (as a result of your efforts)? (how many NFTs in collection were sold and at what mint price?)\n4. what was your role in these projects? (community manager, moderator, collab manager, collab hunter, other?)\n5. how large is your network of influencers (exact number), NFT investors and collaborators and how will you reach out to them to get 10,000 NFTs sold out (in 3 stages)?\u00a0\u00a0I will generate content, but we need eye balls without paid traffic. How will you accomplish it? What is the size of your email databases?\u00a0\u00a0Do you have your own discord community of investors in early NFT projects you can tap into and offer whitelist seats?\u00a0\u00a0\n6. do you work mainly on Discord?\u00a0\u00a0Twitter?\u00a0\u00a0Reddit?\u00a0\u00a0Instagram? Via email? What would your outreach vehicle be? \n7. have you setup Discord server previously?\u00a0\u00a0If so, for how many projects?\n8. we will need a team of marketing professionals to get the collection sold out. Who do you have on your team who will work on our project (within financial fee of this project, with no additional payment).\n9. does your team has bots and work with them to scale outreaches?\u00a0\u00a0How are you planning to reach 300,000 NFT buyers/investors in 3 months, to build awareness about our project?\u00a0\u00a0And how will you convert them?\n10. please confirm that you agree with the fee structure below (if you don't agree, please don't place your bid !!!), and please specify how exactly you understood it - when your team will be paid and how much?\nHere is how I imagine I can compensate my marketing partner to do the following (tap into collaborators and DAOs, use your existing network by sending emails to your existing database, promote white list giveaway on social and discord, etc.).\u00a0\u00a0It's a performance based compensation.\nIt would be a performance based compensation.\nAt stage 1 on May 1st we release the first 1000 NFTs at around $200, will see (still not sure if Eth or Polygon).\nMarketing can start on Jan 15th, we should have a web site by then. We would have 3.5 months. Then release further parts of the collection in stages.\nCOMPENSATION STRUCTURE &amp; TERMS:\nCompany will pay our Marketing Partner/ Consultant a nominal monthly fee of $100/month (for coffee\u00a0\u00a0:-) ) for the duration of each NFT project launch stage, starting from January 15th (unless other dates specified by the Company as a social media marketing launch date). Each monthly payment will be escrowed and released via Upwork at the end of each month.\nAND... Consultant also will be paid as following:\nFor PHASE 1 Consultant (team) will be paid $3,500 (at the rate $1000 per month AFTER and IF the first 1000 NFTs are fully sold out as a result of Consultants efforts for 3.5 months of work). $3500 will be paid within 7 days AFTER and IF ALL of 1000 NFTs are sold out at price $200 or above.\u00a0\u00a0\u00a0At this stage all bots and other automated tools must be free or owned by the Consultant. \nNo paid ads are planned for this project, and only organic strategies must be implemented.\nForPHASE 2 Consultant will be paid additional $6,000 (at the rate $2000 per month AFTER and IF the next 3000 NFTs are fully sold out as a result of Consultants efforts for 2 months of work). $6000 will be paid within 7 days after ALL of 1000 NFTs are sold out at price $200 or above. At this stage you will be given a budget for boosts.\nFor PHASE 3 Consultant will be paid additional $8,000 (at the rate $4000 per month AFTER and IF the next 6000 NFTs are fully sold out as a result of Consultants efforts for 2 months of work). $8000 will be paid within 7 days after ALL of 1000 NFTs are sold out at price $200 or above. At this stage you will be given a budget for boosts and paid ads.\nFor PHASE 4 Consultant will be paid additional $50,000 (at the rate $10,000 per month AFTER and IF the next 20,000 NFTs are fully sold out as a result of Consultants efforts for 5 months of work). $50,000 will be paid within 7 days after ALL of 20,000 NFTs are sold out at the price $100 or above. At this stage you will be given a significant budget for paid ads.\nBONUS: After our NFT collection is fully sold out on all 4 phases, your team will get a bonus of $200,000. \nI welcome your detailed response with your thoughts.\u00a0\u00a0\nPlease respond to all questions 1 by 1, in detail.", "hourly_range_from_in_usd": null, "hourly_range_to_in_usd": null, "job_link": "https://www.upwork.com/jobs/~01a2b89882473fa17c", "job_type": "fixed", "skills": ["encryption", "blockchain", "cryptocurrency", "nft marketing", "nft metadata", "nft marketplace", "nft minting", "nft collection generation", "discord"], "specialization": "Other Digital Marketing", "title": "NFT collection launch: marketing -- (HIRED! Looking for more team members)", "experience_level": "Expert", "hours_per_week": "More Then 30 hrs / week", "project_length": "3 to 6 month", "client_history": "10+ hires", "number_of_proposals": "10 to 15", "budget_in_usd": 250000, "detailed_link": "/api/v1/jobs/63c5c0bac576e5b06a652227", "hourly_range": null}
{"_id": "63c5c0bac576e5b06a652227", "category": "Sales & Marketing", "country": "United States", "subcategory": "SEM - Search Engine Marketing", "job_date": "2023-01-16T21:19:04.000Z", "job_date_str": "January 16, 2023 21:19 UTC", "description": "Hi guys, after 1 month of interviewing agencies and freelancers we hired a team. \nBut we are looking for more awesome people (teams) for our cause-based project. \nIt's a performance-based opportunity. If you are not confident in your team's skills, industry competencies, connections and successful team't performance, this opportunity is not for you.\n!!! Please READ carefully and respond to all questions.\nLooking for an NFT marketer to help launch a utility collection and get it sold out.\nWith your bid please describe in details \n1. how much experience do you have with new NFT collections launch / marketing?\n2. how many collections have you launched or helped to launch?\n3. what is the average revenue generated per collection (as a result of your efforts)? (how many NFTs in collection were sold and at what mint price?)\n4. what was your role in these projects? (community manager, moderator, collab manager, collab hunter, other?)\n5. how large is your network of influencers (exact number), NFT investors and collaborators and how will you reach out to them to get 10,000 NFTs sold out (in 3 stages)?\u00a0\u00a0I will generate content, but we need eye balls without paid traffic. How will you accomplish it? What is the size of your email databases?\u00a0\u00a0Do you have your own discord community of investors in early NFT projects you can tap into and offer whitelist seats?\u00a0\u00a0\n6. do you work mainly on Discord?\u00a0\u00a0Twitter?\u00a0\u00a0Reddit?\u00a0\u00a0Instagram? Via email? What would your outreach vehicle be? \n7. have you setup Discord server previously?\u00a0\u00a0If so, for how many projects?\n8. we will need a team of marketing professionals to get the collection sold out. Who do you have on your team who will work on our project (within financial fee of this project, with no additional payment).\n9. does your team has bots and work with them to scale outreaches?\u00a0\u00a0How are you planning to reach 300,000 NFT buyers/investors in 3 months, to build awareness about our project?\u00a0\u00a0And how will you convert them?\n10. please confirm that you agree with the fee structure below (if you don't agree, please don't place your bid !!!), and please specify how exactly you understood it - when your team will be paid and how much?\nHere is how I imagine I can compensate my marketing partner to do the following (tap into collaborators and DAOs, use your existing network by sending emails to your existing database, promote white list giveaway on social and discord, etc.).\u00a0\u00a0It's a performance based compensation.\nIt would be a performance based compensation.\nAt stage 1 on May 1st we release the first 1000 NFTs at around $200, will see (still not sure if Eth or Polygon).\nMarketing can start on Jan 15th, we should have a web site by then. We would have 3.5 months. Then release further parts of the collection in stages.\nCOMPENSATION STRUCTURE &amp; TERMS:\nCompany will pay our Marketing Partner/ Consultant a nominal monthly fee of $100/month (for coffee\u00a0\u00a0:-) ) for the duration of each NFT project launch stage, starting from January 15th (unless other dates specified by the Company as a social media marketing launch date). Each monthly payment will be escrowed and released via Upwork at the end of each month.\nAND... Consultant also will be paid as following:\nFor PHASE 1 Consultant (team) will be paid $3,500 (at the rate $1000 per month AFTER and IF the first 1000 NFTs are fully sold out as a result of Consultants efforts for 3.5 months of work). $3500 will be paid within 7 days AFTER and IF ALL of 1000 NFTs are sold out at price $200 or above.\u00a0\u00a0\u00a0At this stage all bots and other automated tools must be free or owned by the Consultant. \nNo paid ads are planned for this project, and only organic strategies must be implemented.\nForPHASE 2 Consultant will be paid additional $6,000 (at the rate $2000 per month AFTER and IF the next 3000 NFTs are fully sold out as a result of Consultants efforts for 2 months of work). $6000 will be paid within 7 days after ALL of 1000 NFTs are sold out at price $200 or above. At this stage you will be given a budget for boosts.\nFor PHASE 3 Consultant will be paid additional $8,000 (at the rate $4000 per month AFTER and IF the next 6000 NFTs are fully sold out as a result of Consultants efforts for 2 months of work). $8000 will be paid within 7 days after ALL of 1000 NFTs are sold out at price $200 or above. At this stage you will be given a budget for boosts and paid ads.\nFor PHASE 4 Consultant will be paid additional $50,000 (at the rate $10,000 per month AFTER and IF the next 20,000 NFTs are fully sold out as a result of Consultants efforts for 5 months of work). $50,000 will be paid within 7 days after ALL of 20,000 NFTs are sold out at the price $100 or above. At this stage you will be given a significant budget for paid ads.\nBONUS: After our NFT collection is fully sold out on all 4 phases, your team will get a bonus of $200,000. \nI welcome your detailed response with your thoughts.\u00a0\u00a0\nPlease respond to all questions 1 by 1, in detail.", "hourly_range_from_in_usd": null, "hourly_range_to_in_usd": null, "job_link": "https://www.upwork.com/jobs/~01a2b89882473fa17c", "job_type": "fixed", "skills": ["encryption", "blockchain", "cryptocurrency", "nft marketing", "nft metadata", "nft marketplace", "nft minting", "nft collection generation", "discord"], "specialization": "Other Digital Marketing", "title": "NFT collection launch: marketing -- (HIRED! Looking for more team members)", "experience_level": "Expert", "hours_per_week": "More Then 30 hrs / week", "project_length": "3 to 6 month", "client_history": "10+ hires", "number_of_proposals": "10 to 15", "budget_in_usd": 250000, "detailed_link": "/api/v1/jobs/63c5c0bac576e5b06a652227", "hourly_range": null}
f51dac56-dd2f-4ed7-a788-1e70ceb2d7b2/9decb731-36f2-4b6d-a647-7f1408672c4c/0/0
Upwork Jobs API
Upwork Jobs API is for Developers & Agencies that want to automate their working flow.
0.1
Job Search
You can filter and search jobs by specific parameters using this endpoint
200
New Example
{"q": "Manual", "cipher": "~019a69cb3ecbf259b0", "category": "IT & Networking", "subcategory": "ERP/CRM Software", "country": "Australia", "date_from": "2023-01-01T11:10:38.000Z", "date_to": "2023-02-01T11:10:38.000Z", "description": "We are looking for", "job_type": "hourly", "hourly_range_from": 2, "hourly_range_to": 500, "skills": ["functional testing", "bug reports"], "specialization": "Manual Testing", "title": "QA Techincal Tester", "experience_level": "intermediate", "hours_per_week": "Less Than 30 hrs / week", "project_length": "More than 6 month", "client_history": "", "number_of_proposals": "Less Than 5", "budget": 1000, "sort": {"budget": 1, "date_from": -1}}
{"q": "Manual", "cipher": "~019a69cb3ecbf259b0", "category": "IT & Networking", "subcategory": "ERP/CRM Software", "country": "Australia", "date_from": "2023-01-01T11:10:38.000Z", "date_to": "2023-02-01T11:10:38.000Z", "description": "We are looking for", "job_type": "hourly", "hourly_range_from": 2, "hourly_range_to": 500, "skills": ["functional testing", "bug reports"], "specialization": "Manual Testing", "title": "QA Techincal Tester", "experience_level": "intermediate", "hours_per_week": "Less Than 30 hrs / week", "project_length": "More than 6 month", "client_history": "", "number_of_proposals": "Less Than 5", "budget": 1000, "sort": {"budget": 1, "date_from": -1}}
f7a8fe41-af32-4441-b399-80de9b7a6fd1/3bedbec6-805f-4d3b-8b69-ebe6b719d9b1/0/0
Remoote Job Search
Remoote Job Search
null
list_skills_skills_get
422
null
[{"ctx": {}, "loc": {}, "msg": {}, "type_": {}}]
{"items": {"properties": {"ctx": {"anyOf": [{"type": "object"}, {"type": "null"}], "description": "an optional object which contains values required to render the error message.", "title": "Error context"}, "loc": {"anyOf": [{"items": {"type": "string"}, "type": "array"}, {"type": "null"}], "description": "the error's location as a list. ", "title": "Location"}, "msg": {"anyOf": [{"type": "string"}, {"type": "null"}], "description": "a computer-readable identifier of the error type.", "title": "Message"}, "type_": {"anyOf": [{"type": "string"}, {"type": "null"}], "description": "a human readable explanation of the error.", "title": "Error Type"}}, "title": "ValidationErrorModel", "type": "object"}, "type": "array"}
f7a8fe41-af32-4441-b399-80de9b7a6fd1/3bedbec6-805f-4d3b-8b69-ebe6b719d9b1/1/0
Remoote Job Search
Remoote Job Search
null
list_skills_skills_get
200
null
{"skills": [{"id": 0, "name": ""}]}
{"$defs": {"SkillModel": {"properties": {"id": {"title": "Id", "type": "integer"}, "name": {"title": "Name", "type": "string"}}, "required": ["id", "name"], "title": "SkillModel", "type": "object"}}, "properties": {"skills": {"items": {"properties": {"id": {"title": "Id", "type": "integer"}, "name": {"title": "Name", "type": "string"}}, "required": ["id", "name"], "title": "SkillModel", "type": "object"}, "title": "Skills", "type": "array"}}, "required": ["skills"], "title": "SkillListResponseModel", "type": "object"}
f7a8fe41-af32-4441-b399-80de9b7a6fd1/3bedbec6-805f-4d3b-8b69-ebe6b719d9b1/2/0
Remoote Job Search
Remoote Job Search
null
list_skills_skills_get
401
null
{"code": 0, "message": "Unauthorized!"}
{"properties": {"code": {"default": -1, "description": "Status Code", "title": "Code", "type": "integer"}, "message": {"default": "Unauthorized!", "title": "Message", "type": "string"}}, "title": "Unauthorized", "type": "object"}