-
- Translation help networkKudoZOther terminology resourcesLearn more: About terminology at ProZ.com
-
-
GET: /job-postingsGet a collection of job postings that match a set of criteria. Parameters
Search criteria (all are optional):
Example requestcurl -H "Authorization: Bearer {OAUTH2_ACCESS_TOKEN}" https://api.proz.com/v2/job-postings?language_pairs=mine ResponseReturns a collection of job postings in the following format: { "_links": { "self": { "href": "https://api.proz.com/v2/job-postings?language_pairs=mine" }, "next": { "href": "https://api.proz.com/v2/job-postings?language_pairs=mine&page=2" }, "prev": { "href": null } }, "data": [ { "id": 739492, "web_url": "http://www.proz.com/job/739492", "type": "potential", "summary": "Russian>German Legal Translation", "description": "Geotext Translations is currently recruiting Russian>German linguists for a large Legal translation project.\r\n\r\nWe are looking for linguists specialized in legal translation who are available immediately for a long-term freelance collaboration.\r\n\r\nA test may be required.\r\n\r\nIf you are interested in collaborating, please send your CV and most competitive rates to sstaab@geotext.com", "status": "open", "time_posted": "2013-02-15T17:44:07+00:00", "time_expires": "2013-02-20T22:00:00+00:00", "delivery_deadline": null, "language_pairs": [ "rus_deu" ], "volume_amount": 0, "volume_unit": "word", "disc_spec_id": 77, "disc_other": "", "language_service_ids": [ 1, 2 ], "contact_method": "email", "contact_info": { "user_id": 964006, "type": "company", "email": "", "show_email": false, "full_name": "", "show_full_name": false, "job_title": "Recruitment Coordinator", "company": "Geotext Translations", "url": "http://www.geotext.com", "show_url": true, "address": "259 W. 30th St. 17th Fl.", "show_address": true, "city": "New York", "show_city": true, "region": "New York", "show_region": true, "postal_code": "10001", "show_postal_code": true, "country": "us", "show_country": true, "phone": "", "show_phone": false, "fax": "", "show_fax": false }, "software_ids": [], "offered_rate": null, "payment_notes": "", "blueboard_name": "Geotext Translations, Inc.", "blueboard_avg_lwa": 5, "blueboard_link": "https://api.proz.com/v2/blueboard/3856", "provider_requirements": { "proz_members_only": true, "members_only_until": null, "language_pairs": [ "rus_deu" ], "language_pair_importance": "required", "disc_gen_ids": [ 1 ], "disc_gen_importance": "required", "disc_spec_ids": [ 77 ], "disc_spec_importance": "preferred", "credentials": null, "native_language": "deu", "native_language_importance": "required", "software": [], "software_importance": null, "country": "us", "country_importance": "preferred", "account_type": "freelancers", "account_type_importance": "required", "additional_requirements": "Must have at least 10 years of experience." }, "confidentiality": "high", "text_excerpt": "", "text_excerpt_require_translation": false, "_links": { "self": { "href": "https://api.proz.com/v2/job-postings/739492" } } } ] } |