{"id":11442,"date":"2025-12-29T14:38:16","date_gmt":"2025-12-29T14:38:16","guid":{"rendered":"https:\/\/jornalmovimento.com.br\/?p=11442"},"modified":"2025-12-29T14:38:19","modified_gmt":"2025-12-29T14:38:19","slug":"section-8","status":"publish","type":"post","link":"https:\/\/jornalmovimento.com.br\/en\/section-8\/","title":{"rendered":"Section 8 (Housing Choice Voucher): Complete guide to obtaining the benefit."},"content":{"rendered":"<div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Next, you will understand how the benefit works, who is eligible, how much it realistically covers, the step-by-step process for applying, and where to find official information to avoid misinformation.<\/p>\n<\/div><!--advertisement--><div class=\"mx-5 sm:mx-0 sm:text-3xl text-2xl font-medium title-font mb-4 text-gray-900 text-left\">\n<h2 id=\"h-o-que-e-o-section-8-e-como-ele-funciona\">What is Section 8 and how does it work?<\/h2>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>The Housing Choice Voucher (HCV) is a program in which:<\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose text-left mb-5\">\n<ul><div class=\"mx-5 sm:mx-0 prose text-left mb-5\">\n<li><strong>You choose a property.<\/strong> in the market (within the program&#039;s rules and deadlines);<br><\/li>\n<\/div>\n\n<div class=\"mx-5 sm:mx-0 prose text-left mb-5\">\n<li><strong>You pay a portion of the rent.<\/strong> (calculated based on your income);<br><\/li>\n<\/div>\n\n<div class=\"mx-5 sm:mx-0 prose text-left mb-5\">\n<li>A <strong>local agency<\/strong> The agency that administers the program (PHA \u2014 Public Housing Agency) pays the remainder of the subsidy. <strong>directly to the property owner\/manager<\/strong>.<br><\/li>\n<\/div><\/ul>\n<\/div><div class=\"wp-block-lazyblock-credit-card lazyblock-credit-card-ZBRMW6\"><section class=\"credit-card mx-5 sm:mx-0 text-gray-600 body-font  my-10 border-gray-200 border-b border-l border-r sm:border-0\">\n  <div class=\"h-1 bg-gray-200 rounded overflow-hidden\">\n    <div class=\"w-24 h-full\"><\/div>\n  <\/div>\n  <div class=\"container px-5 sm:px-0 py-6 mx-auto\" data-anchor-target=\"lazyBlock\">\n    <div class=\"flex flex-wrap mx-auto\">\n      <a class=\"lg:w-2\/5 w-full lg:pl-6 mt-6 lg:mt-0\" href=\"http:\/\/www.hud.gov\/contactus\/public-housing-contacts\" data-analytics-label=\"creditCardImage\" data-action=\"analytics#trackCTA\" >\n        <img decoding=\"async\" class=\"w-full h-64 object-cover object-center rounded\" loading=\"lazy\" alt=\"card\" style=\"height: 190px;\" src=\"https:\/\/jornalmovimento.com.br\/wp-content\/uploads\/2025\/12\/rent-house.jpg\">\n      <\/a>\n      <div class=\"lg:w-3\/5 w-full lg:pl-6 mt-6 lg:mt-0\">\n        <h2 class=\"text-sm title-font text-gray-500 tracking-widest uppercase\">\n          Benefits        <\/h2>\n        <h1 class=\"text-gray-900 text-3xl title-font font-medium mb-1\">\n          Housing Choice Voucher        <\/h1>\n        <div class=\"flex mb-4 justify-center sm:justify-start\">\n          \n                      <span class=\"inline-block py-1 px-2 rounded text-xs font-medium tracking-widest uppercase mr-2\">\n              BENEFITS            <\/span>\n                      <span class=\"inline-block py-1 px-2 rounded text-xs font-medium tracking-widest uppercase mr-2\">\n              RENT            <\/span>\n                    \n        <\/div>\n        <p class=\"leading-relaxed\">\n          Find your PHA and apply for the benefit!        <\/p>\n        <div class=\"flex mt-6 items-center pb-5 border-b-2 border-gray-100 mb-5\">\n          \n        <\/div>\n        <div class=\"flex\">\n          <a data-km2-rewarded=\"true\" style=\"font-size: 13px;\" class=\"hidden animate-fade-in flex m-auto sm:mr-0 sm:ml-auto\" rel=\"sponsored\" href=\"http:\/\/www.hud.gov\/contactus\/public-housing-contacts\" data-analytics-label=\"creditCardButton\" data-action=\"analytics#trackCTA\"  >\n            <button class=\"uppercase flex m-auto sm:mr-0 sm:ml-auto border-0 py-2 px-4 focus:outline-none rounded  disabled:opacity-50\">\n              SEE HOW TO FIND PHA            <\/button>\n          <\/a>\n          <a data-km2-rewarded=\"false\" style=\"font-size: 15px;\" class=\"flex m-auto sm:mr-0 sm:ml-auto\" rel=\"sponsored\" href=\"http:\/\/www.hud.gov\/contactus\/public-housing-contacts\" data-analytics-label=\"creditCardButton\" data-action=\"analytics#trackCTA\"  >\n            <button id=\"offer-first\" class=\"flex m-auto sm:mr-0 sm:ml-auto border-0 py-2 px-6 focus:outline-none rounded  disabled:opacity-50\">\n              SEE HOW TO FIND PHA            <\/button>\n          <\/a>\n        <\/div>\n        <p class=\"text-xs text-gray-500 mt-3 text-center sm:text-right\">\n          You will be redirected to another website        <\/p>\n      <\/div>\n    <\/div>\n  <\/div>\n\n    <script type=\"module\"> function waitFor(conditionFunction) { const poll = resolve => { if(conditionFunction()) resolve(); else setTimeout(_ => poll(resolve), 400); }; return new Promise(poll); } import { Application, Controller } from \"\/wp-content\/themes\/twentytwentyone\/assets\/js\/stimulus.min.js\"; let Stimulus = Application.start(); Stimulus.register(\"anchor\", class extends Controller { static get targets() { return [ \"lazyBlock\", \"lazyBlockAnchor\" ]; } initialize() { this.active = false; this.passed = false; this.closed = false; this.anchorViews = 0; this.boundOnShowAnchor = this.onShowAnchor.bind(this); window.anchorReady = window.anchorReady || false; waitFor(_ => (window.scrollY > this.getHeightBlock() && !this.active)) .then(_ => { !window.anchorReady? this.visible() : ''; window.anchorReady = true; }); if (document.getElementById('landing')) { setTimeout(() => { !window.anchorReady ? this.visible() : ''; window.anchorReady = true; }, 1 * 30000); }; } connect() { this.onShowAnchor(); document.addEventListener(\"scroll\", this.boundOnShowAnchor); } disconnect() { document.removeEventListener(\"scroll\", this.boundOnShowAnchor); } visible() { if (document.getElementById('av-offerwall__wrapper')) { setTimeout(() => this.visible(), 20000); return; } if (document.getElementById('av-fixed__bottomWrapper') && document.getElementById('av-fixed__bottomWrapper').style.display !== 'none' && document.getElementById('av-fixed__bottomWrapper').getBoundingClientRect().height > 100) { setTimeout(() => this.visible(), 1000); return; } if (document.getElementById('av-fixed__bottomWrapper') && document.getElementById('av-fixed__bottomWrapper').style.display !== 'none' && document.getElementById('av-fixed__bottomWrapper').getBoundingClientRect().height > 10) { this.getAnchorElement().style.marginBottom = '60px'; } if (document.querySelector('[data-anchor-shown=\"true\"]') && document.querySelector('[data-anchor-shown=\"true\"]').style.bottom === '0px') { setTimeout(() => this.visible(), 1000); return; } if (!window.km2AnchorReady) { this.active = true; \/*this.getAnchorElement().style.animation = \"none\"; this.getAnchorElement().classList.remove('animate-show-down');*\/ \/*this.getAnchorElement().classList.add('animate-show-up');*\/ \/*setTimeout(() => {*\/ \/*this.getAnchorElement().style.animation = \"\";*\/ this.getAnchorElement().classList.add('animate-show-up'); this.getAnchorElement().classList.remove('hidden'); this.setAnchorViews(this.anchorViews+1); setTimeout(() => this.closeAnchor(), 20000); waitFor(_ => (document.getElementById('av-fixed__bottomWrapper') && document.getElementById('av-fixed__bottomWrapper').style.display !== 'none' && document.getElementById('av-fixed__bottomWrapper').getBoundingClientRect().height > 10 && this.getAnchorElement().style.marginBottom !== '60px')) .then(_ => { this.closeAnchor(); }); this.active = false; \/*}, 10);*\/ } } invisible() { this.active = true; this.getAnchorElement().style.animation = \"none\"; this.getAnchorElement().classList.remove('animate-show-up'); this.getAnchorElement().classList.add('animate-show-down'); setTimeout(() => { this.getAnchorElement().style.animation = \"\"; setTimeout(() => { this.getAnchorElement().classList.add('hidden'); this.active = false; }, 800); }, 10); } onShowAnchor() { let anchorReady = false;  \/*if (!this.active && !anchorReady) { if (this.getAnchorViews() <= 3) { if (window.scrollY > this.getHeightBlock()) { if (!this.passed && !this.closed) { this.visible(); this.passed = true; } } else { if (this.passed) { this.invisible(); this.passed = false; } } } else { if (!this.getAnchorElement().classList.contains('close')) { this.getAnchorElement().classList.add('close'); if (window.scrollY < this.getHeightBlock()) { this.invisible(); } } } }*\/ } closeAnchor() { if (this.closed) return; this.invisible(); this.getAnchorElement().classList.add('close'); this.closed = true; } getAnchorElement() { return this.lazyBlockAnchorTargets[0]; } getAnchorViews() { this.anchorViews = parseInt(sessionStorage.getItem(\"anchorViews\")) >= 1 ? parseInt(sessionStorage.getItem(\"anchorViews\")) : 0; return this.anchorViews; } setAnchorViews(views) { sessionStorage.setItem(\"anchorViews\", views); } getHeightBlock() { return this.lazyBlockTarget.offsetTop + this.lazyBlockTarget.offsetHeight - 110; } }) <\/script>  <div data-anchor-target=\"lazyBlockAnchor\" class=\"fixed w-full sm:w-96 px-3 py-2 bottom-0 left-0 hidden\" style=\"z-index: 999999;\" name=\"lazyBlockAnchor\">\n    <div class=\"grid justify-items-stretch\">        \n              <div class=\"relative justify-self-end top-4 -right-2\">\n          <button data-no-translation class=\"bg-white text-md font-medium text-center rounded-full h-7 w-7 border-2\" data-analytics-label=\"anchorCloseAnchor\" data-action=\"anchor#closeAnchor\" style=\"z-index: 999999;\">\n            X\n          <\/button>\n        <\/div>\n        <div class=\"justify-self-auto flex flex-col h-32 bg-white border-solid border-2 shadow-md rounded-md\">\n          <div class=\"flex my-0 h-full\">\n            <div class=\"w-2\/5 p-1 ml-2 mt-2 w-full\">\n              <a href=\"http:\/\/www.hud.gov\/contactus\/public-housing-contacts\" rel=\"sponsored\" data-analytics-label=\"anchorImage\" data-action=\"analytics#trackCTA\">          \n                <img decoding=\"async\" loading=\"lazy\" alt=\"card\" class=\"w-full object-cover h-24 object-center rounded justify-self-auto border-2 border-gray-100\" src=\"https:\/\/jornalmovimento.com.br\/wp-content\/uploads\/2025\/12\/rent-house.jpg\">          \n              <\/a>\n            <\/div>\n            <div class=\"w-3\/5 my-2\">\n              <p class=\"px-4 text-center text-xs h-1\/2\">\n                Find your PHA and apply for the benefit!              <\/p>\n              <a href=\"http:\/\/www.hud.gov\/contactus\/public-housing-contacts\" rel=\"sponsored\" data-analytics-label=\"anchorButton\" data-action=\"analytics#trackCTA\" >\n                <button class=\"flex w-5\/6 m-auto mt-2 border-0 py-1 px-3 focus:outline-none rounded\">                \n                  <p class=\"text-center w-full\" style=\"font-size: 0.67rem;\">\n                    SEE HOW TO FIND P\u2026                  <\/p>\n                <\/button>\n              <\/a>\n              <p class=\"text-gray-500 text-center mt-1\" style=\"font-size: 0.50rem;\">\n                You will be redirected to another website              <\/p>\n            <\/div>\n          <\/div>\n        <\/div>\n          <\/div>\n  <\/div>\n<\/section><\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>It is important to highlight that HCV is <strong>locally managed<\/strong> by PHAs (city\/county housing agencies), following federal HUD rules. <\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Therefore, deadlines, registration openings, preferences, and some operational details vary considerably from place to place.<\/p>\n<\/div><!--advertisement--><div class=\"mx-5 sm:mx-0 sm:text-3xl text-2xl font-medium title-font mb-4 text-gray-900 text-left\">\n<h2 id=\"h-quem-tem-direito-ao-section-8-regras-gerais-de-elegibilidade\">Who is entitled to Section 8 (general eligibility rules)?<\/h2>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Each PHA applies specific criteria, but the HUD defines the most common bases:<\/p>\n<\/div><!--advertisement--><div class=\"mx-5 sm:mx-0 sm:text-3xl text-2xl font-medium title-font mb-4 text-gray-900 text-left\">\n<h3 id=\"h-1-renda-o-fator-mais-decisivo\">1) Income (the most decisive factor)<\/h3>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Section 8 is aimed at families of <strong>low income<\/strong>...and the limits vary by region because they depend on... <strong>Median Family Income<\/strong> and geographical definitions used by the HUD.<a style=\" color:;\" href=\"https:\/\/www.huduser.gov\/portal\/datasets\/il.html?utm_source=chatgpt.com\">&nbsp;<\/a><\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>In general, the program prioritizes genres such as:<\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose text-left mb-5\">\n<ul><div class=\"mx-5 sm:mx-0 prose text-left mb-5\">\n<li><strong>Very Low Income<\/strong> (typically up to 50% of the area&#039;s median income), and<br><\/li>\n<\/div>\n\n<div class=\"mx-5 sm:mx-0 prose text-left mb-5\">\n<li><strong>Extremely Low Income<\/strong> (typically associated with ~30% of the area&#039;s median income, with rules and adjustments).<br><\/li>\n<\/div><\/ul>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>The official reference for checking the exact boundary of your region is the base of <strong>HUD Income Limits<\/strong>.<a style=\" color:;\" href=\"https:\/\/www.huduser.gov\/portal\/datasets\/il.html?utm_source=chatgpt.com\">&nbsp;<\/a><\/p>\n<\/div><!--advertisement--><div class=\"mx-5 sm:mx-0 sm:text-3xl text-2xl font-medium title-font mb-4 text-gray-900 text-left\">\n<h3 id=\"h-2-cidadania-ou-status-elegivel\">2) Citizenship or eligible status<\/h3>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>The HUD indicates that the family needs to have <strong>US citizenship<\/strong> or <strong>non-citizen eligible status<\/strong> (There are specific criteria).<\/p>\n<\/div><!--advertisement--><div class=\"mx-5 sm:mx-0 sm:text-3xl text-2xl font-medium title-font mb-4 text-gray-900 text-left\">\n<h3 id=\"h-3-ssn-e-verificacao-de-informacoes\">3) SSN and information verification<\/h3>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>In many cases, the process involves identification and verification requirements (e.g., the responsible party&#039;s SSN and supporting documentation). The detailed rules depend on the PHA, but data verification is a central part of the process.<\/p>\n<\/div><!--advertisement--><div class=\"mx-5 sm:mx-0 sm:text-3xl text-2xl font-medium title-font mb-4 text-gray-900 text-left\">\n<h3 id=\"h-4-regras-de-antecedentes-e-conformidade-do-programa\">4) Program background and compliance rules<\/h3>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>PHAs may have restrictions related to criminal history and prior violations of housing programs, in addition to administrative eligibility checks. This varies and needs to be reviewed in local regulations and HUD guidelines.<a style=\" color:;\" href=\"https:\/\/www.hud.gov\/helping-americans\/housing-choice-vouchers-tenants?utm_source=chatgpt.com\">&nbsp;<\/a><\/p>\n<\/div><!--advertisement--><div class=\"mx-5 sm:mx-0 sm:text-3xl text-2xl font-medium title-font mb-4 text-gray-900 text-left\">\n<h2 id=\"h-qual-e-o-valor-do-beneficio-e-quanto-ele-cobre-na-pratica\">What is the value of the benefit and how much does it actually cover?<\/h2>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>This is the part that generates the most false expectations. Section 8 <strong>It&#039;s not a &quot;free rental&quot;.<\/strong> And there isn&#039;t a fixed amount that&#039;s the same for everyone. The subsidy depends on three things:<\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose text-left mb-5\">\n<ol><div class=\"mx-5 sm:mx-0 prose text-left mb-5\">\n<li><strong>Your (adjusted) income<\/strong><strong><br><\/strong><\/li>\n<\/div>\n\n<div class=\"mx-5 sm:mx-0 prose text-left mb-5\">\n<li><strong>The PHA payment standard<\/strong> for the size of the property<br><\/li>\n<\/div>\n\n<div class=\"mx-5 sm:mx-0 prose text-left mb-5\">\n<li><strong>The rental of the chosen property<\/strong> (and if it is considered &quot;reasonable&quot; by the PHA)<br><\/li>\n<\/div><\/ol>\n<\/div><!--advertisement--><div class=\"mx-5 sm:mx-0 sm:text-3xl text-2xl font-medium title-font mb-4 text-gray-900 text-left\">\n<h3 id=\"h-quanto-o-beneficiario-paga-regra-dos-30-e-o-limite-de-40\">How much does the beneficiary pay (30% rule and 40% limit)?<\/h3>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>HUD explains that PHA calculates the minimum tenant share (often called <strong>Total Tenant Payment (TTP)<\/strong>). <\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>As a rule, this portion is <strong>typically around 30% of adjusted monthly income<\/strong>However, in certain situations, <strong>The rent paid by the beneficiary can reach up to 40% of the adjusted monthly income.<\/strong>.<a style=\" color:;\" href=\"https:\/\/www.hud.gov\/helping-americans\/housing-choice-vouchers-tenants?utm_source=chatgpt.com\">\u00a0<\/a><\/p>\n<\/div><!--advertisement--><div class=\"mx-5 sm:mx-0 sm:text-3xl text-2xl font-medium title-font mb-4 text-gray-900 text-left\">\n<h3 id=\"h-o-que-e-payment-standard-e-por-que-isso-muda-tudo\">What is &quot;payment standard&quot; and why does it change everything?<\/h3>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>PHA needs to define a <strong>payment standard<\/strong> (by property size) and use that to calculate the maximum subsidy. <\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Under federal rule, the payment standard generally falls within a basic range of <strong>90% to 110% from Fair Market Rent (FMR)<\/strong> Published for the size of the property.<a style=\" color:;\" href=\"https:\/\/www.ecfr.gov\/current\/title-24\/subtitle-B\/chapter-IX\/part-982\/subpart-K\/section-982.503?utm_source=chatgpt.com\">\u00a0<\/a><\/p>\n<\/div><!--advertisement--><div class=\"mx-5 sm:mx-0 sm:text-3xl text-2xl font-medium title-font mb-4 text-gray-900 text-left\">\n<h3 id=\"h-o-que-e-o-fmr-fair-market-rent\">What is FMR (Fair Market Rent)?<\/h3>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>O <strong>FMR<\/strong> It is a HUD market benchmark used to determine, among other things, the <strong>payment standards<\/strong> Housing Choice Voucher.<\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>In summary: the \u201cbenefit size\u201d is the result of calculating the PHA using your income and the payment pattern based on FMR. <\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Therefore, two families with different incomes (or in different cities) may receive very different subsidies.<\/p>\n<\/div><!--advertisement--><div class=\"mx-5 sm:mx-0 sm:text-3xl text-2xl font-medium title-font mb-4 text-gray-900 text-left\">\n<h2 id=\"h-passo-a-passo-para-conseguir-o-section-8-hcv\">Step-by-step guide to obtaining Section 8 (HCV)<\/h2>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Below is a flow that closely reflects what happens in real life, showing the main checkpoints where many people get stuck.<\/p>\n<\/div><!--advertisement--><div class=\"mx-5 sm:mx-0 sm:text-3xl text-2xl font-medium title-font mb-4 text-gray-900 text-left\">\n<h3 id=\"h-1-encontre-sua-pha-e-entenda-como-a-inscricao-funciona-na-sua-area\">1) Find your PHA and understand how registration works in your area.<\/h3>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>The first step is to locate the <strong>Public Housing Agency (PHA)<\/strong> From your city\/county. The HUD maintains an official directory of PHA contacts.<\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>There is also an official and very straightforward guide at <strong>USA.gov<\/strong> directing to apply via local PHA.<a style=\" color:;\" href=\"https:\/\/www.usa.gov\/housing-voucher-section-8?utm_source=chatgpt.com\">&nbsp;<\/a><\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>What you should confirm on the PHA website\/contact information:<\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose text-left mb-5\">\n<ul><div class=\"mx-5 sm:mx-0 prose text-left mb-5\">\n<li>If the <strong>The waitlist is open.<\/strong> (often opens through short windows);<br><\/li>\n<\/div>\n\n<div class=\"mx-5 sm:mx-0 prose text-left mb-5\">\n<li>How does PHA receive applications (online, in person, mail)?<br><\/li>\n<\/div>\n\n<div class=\"mx-5 sm:mx-0 prose text-left mb-5\">\n<li>Which <strong>preferences<\/strong> There are (e.g., elderly people, people with disabilities, families at risk, veterans, etc. \u2014 varies by location);<br><\/li>\n<\/div>\n\n<div class=\"mx-5 sm:mx-0 prose text-left mb-5\">\n<li>Local documents and criteria.<br><\/li>\n<\/div><\/ul>\n<\/div><!--advertisement--><div class=\"mx-5 sm:mx-0 sm:text-3xl text-2xl font-medium title-font mb-4 text-gray-900 text-left\">\n<h3 id=\"h-2-faca-a-inscricao-e-entre-na-waitlist\">2) Register and join the waitlist.<\/h3>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>In most places, there is <strong>waiting list<\/strong> Due to high demand. HUD itself acknowledges the reality of high demand and the importance of monitoring the local process.<\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Best practices here:<\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose text-left mb-5\">\n<ul><div class=\"mx-5 sm:mx-0 prose text-left mb-5\">\n<li>Keep the registration protocol number\/ID;<br><\/li>\n<\/div>\n\n<div class=\"mx-5 sm:mx-0 prose text-left mb-5\">\n<li>Update your address, phone number, and email whenever you change them (many people miss out because they can&#039;t be reached);<br><\/li>\n<\/div>\n\n<div class=\"mx-5 sm:mx-0 prose text-left mb-5\">\n<li>Read the response guidelines: some PHAs require a quick response when they call.<br><\/li>\n<\/div><\/ul>\n<\/div><!--advertisement--><div class=\"mx-5 sm:mx-0 sm:text-3xl text-2xl font-medium title-font mb-4 text-gray-900 text-left\">\n<h3 id=\"h-3-quando-voce-for-chamado-triagem-completa-e-comprovacoes\">3) When you are called: complete screening and verification.<\/h3>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>When it&#039;s your turn, the PHA will typically ask for a series of supporting documents, such as:<\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose text-left mb-5\">\n<ul><div class=\"mx-5 sm:mx-0 prose text-left mb-5\">\n<li>Family composition (who lives together);<br><\/li>\n<\/div>\n\n<div class=\"mx-5 sm:mx-0 prose text-left mb-5\">\n<li>Income and sources of income;<br><\/li>\n<\/div>\n\n<div class=\"mx-5 sm:mx-0 prose text-left mb-5\">\n<li>Identification documents;<br><\/li>\n<\/div>\n\n<div class=\"mx-5 sm:mx-0 prose text-left mb-5\">\n<li>Information needed to verify eligibility (depending on the case).<br><\/li>\n<\/div><\/ul>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Now is the time to carefully review what the PHA considers &quot;income&quot; and which documents are accepted.<\/p>\n<\/div><!--advertisement--><div class=\"mx-5 sm:mx-0 sm:text-3xl text-2xl font-medium title-font mb-4 text-gray-900 text-left\">\n<h3 id=\"h-4-briefing-orientacao-e-emissao-do-voucher\">4) Briefing\/orientation and voucher issuance<\/h3>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>If approved for eligibility, you participate in a <strong>guidance<\/strong> (briefing) and receives the <strong>voucher<\/strong>, with rules and deadlines for finding a property.<a style=\" color:;\" href=\"https:\/\/www.hud.gov\/helping-americans\/housing-choice-vouchers-tenants?utm_source=chatgpt.com\">&nbsp;<\/a><\/p>\n<\/div><!--advertisement--><div class=\"mx-5 sm:mx-0 sm:text-3xl text-2xl font-medium title-font mb-4 text-gray-900 text-left\">\n<h3 id=\"h-5-buscar-um-imovel-dentro-do-prazo-do-voucher\">5) Find a property within the voucher&#039;s validity period.<\/h3>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>PHAs usually provide a search period (this is local). Here, the goal is to find:<\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose text-left mb-5\">\n<ul><div class=\"mx-5 sm:mx-0 prose text-left mb-5\">\n<li>A property whose rental makes sense with the <strong>payment standard<\/strong>;<br><\/li>\n<\/div>\n\n<div class=\"mx-5 sm:mx-0 prose text-left mb-5\">\n<li>An owner willing to participate in the program;<br><\/li>\n<\/div>\n\n<div class=\"mx-5 sm:mx-0 prose text-left mb-5\">\n<li>A property that will pass inspection.<br><\/li>\n<\/div><\/ul>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Practical tip: start by looking for properties that explicitly accept &quot;Housing Choice Vouchers&quot; and prepare a simple package for the landlord (organized receipts and a clear explanation of the process).<\/p>\n<\/div><!--advertisement--><div class=\"mx-5 sm:mx-0 sm:text-3xl text-2xl font-medium title-font mb-4 text-gray-900 text-left\">\n<h3 id=\"h-6-envio-do-rfta-o-imovel-entra-na-fase-de-aprovacao\">6) RFTA submission: the property enters the approval phase.<\/h3>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>When you choose the property, the form appears. <strong>Request for Tenancy Approval (RFTA)<\/strong> \u2014 Official HUD document (HUD-52517 form). It is used by the PHA to assess whether the unit is eligible for assistance.<a style=\" color:;\" href=\"https:\/\/www.hud.gov\/sites\/dfiles\/OCHCO\/documents\/52517ENG.pdf?utm_source=chatgpt.com\">&nbsp;<\/a><\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>At this stage, the PHA evaluates points such as:<\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose text-left mb-5\">\n<ul><div class=\"mx-5 sm:mx-0 prose text-left mb-5\">\n<li>Property details and contract terms;<br><\/li>\n<\/div>\n\n<div class=\"mx-5 sm:mx-0 prose text-left mb-5\">\n<li>If the rent is &quot;reasonable&quot; for the area (rent reasonableness);<br><\/li>\n<\/div>\n\n<div class=\"mx-5 sm:mx-0 prose text-left mb-5\">\n<li>If the unit meets the required quality\/safety standards.<br><\/li>\n<\/div><\/ul>\n<\/div><!--advertisement--><div class=\"mx-5 sm:mx-0 sm:text-3xl text-2xl font-medium title-font mb-4 text-gray-900 text-left\">\n<h3 id=\"h-7-inspecao-do-imovel-padroes-nspire-e-exigencias-do-programa\">7) Property inspection (NSPIRE standards and program requirements)<\/h3>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>The unit needs to undergo inspection. HUD has been consolidating inspection standards and tools with the <strong>NSPIRE<\/strong> (National Standards for the Physical Inspection of Real Estate), including resources for the voucher program.<a style=\" color:;\" href=\"https:\/\/www.hud.gov\/reac\/nspire?utm_source=chatgpt.com\">&nbsp;<\/a><\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>If the property fails inspection, there may be a period for repairs and reinspection (varies by PHA).<\/p>\n<\/div><!--advertisement--><div class=\"mx-5 sm:mx-0 sm:text-3xl text-2xl font-medium title-font mb-4 text-gray-900 text-left\">\n<h3 id=\"h-8-contrato-e-inicio-da-assistencia\">8) Contract and commencement of assistance<\/h3>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>With everything approved, the formalization of the lease and subsidy payment takes place, following the standard arrangement: <strong>The tenant pays their share.<\/strong> and the <strong>PHA pays its share.<\/strong> to the owner.<a style=\" color:;\" href=\"https:\/\/www.hud.gov\/helping-americans\/housing-choice-vouchers-tenants?utm_source=chatgpt.com\">&nbsp;<\/a><\/p>\n<\/div><!--advertisement--><div class=\"mx-5 sm:mx-0 sm:text-3xl text-2xl font-medium title-font mb-4 text-gray-900 text-left\">\n<h2 id=\"h-depois-de-conseguir-regras-para-manter-o-beneficio\">After obtaining the benefit: rules for maintaining it.<\/h2>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>To keep the voucher, you usually need to:<\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose text-left mb-5\">\n<ul><div class=\"mx-5 sm:mx-0 prose text-left mb-5\">\n<li>To fulfill the rental agreement;<br><\/li>\n<\/div>\n\n<div class=\"mx-5 sm:mx-0 prose text-left mb-5\">\n<li>Report relevant changes (income, residents, employment);<br><\/li>\n<\/div>\n\n<div class=\"mx-5 sm:mx-0 prose text-left mb-5\">\n<li>Undergo periodic reviews\/recertifications as required by the PHA.<br><\/li>\n<\/div><\/ul>\n<\/div><!--advertisement--><div class=\"mx-5 sm:mx-0 sm:text-3xl text-2xl font-medium title-font mb-4 text-gray-900 text-left\">\n<h3 id=\"h-portabilidade-da-para-mudar-de-cidade-estado-com-o-voucher\">Portability: Can I move to another city\/state using the voucher?<\/h3>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>HCV has <strong>portability<\/strong>which allows the transfer of the subsidy when moving to another jurisdiction.<br>But the HUD warns that <strong>New families may not be able to carry it immediately.<\/strong>There may be a requirement to live for up to <strong>one year<\/strong> in the initial jurisdiction (with exceptions and permissions that vary).<a style=\" color:;\" href=\"https:\/\/www.hud.gov\/helping-americans\/housing-choice-vouchers-portability?utm_source=chatgpt.com\">&nbsp;<\/a><\/p>\n<\/div><!--advertisement--><div class=\"mx-5 sm:mx-0 sm:text-3xl text-2xl font-medium title-font mb-4 text-gray-900 text-left\">\n<h2 id=\"h-onde-checar-informacoes-oficiais-e-evitar-golpes\">Where to check official information (and avoid scams)<\/h2>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>If you only save a few official links to use in your guide and to validate any information, let them be these:<\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose text-left mb-5\">\n<ul><div class=\"mx-5 sm:mx-0 prose text-left mb-5\">\n<li>HUD page for <strong>tenants (HCV)<\/strong>, with explanations of the tenant&#039;s share and the logic of the voucher.<br><\/li>\n<\/div>\n\n<div class=\"mx-5 sm:mx-0 prose text-left mb-5\">\n<li>Official directory of <strong>PHA contacts<\/strong> (the actual entry point of the program).<br><\/li>\n<\/div>\n\n<div class=\"mx-5 sm:mx-0 prose text-left mb-5\">\n<li>Guidance from <strong>USA.gov<\/strong> about how to apply and where to find help.<br><\/li>\n<\/div>\n\n<div class=\"mx-5 sm:mx-0 prose text-left mb-5\">\n<li>Official base of <strong>Income Limits<\/strong> from the HUD (to see the boundaries by area).<br><\/li>\n<\/div>\n\n<div class=\"mx-5 sm:mx-0 prose text-left mb-5\">\n<li>Official base of <strong>Fair Market Rents (FMR)<\/strong> from the HUD (market reference used in the program).<br><\/li>\n<\/div>\n\n<div class=\"mx-5 sm:mx-0 prose text-left mb-5\">\n<li>Regulatory reference of <strong>payment standard (24 CFR 982.503)<\/strong>, which defines the band (90%\u2013110% of the FMR).<br><\/li>\n<\/div>\n\n<div class=\"mx-5 sm:mx-0 prose text-left mb-5\">\n<li>HUD information about <strong>portability<\/strong>.<br><\/li>\n<\/div>\n\n<div class=\"mx-5 sm:mx-0 prose text-left mb-5\">\n<li>HUD\/REAC page about <strong>NSPIRE<\/strong> and tools for inspecting vouchers.<a href=\"https:\/\/www.hud.gov\/reac\/nspire?utm_source=chatgpt.com\"><br><\/a><\/li>\n<\/div><\/ul>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Security alert: the official process <strong>no payment required<\/strong> to &quot;get in line&quot; (what exists are criteria and waitlists). <\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Be wary of any promises of &quot;guaranteed approval&quot; or charges to expedite the process.<\/p>\n<\/div><!--advertisement--><div class=\"mx-5 sm:mx-0 sm:text-3xl text-2xl font-medium title-font mb-4 text-gray-900 text-left\">\n<h2 id=\"h-conclusao\">Conclusion<\/h2>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>For many people, obtaining Section 8 (Housing Choice Voucher) means the difference between living under the pressure of high rent and having a cost of living more in line with their income. <\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>At the same time, it is a competitive process: <strong>The biggest hurdle is usually the waitlist.<\/strong> and then find a property that passes approval and inspection within the voucher&#039;s timeframe.<\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>The safest approach is to stick to the basics, without shortcuts: <strong>locate your PHA<\/strong>Apply when the list opens, keep your registration updated, organize documents, and understand how the calculation works (tenant installment, payment standard, and FMR). <\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Always use the <strong>Official sources from HUD and USA.gov<\/strong> to validate rules and avoid scams \u2014 and treat any local details (deadlines, preferences, specific documents) as something that only your PHA can accurately confirm.<\/p>\n<\/div>","protected":false},"excerpt":{"rendered":"<p>Next, you will understand how the benefit works, who is eligible, how much it realistically covers, the step-by-step application process, and where to find official information to avoid misinformation. What is Section 8 and how does it work? The Housing Choice Voucher (HCV) is a program in which:\u2026 <a class=\"more-link\" href=\"https:\/\/jornalmovimento.com.br\/en\/section-8\/\">Continue reading <span class=\"screen-reader-text\">Section 8 (Housing Choice Voucher): Complete guide to obtaining the benefit.<\/span><\/a><\/p>","protected":false},"author":15,"featured_media":11444,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":[],"categories":[226,725],"tags":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO Premium plugin v18.7 (Yoast SEO v19.1) - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Section 8 (Housing Choice Voucher): Guia completo para conseguir o benef\u00edcio - Jornal Movimento<\/title>\n<meta name=\"description\" content=\"Descubra como o Section 8 ajuda a pagar o aluguel: quem tem direito, documentos, waitlist e como se inscrever pela PHA. Confira!\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/jornalmovimento.com.br\/en\/section-8\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Section 8 (Housing Choice Voucher): Guia completo para conseguir o benef\u00edcio\" \/>\n<meta property=\"og:description\" content=\"Descubra como o Section 8 ajuda a pagar o aluguel: quem tem direito, documentos, waitlist e como se inscrever pela PHA. Confira!\" \/>\n<meta property=\"og:url\" content=\"https:\/\/jornalmovimento.com.br\/en\/section-8\/\" \/>\n<meta property=\"og:site_name\" content=\"Jornal Movimento\" \/>\n<meta property=\"article:published_time\" content=\"2025-12-29T14:38:16+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2025-12-29T14:38:19+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/jornalmovimento.com.br\/wp-content\/uploads\/2025\/12\/rent-house.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"1920\" \/>\n\t<meta property=\"og:image:height\" content=\"1080\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Ingrid Pontes\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"9 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebSite\",\"@id\":\"https:\/\/jornalmovimento.com.br\/#website\",\"url\":\"https:\/\/jornalmovimento.com.br\/\",\"name\":\"Jornal Movimento\",\"description\":\"Noticias e Conte\u00fado\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/jornalmovimento.com.br\/?s={search_term_string}\"},\"query-input\":\"required name=search_term_string\"}],\"inLanguage\":\"en-US\"},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/jornalmovimento.com.br\/section-8\/#primaryimage\",\"url\":\"https:\/\/jornalmovimento.com.br\/wp-content\/uploads\/2025\/12\/rent-house.jpg\",\"contentUrl\":\"https:\/\/jornalmovimento.com.br\/wp-content\/uploads\/2025\/12\/rent-house.jpg\",\"width\":1920,\"height\":1080},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/jornalmovimento.com.br\/section-8\/#webpage\",\"url\":\"https:\/\/jornalmovimento.com.br\/section-8\/\",\"name\":\"Section 8 (Housing Choice Voucher): Guia completo para conseguir o benef\u00edcio - Jornal Movimento\",\"isPartOf\":{\"@id\":\"https:\/\/jornalmovimento.com.br\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/jornalmovimento.com.br\/section-8\/#primaryimage\"},\"datePublished\":\"2025-12-29T14:38:16+00:00\",\"dateModified\":\"2025-12-29T14:38:19+00:00\",\"author\":{\"@id\":\"https:\/\/jornalmovimento.com.br\/#\/schema\/person\/68da20617efcced42850b35d05a85b9b\"},\"description\":\"Descubra como o Section 8 ajuda a pagar o aluguel: quem tem direito, documentos, waitlist e como se inscrever pela PHA. Confira!\",\"breadcrumb\":{\"@id\":\"https:\/\/jornalmovimento.com.br\/section-8\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/jornalmovimento.com.br\/section-8\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/jornalmovimento.com.br\/section-8\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/jornalmovimento.com.br\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Section 8 (Housing Choice Voucher): Guia completo para conseguir o benef\u00edcio\"}]},{\"@type\":\"Person\",\"@id\":\"https:\/\/jornalmovimento.com.br\/#\/schema\/person\/68da20617efcced42850b35d05a85b9b\",\"name\":\"Ingrid Pontes\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/jornalmovimento.com.br\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/640a1578a4dd824347abae66b0e3c1de?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/640a1578a4dd824347abae66b0e3c1de?s=96&d=mm&r=g\",\"caption\":\"Ingrid Pontes\"},\"url\":\"https:\/\/jornalmovimento.com.br\/en\/author\/ingrid-pontes\/\"}]}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"Section 8 (Housing Choice Voucher): Guia completo para conseguir o benef\u00edcio - Jornal Movimento","description":"Descubra como o Section 8 ajuda a pagar o aluguel: quem tem direito, documentos, waitlist e como se inscrever pela PHA. Confira!","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:\/\/jornalmovimento.com.br\/en\/section-8\/","og_locale":"en_US","og_type":"article","og_title":"Section 8 (Housing Choice Voucher): Guia completo para conseguir o benef\u00edcio","og_description":"Descubra como o Section 8 ajuda a pagar o aluguel: quem tem direito, documentos, waitlist e como se inscrever pela PHA. Confira!","og_url":"https:\/\/jornalmovimento.com.br\/en\/section-8\/","og_site_name":"Jornal Movimento","article_published_time":"2025-12-29T14:38:16+00:00","article_modified_time":"2025-12-29T14:38:19+00:00","og_image":[{"width":1920,"height":1080,"url":"https:\/\/jornalmovimento.com.br\/wp-content\/uploads\/2025\/12\/rent-house.jpg","type":"image\/jpeg"}],"twitter_card":"summary_large_image","twitter_misc":{"Written by":"Ingrid Pontes","Est. reading time":"9 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebSite","@id":"https:\/\/jornalmovimento.com.br\/#website","url":"https:\/\/jornalmovimento.com.br\/","name":"Jornal Movimento","description":"Noticias e Conte\u00fado","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/jornalmovimento.com.br\/?s={search_term_string}"},"query-input":"required name=search_term_string"}],"inLanguage":"en-US"},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/jornalmovimento.com.br\/section-8\/#primaryimage","url":"https:\/\/jornalmovimento.com.br\/wp-content\/uploads\/2025\/12\/rent-house.jpg","contentUrl":"https:\/\/jornalmovimento.com.br\/wp-content\/uploads\/2025\/12\/rent-house.jpg","width":1920,"height":1080},{"@type":"WebPage","@id":"https:\/\/jornalmovimento.com.br\/section-8\/#webpage","url":"https:\/\/jornalmovimento.com.br\/section-8\/","name":"Section 8 (Housing Choice Voucher): Guia completo para conseguir o benef\u00edcio - Jornal Movimento","isPartOf":{"@id":"https:\/\/jornalmovimento.com.br\/#website"},"primaryImageOfPage":{"@id":"https:\/\/jornalmovimento.com.br\/section-8\/#primaryimage"},"datePublished":"2025-12-29T14:38:16+00:00","dateModified":"2025-12-29T14:38:19+00:00","author":{"@id":"https:\/\/jornalmovimento.com.br\/#\/schema\/person\/68da20617efcced42850b35d05a85b9b"},"description":"Descubra como o Section 8 ajuda a pagar o aluguel: quem tem direito, documentos, waitlist e como se inscrever pela PHA. Confira!","breadcrumb":{"@id":"https:\/\/jornalmovimento.com.br\/section-8\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/jornalmovimento.com.br\/section-8\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/jornalmovimento.com.br\/section-8\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/jornalmovimento.com.br\/"},{"@type":"ListItem","position":2,"name":"Section 8 (Housing Choice Voucher): Guia completo para conseguir o benef\u00edcio"}]},{"@type":"Person","@id":"https:\/\/jornalmovimento.com.br\/#\/schema\/person\/68da20617efcced42850b35d05a85b9b","name":"Ingrid Pontes","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/jornalmovimento.com.br\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/640a1578a4dd824347abae66b0e3c1de?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/640a1578a4dd824347abae66b0e3c1de?s=96&d=mm&r=g","caption":"Ingrid Pontes"},"url":"https:\/\/jornalmovimento.com.br\/en\/author\/ingrid-pontes\/"}]}},"_links":{"self":[{"href":"https:\/\/jornalmovimento.com.br\/en\/wp-json\/wp\/v2\/posts\/11442"}],"collection":[{"href":"https:\/\/jornalmovimento.com.br\/en\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/jornalmovimento.com.br\/en\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/jornalmovimento.com.br\/en\/wp-json\/wp\/v2\/users\/15"}],"replies":[{"embeddable":true,"href":"https:\/\/jornalmovimento.com.br\/en\/wp-json\/wp\/v2\/comments?post=11442"}],"version-history":[{"count":0,"href":"https:\/\/jornalmovimento.com.br\/en\/wp-json\/wp\/v2\/posts\/11442\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/jornalmovimento.com.br\/en\/wp-json\/wp\/v2\/media\/11444"}],"wp:attachment":[{"href":"https:\/\/jornalmovimento.com.br\/en\/wp-json\/wp\/v2\/media?parent=11442"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/jornalmovimento.com.br\/en\/wp-json\/wp\/v2\/categories?post=11442"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/jornalmovimento.com.br\/en\/wp-json\/wp\/v2\/tags?post=11442"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}