{"id":35,"date":"2025-02-13T14:20:20","date_gmt":"2025-02-13T14:20:20","guid":{"rendered":"https:\/\/finovate.vamtam.com\/?page_id=35"},"modified":"2026-05-12T10:44:40","modified_gmt":"2026-05-12T07:44:40","slug":"careers","status":"publish","type":"page","link":"https:\/\/prgrf.com\/uk\/about\/careers\/","title":{"rendered":"\u041a\u0430\u0440'\u0454\u0440\u0430"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"35\" class=\"elementor elementor-35\" data-elementor-post-type=\"page\">\n\t\t\t\t<div class=\"elementor-element elementor-element-5bd1c89 e-con-full e-flex e-con e-parent\" data-id=\"5bd1c89\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-a1a54c7 elementor-widget elementor-widget-html\" data-id=\"a1a54c7\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<style>\n.prg-ih{position:relative;background:#162447;padding:80px 0 76px;overflow:hidden;}\n#prg-ih-canvas{position:absolute;inset:0;width:100%;height:100%;pointer-events:none;z-index:0;}\n.prg-ih-inner{position:relative;z-index:1;max-width:1064px;margin:0 auto;padding:0 40px;}\n.prg-ih-eyebrow{\n  display:inline-block;\n  font-family:Montserrat,Arial,sans-serif;\n  font-size:11px;font-weight:700;\n  letter-spacing:.18em;text-transform:uppercase;\n  color:#F5A800;margin-bottom:18px;\n}\n.prg-ih-h{\n  font-family:Montserrat,Arial,sans-serif;\n  font-size:52px;font-weight:800;\n  color:#fff!important;\n  line-height:1.08;\n  margin:0 0 20px;\n  max-width:760px;\n}\n.prg-ih-sub{\n  font-size:17px;line-height:1.75;\n  color:rgba(255,255,255,.72);\n  margin:0 0 36px;max-width:640px;\n}\n.prg-ih-btns{display:flex;gap:14px;flex-wrap:wrap;align-items:center;}\n.prg-ih-btn-a{\n  display:inline-block;background:#F5A800;color:#162447!important;\n  font-family:Montserrat,Arial,sans-serif;font-size:14px;font-weight:800;\n  letter-spacing:.04em;padding:16px 32px;border-radius:6px;\n  text-decoration:none;transition:background .2s;white-space:nowrap;\n}\n.prg-ih-btn-a:hover{background:#e09900;}\n.prg-ih-btn-b{\n  display:inline-block;color:rgba(255,255,255,.9)!important;\n  font-family:Montserrat,Arial,sans-serif;font-size:14px;font-weight:700;\n  text-decoration:none;border:1.5px solid rgba(255,255,255,.35);\n  padding:14px 28px;border-radius:6px;\n  transition:border-color .2s,color .2s;white-space:nowrap;\n}\n.prg-ih-btn-b:hover{border-color:rgba(255,255,255,.7);color:#fff!important;}\n@media(max-width:900px){.prg-ih-h{font-size:38px;}}\n@media(max-width:600px){\n  .prg-ih{padding:56px 0 52px;}\n  .prg-ih-inner{padding:0 24px;}\n  .prg-ih-h{font-size:28px;}\n  .prg-ih-sub{font-size:15px;}\n  .prg-ih-btns{flex-direction:column;align-items:flex-start;}\n}\n<\/style>\n<div class=\"prg-ih\">\n  <canvas id=\"prg-ih-canvas\"><\/canvas>\n  <div class=\"prg-ih-inner\">\n    <span class=\"prg-ih-eyebrow\">About<\/span>\n    <h1 class=\"prg-ih-h\">Work with us on strategy, funding and impact<\/h1>\n    <p class=\"prg-ih-sub\">A practical page for expert roles, project-based collaboration and internships.<\/p>\n    <div class=\"prg-ih-btns\">\n      <a class=\"prg-ih-btn-a\" href=\"\/contact\/\">Request a discovery call<\/a>\n      <a class=\"prg-ih-btn-b\" href=\"\/cases\/\">Read our work<\/a>\n    <\/div>\n  <\/div>\n<\/div>\n<script>\n(function(){\n  var c=document.getElementById('prg-ih-canvas');\n  if(!c)return;\n  var ctx=c.getContext('2d'),W,H,nodes;\n  var N=48,DIST=130,WC='255,255,255',GC='245,168,0';\n  function resize(){var r=c.parentElement.getBoundingClientRect();W=c.width=r.width||window.innerWidth;H=c.height=r.height||420;}\n  function init(){nodes=[];for(var i=0;i<N;i++){var g=i%7===0;nodes.push({x:Math.random()*W,y:Math.random()*H,vx:(Math.random()-.5)*.3,vy:(Math.random()-.5)*.3,r:Math.random()*1.6+1,gold:g});}}\n  function draw(){ctx.clearRect(0,0,W,H);for(var i=0;i<nodes.length;i++){for(var j=i+1;j<nodes.length;j++){var dx=nodes[i].x-nodes[j].x,dy=nodes[i].y-nodes[j].y,d=Math.sqrt(dx*dx+dy*dy);if(d<DIST){var op=(1-d\/DIST)*0.12;ctx.beginPath();ctx.moveTo(nodes[i].x,nodes[i].y);ctx.lineTo(nodes[j].x,nodes[j].y);ctx.strokeStyle='rgba('+WC+','+op+')';ctx.lineWidth=.7;ctx.stroke();}}}for(var i=0;i<nodes.length;i++){var n=nodes[i],col=n.gold?GC:WC,op=n.gold?.55:.22;ctx.beginPath();ctx.arc(n.x,n.y,n.r*2.5,0,Math.PI*2);ctx.fillStyle='rgba('+col+','+(op*.2)+')';ctx.fill();ctx.beginPath();ctx.arc(n.x,n.y,n.r,0,Math.PI*2);ctx.fillStyle='rgba('+col+','+op+')';ctx.fill();}}\n  function update(){for(var i=0;i<nodes.length;i++){var n=nodes[i];n.x+=n.vx;n.y+=n.vy;if(n.x<-20)n.x=W+20;if(n.x>W+20)n.x=-20;if(n.y<-20)n.y=H+20;if(n.y>H+20)n.y=-20;}}\n  function loop(){update();draw();requestAnimationFrame(loop);}\n  window.addEventListener('resize',function(){resize();init();});\n  resize();init();loop();\n  var h=document.querySelector('.prg-ih');\n  if(h){var p=h.closest('.e-con');if(p){p.style.paddingTop='0';p.style.paddingBottom='0';}}\n})();\n<\/script>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-a52d871 e-con-boxed e-flex e-con e-parent\" data-id=\"a52d871\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-2f60732 elementor-widget elementor-widget-heading\" data-id=\"2f60732\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Current model<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-4186bb0 e-con-full e-flex e-con e-child\" data-id=\"4186bb0\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-b8fb011 e-con-full e-flex e-con e-child\" data-id=\"b8fb011\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<div class=\"vamtam-has-theme-widget-styles elementor-element elementor-element-7c188ef elementor-widget elementor-widget-text-editor\" data-id=\"7c188ef\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p><strong>Expert collaboration by project and service line<\/strong><\/p><p>Experts join assignments where their competence is relevant to the client task.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-39f2381 e-con-full e-flex e-con e-child\" data-id=\"39f2381\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<div class=\"vamtam-has-theme-widget-styles elementor-element elementor-element-ca1c5f6 elementor-widget elementor-widget-text-editor\" data-id=\"ca1c5f6\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p><strong>Internships connected to real supervised work<\/strong><\/p><p>Internship formats are connected to supervised tasks, clear outputs and a real team need.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-51912fa e-con-full e-flex e-con e-child\" data-id=\"51912fa\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<div class=\"vamtam-has-theme-widget-styles elementor-element elementor-element-e6109e1 elementor-widget elementor-widget-text-editor\" data-id=\"e6109e1\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p>Roles are published only when there is a live opening.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-c91c59e e-con-boxed e-flex e-con e-parent\" data-id=\"c91c59e\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-6015c96 elementor-widget elementor-widget-heading\" data-id=\"6015c96\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">How collaboration works<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"vamtam-has-theme-widget-styles elementor-element elementor-element-9cf90a9 elementor-widget elementor-widget-text-editor\" data-id=\"9cf90a9\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p>We publish roles only when there is a real assignment, team need or internship format. This keeps the page honest and avoids collecting applications without a clear process.<\/p><p>The work requires people who can think structurally, write clearly, handle evidence, understand institutions and stay practical under deadlines. Grant writing, evaluation, project management, ESG, research and facilitation experience can all be relevant.<\/p><p>When there is no open role, a short professional note is still useful if it explains what kind of work you can do, which sectors you understand and what examples of writing, project work or research you can share.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-153ec10 e-con-full e-flex e-con e-parent\" data-id=\"153ec10\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-cf3542d e-con-full e-flex e-con e-parent\" data-id=\"cf3542d\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-f1414f6 elementor-widget elementor-widget-heading\" data-id=\"f1414f6\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\">Roles reflect real openings<\/h3>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"vamtam-has-theme-widget-styles elementor-element elementor-element-4d66e49 elementor-widget elementor-widget-text-editor\" data-id=\"4d66e49\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p>We publish roles only when there is a real assignment, team need or internship format. This keeps the page honest and avoids collecting applications without a clear process.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-4702156 e-con-full e-flex e-con e-parent\" data-id=\"4702156\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-9a36262 elementor-widget elementor-widget-heading\" data-id=\"9a36262\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\">What kind of people fit the practice<\/h3>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"vamtam-has-theme-widget-styles elementor-element elementor-element-f4aebf5 elementor-widget elementor-widget-text-editor\" data-id=\"f4aebf5\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p>The work requires people who can think structurally, write clearly, handle evidence, understand institutions and stay practical under deadlines. Grant writing, evaluation, project management, ESG, research and facilitation experience can all be relevant.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-e83f2d7 e-con-full e-flex e-con e-parent\" data-id=\"e83f2d7\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-3d04730 elementor-widget elementor-widget-heading\" data-id=\"3d04730\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\">How to approach us<\/h3>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"vamtam-has-theme-widget-styles elementor-element elementor-element-006b5c4 elementor-widget elementor-widget-text-editor\" data-id=\"006b5c4\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p>When there is no open role, a short professional note is still useful if it explains what kind of work you can do, which sectors you understand and what examples of writing, project work or research you can share.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-ba5d381 elementor-widget elementor-widget-heading\" data-id=\"ba5d381\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\">A useful starting package<\/h3>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"vamtam-has-theme-widget-styles elementor-element elementor-element-e950572 elementor-widget elementor-widget-text-editor\" data-id=\"e950572\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<ul><li>Grant writing and donor research.<\/li><li>Project management and operations.<\/li><li>Evaluation, research and evidence work.<\/li><li>Training, facilitation and communications.<\/li><\/ul>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>Work with PARAGRAF on strategy, funding and impact.<\/p>","protected":false},"author":1,"featured_media":7133,"parent":29,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"content-type":"","footnotes":""},"class_list":["post-35","page","type-page","status-publish","has-post-thumbnail","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.5 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Careers - PARAGRAF<\/title>\n<meta name=\"description\" content=\"Join PARAGRAF&#039;s team of senior consultants working across strategy, funding, capacity building and evaluation. Current openings and how to apply.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/prgrf.com\/uk\/about\/careers\/\" \/>\n<meta property=\"og:locale\" content=\"uk_UA\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Careers - PARAGRAF\" \/>\n<meta property=\"og:description\" content=\"Join PARAGRAF&#039;s team of senior consultants working across strategy, funding, capacity building and evaluation. Current openings and how to apply.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/prgrf.com\/uk\/about\/careers\/\" \/>\n<meta property=\"og:site_name\" content=\"PARAGRAF\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/Prgrf\" \/>\n<meta property=\"article:modified_time\" content=\"2026-05-12T07:44:40+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/prgrf.com\/wp-content\/uploads\/2026\/05\/paragraf-og-default.png\" \/>\n\t<meta property=\"og:image:width\" content=\"1200\" \/>\n\t<meta property=\"og:image:height\" content=\"630\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:image\" content=\"https:\/\/prgrf.com\/wp-content\/uploads\/2026\/05\/paragraf-og-default.png\" \/>\n<meta name=\"twitter:label1\" content=\"\u041f\u0440\u0438\u0431\u043b. \u0447\u0430\u0441 \u0447\u0438\u0442\u0430\u043d\u043d\u044f\" \/>\n\t<meta name=\"twitter:data1\" content=\"1 \u0445\u0432\u0438\u043b\u0438\u043d\u0430\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/prgrf.com\\\/about\\\/careers\\\/\",\"url\":\"https:\\\/\\\/prgrf.com\\\/about\\\/careers\\\/\",\"name\":\"Careers - PARAGRAF\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/prgrf.com\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/prgrf.com\\\/about\\\/careers\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/prgrf.com\\\/about\\\/careers\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/prgrf.com\\\/wp-content\\\/uploads\\\/2025\\\/03\\\/pexels-tima-miroshnichenko-5686082.jpg\",\"datePublished\":\"2025-02-13T14:20:20+00:00\",\"dateModified\":\"2026-05-12T07:44:40+00:00\",\"description\":\"Join PARAGRAF's team of senior consultants working across strategy, funding, capacity building and evaluation. Current openings and how to apply.\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/prgrf.com\\\/about\\\/careers\\\/#breadcrumb\"},\"inLanguage\":\"uk\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/prgrf.com\\\/about\\\/careers\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"uk\",\"@id\":\"https:\\\/\\\/prgrf.com\\\/about\\\/careers\\\/#primaryimage\",\"url\":\"https:\\\/\\\/prgrf.com\\\/wp-content\\\/uploads\\\/2025\\\/03\\\/pexels-tima-miroshnichenko-5686082.jpg\",\"contentUrl\":\"https:\\\/\\\/prgrf.com\\\/wp-content\\\/uploads\\\/2025\\\/03\\\/pexels-tima-miroshnichenko-5686082.jpg\",\"width\":2549,\"height\":1123},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/prgrf.com\\\/about\\\/careers\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/prgrf.com\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"About PARAGRAF\",\"item\":\"https:\\\/\\\/prgrf.com\\\/about\\\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"Careers\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/prgrf.com\\\/#website\",\"url\":\"https:\\\/\\\/prgrf.com\\\/\",\"name\":\"PARAGRAF\",\"description\":\"Where social impact meets strategy\",\"publisher\":{\"@id\":\"https:\\\/\\\/prgrf.com\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/prgrf.com\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"uk\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/prgrf.com\\\/#organization\",\"name\":\"PARAGRAF\",\"url\":\"https:\\\/\\\/prgrf.com\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"uk\",\"@id\":\"https:\\\/\\\/prgrf.com\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/prgrf.com\\\/wp-content\\\/uploads\\\/2026\\\/05\\\/paragraf-og-default.png\",\"contentUrl\":\"https:\\\/\\\/prgrf.com\\\/wp-content\\\/uploads\\\/2026\\\/05\\\/paragraf-og-default.png\",\"width\":1200,\"height\":630,\"caption\":\"PARAGRAF\"},\"image\":{\"@id\":\"https:\\\/\\\/prgrf.com\\\/#\\\/schema\\\/logo\\\/image\\\/\"},\"sameAs\":[\"https:\\\/\\\/www.facebook.com\\\/Prgrf\",\"https:\\\/\\\/t.me\\\/grants4business\",\"https:\\\/\\\/www.linkedin.com\\\/company\\\/2680491\",\"https:\\\/\\\/www.instagram.com\\\/paragraf_sc\\\/\"]}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Careers - PARAGRAF","description":"Join PARAGRAF's team of senior consultants working across strategy, funding, capacity building and evaluation. Current openings and how to apply.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/prgrf.com\/uk\/about\/careers\/","og_locale":"uk_UA","og_type":"article","og_title":"Careers - PARAGRAF","og_description":"Join PARAGRAF's team of senior consultants working across strategy, funding, capacity building and evaluation. Current openings and how to apply.","og_url":"https:\/\/prgrf.com\/uk\/about\/careers\/","og_site_name":"PARAGRAF","article_publisher":"https:\/\/www.facebook.com\/Prgrf","article_modified_time":"2026-05-12T07:44:40+00:00","og_image":[{"width":1200,"height":630,"url":"https:\/\/prgrf.com\/wp-content\/uploads\/2026\/05\/paragraf-og-default.png","type":"image\/jpeg"}],"twitter_card":"summary_large_image","twitter_image":"https:\/\/prgrf.com\/wp-content\/uploads\/2026\/05\/paragraf-og-default.png","twitter_misc":{"\u041f\u0440\u0438\u0431\u043b. \u0447\u0430\u0441 \u0447\u0438\u0442\u0430\u043d\u043d\u044f":"1 \u0445\u0432\u0438\u043b\u0438\u043d\u0430"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/prgrf.com\/about\/careers\/","url":"https:\/\/prgrf.com\/about\/careers\/","name":"Careers - PARAGRAF","isPartOf":{"@id":"https:\/\/prgrf.com\/#website"},"primaryImageOfPage":{"@id":"https:\/\/prgrf.com\/about\/careers\/#primaryimage"},"image":{"@id":"https:\/\/prgrf.com\/about\/careers\/#primaryimage"},"thumbnailUrl":"https:\/\/prgrf.com\/wp-content\/uploads\/2025\/03\/pexels-tima-miroshnichenko-5686082.jpg","datePublished":"2025-02-13T14:20:20+00:00","dateModified":"2026-05-12T07:44:40+00:00","description":"Join PARAGRAF's team of senior consultants working across strategy, funding, capacity building and evaluation. Current openings and how to apply.","breadcrumb":{"@id":"https:\/\/prgrf.com\/about\/careers\/#breadcrumb"},"inLanguage":"uk","potentialAction":[{"@type":"ReadAction","target":["https:\/\/prgrf.com\/about\/careers\/"]}]},{"@type":"ImageObject","inLanguage":"uk","@id":"https:\/\/prgrf.com\/about\/careers\/#primaryimage","url":"https:\/\/prgrf.com\/wp-content\/uploads\/2025\/03\/pexels-tima-miroshnichenko-5686082.jpg","contentUrl":"https:\/\/prgrf.com\/wp-content\/uploads\/2025\/03\/pexels-tima-miroshnichenko-5686082.jpg","width":2549,"height":1123},{"@type":"BreadcrumbList","@id":"https:\/\/prgrf.com\/about\/careers\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/prgrf.com\/"},{"@type":"ListItem","position":2,"name":"About PARAGRAF","item":"https:\/\/prgrf.com\/about\/"},{"@type":"ListItem","position":3,"name":"Careers"}]},{"@type":"WebSite","@id":"https:\/\/prgrf.com\/#website","url":"https:\/\/prgrf.com\/","name":"\u0410\u0411\u0417\u0410\u041a","description":"\u0414\u0435 \u0441\u043e\u0446\u0456\u0430\u043b\u044c\u043d\u0438\u0439 \u0432\u043f\u043b\u0438\u0432 \u0437\u0443\u0441\u0442\u0440\u0456\u0447\u0430\u0454\u0442\u044c\u0441\u044f \u0437\u0456 \u0441\u0442\u0440\u0430\u0442\u0435\u0433\u0456\u0454\u044e","publisher":{"@id":"https:\/\/prgrf.com\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/prgrf.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"uk"},{"@type":"Organization","@id":"https:\/\/prgrf.com\/#organization","name":"\u0410\u0411\u0417\u0410\u041a","url":"https:\/\/prgrf.com\/","logo":{"@type":"ImageObject","inLanguage":"uk","@id":"https:\/\/prgrf.com\/#\/schema\/logo\/image\/","url":"https:\/\/prgrf.com\/wp-content\/uploads\/2026\/05\/paragraf-og-default.png","contentUrl":"https:\/\/prgrf.com\/wp-content\/uploads\/2026\/05\/paragraf-og-default.png","width":1200,"height":630,"caption":"PARAGRAF"},"image":{"@id":"https:\/\/prgrf.com\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/Prgrf","https:\/\/t.me\/grants4business","https:\/\/www.linkedin.com\/company\/2680491","https:\/\/www.instagram.com\/paragraf_sc\/"]}]}},"_links":{"self":[{"href":"https:\/\/prgrf.com\/uk\/wp-json\/wp\/v2\/pages\/35","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/prgrf.com\/uk\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/prgrf.com\/uk\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/prgrf.com\/uk\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/prgrf.com\/uk\/wp-json\/wp\/v2\/comments?post=35"}],"version-history":[{"count":5,"href":"https:\/\/prgrf.com\/uk\/wp-json\/wp\/v2\/pages\/35\/revisions"}],"predecessor-version":[{"id":988581,"href":"https:\/\/prgrf.com\/uk\/wp-json\/wp\/v2\/pages\/35\/revisions\/988581"}],"up":[{"embeddable":true,"href":"https:\/\/prgrf.com\/uk\/wp-json\/wp\/v2\/pages\/29"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/prgrf.com\/uk\/wp-json\/wp\/v2\/media\/7133"}],"wp:attachment":[{"href":"https:\/\/prgrf.com\/uk\/wp-json\/wp\/v2\/media?parent=35"}],"curies":[{"name":"\u0412\u041f","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}