{"id":47043,"date":"2025-09-07T06:52:11","date_gmt":"2025-09-07T06:52:11","guid":{"rendered":"https:\/\/mobsaint.com\/?p=47043"},"modified":"2025-09-07T06:52:12","modified_gmt":"2025-09-07T06:52:12","slug":"applications-to-analyze-who-visited-my-profile","status":"publish","type":"post","link":"https:\/\/mobsaint.com\/en_au\/aplicativos-para-analisar-quem-visitou-meu-perfil\/","title":{"rendered":"Apps to Analyze Who Visited My Profile"},"content":{"rendered":"<p>Many people are curious about who&#039;s visiting their social media profile. This information can be useful both for personal curiosity and for those who want to better understand their audience and increase engagement. To this end, there are apps that offer detailed analytics on profile interactions. One of the most popular is <strong>Who Viewed My Profile: Profile Visitors Tracker<\/strong>, available for free on the Google Play Store. It can be quickly downloaded below.<\/p>\n\n\n    <link rel=\"stylesheet\" href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/font-awesome\/6.0.0-beta3\/css\/all.min.css\">\n    <style>\n    \/* Cont\u00eainer para centralizar o cart\u00e3o *\/\n    .app-card-sc-wrapper {\n        display: flex;\n        justify-content: center;\n        padding: 40px 0;\n    }\n\n    \/* Cart\u00e3o do aplicativo *\/\n    .app-card-sc {\n        background-color: #f0f0f0;\n        border-radius: 16px;\n        padding: 20px;\n        width: 100%;\n        max-width: 800px;\n        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);\n    }\n\n    \/* Container para layout flex\u00edvel *\/\n    .app-card-sc-container {\n        display: flex;\n        justify-content: space-between;\n        align-items: flex-start;\n        gap: 20px;\n    }\n\n    \/* Informa\u00e7\u00f5es do aplicativo *\/\n    .app-card-sc-info {\n        display: flex;\n        align-items: center;\n        flex: 1;\n        max-width: 60%;\n    }\n\n    .app-card-sc-icon {\n        flex-shrink: 0;\n        margin-right: 20px;\n    }\n\n    .app-card-sc-icon img {\n        width: 90px;\n        height: 90px;\n        border-radius: 15px;\n        object-fit: cover;\n    }\n\n    .app-card-sc-details {\n        flex-grow: 1;\n    }\n\n    .app-card-sc-name {\n        font-size: 28px;\n        font-weight: 700;\n        margin-bottom: 10px;\n        color: #000;\n    }\n\n    .app-card-sc-stats {\n        display: flex;\n        flex-wrap: wrap;\n        gap: 20px;\n    }\n\n    .app-card-sc-rating, .app-card-sc-downloads {\n        display: flex;\n        flex-direction: column;\n    }\n\n    .app-card-sc-rating-value, .app-card-sc-downloads-count {\n        font-size: 18px;\n        font-weight: 600;\n        color: #333;\n        display: flex;\n        align-items: center;\n    }\n\n    .app-card-sc-rating-value i {\n        color: #ffc107;\n        margin-left: 4px;\n        font-size: 16px;\n    }\n\n    .app-card-sc-rating-count, .app-card-sc-downloads-label {\n        font-size: 14px;\n        color: #666;\n        margin-top: 2px;\n    }\n\n    \/* Bot\u00f5es *\/\n    .app-card-sc-buttons {\n        display: flex;\n        flex-direction: column;\n        gap: 15px;\n        width: 300px;\n    }\n\n    .app-card-sc-btn {\n        display: flex;\n        align-items: center;\n        justify-content: center;\n        padding: 15px 25px;\n        border-radius: 8px;\n        font-size: 18px;\n        font-weight: 500;\n        text-decoration: none;\n        color: white;\n        transition: all 0.3s ease;\n        width: 100%;\n        white-space: nowrap;\n    }\n\n    .app-card-sc-btn i {\n        margin-right: 8px;\n        font-size: 18px;\n    }\n\n    .app-card-sc-btn-google {\n        background-color: #01875f;\n    }\n\n    .app-card-sc-btn-google:hover {\n        background-color: #095943;\n    }\n\n    .app-card-sc-btn-apple {\n        background-color: #0b57cf;\n    }\n\n    .app-card-sc-btn-apple:hover {\n        background-color: #ecf1f4;\n        color: #0b57cf;\n    }\n\n    \/* Responsividade *\/\n    @media (max-width: 768px) {\n        .app-card-sc-container {\n            flex-direction: column;\n            align-items: stretch;\n        }\n\n        .app-card-sc {\n            padding: 15px;\n        }\n\n        .app-card-sc-info {\n            flex-direction: column;\n            align-items: center;\n            text-align: center;\n            margin-bottom: 20px;\n            max-width: 100%;\n            margin: 0 auto;\n        }\n\n        .app-card-sc-icon {\n            margin-right: 0;\n            margin-bottom: 15px;\n            align-self: center;\n        }\n\n        .app-card-sc-details {\n            width: 100%;\n            text-align: center;\n            display: flex;\n            flex-direction: column;\n            align-items: center;\n        }\n\n        .app-card-sc-stats {\n            justify-content: center;\n        }\n\n        .app-card-sc-buttons {\n            width: 100%;\n            flex-direction: column;\n        }\n\n        .app-card-sc-btn {\n            padding: 18px 25px;\n            font-size: 20px;\n        }\n\n        .app-card-sc-btn i {\n            font-size: 20px;\n        }\n    }\n\n    @media (max-width: 480px) {\n        .app-card-sc-name {\n            font-size: 24px;\n        }\n\n        .app-card-sc-rating-value, .app-card-sc-downloads-count {\n            font-size: 16px;\n        }\n\n        .app-card-sc-rating-count, .app-card-sc-downloads-label {\n            font-size: 12px;\n        }\n\n        .app-card-sc-btn {\n            font-size: 18px;\n            padding: 16px 20px;\n        }\n    }\n\n    @keyframes app-card-sc-pulse {\n        0% {\n            box-shadow: 0 0 0 0 rgba(59, 130, 246, 0.7);\n        }\n        70% {\n            box-shadow: 0 0 0 10px rgba(59, 130, 246, 0);\n        }\n        100% {\n            box-shadow: 0 0 0 0 rgba(59, 130, 246, 0);\n        }\n    }\n\n    .app-card-sc-pulse {\n        animation: app-card-sc-pulse 2s infinite;\n    }\n\t\t\n    @keyframes app-card-sc-pulse2 {\n        0% {\n            box-shadow: 0 0 0 0 rgba(1, 135, 95, 1);\n        }\n        70% {\n            box-shadow: 0 0 0 10px rgba(1, 135, 95, 0);\n        }\n        100% {\n            box-shadow: 0 0 0 0 rgba(1, 135, 95, 0);\n        }\n    }\n\n    .app-card-sc-pulse2 {\n        animation: app-card-sc-pulse 2s infinite;\n    }\n    <\/style>\n        <div class=\"app-card-sc-wrapper\">\n        <div class=\"app-card-sc\">\n            <div class=\"app-card-sc-container\">\n                <div class=\"app-card-sc-info\">\n                    <div class=\"app-card-sc-icon\">\n                        <img decoding=\"async\" src=\"https:\/\/play-lh.googleusercontent.com\/rZf0nE8TLaus_BmOGLTZZIKQMRWtvnHrtrc3E42o6d9pWRmp-2IX2YFBrUGWUTOfBC8=w240-h480-rw\" alt=\"Who Viewed My Profile - WProfile\">\n                    <\/div>\n                    <div class=\"app-card-sc-details\">\n                        <h2 class=\"app-card-sc-name\">Who Viewed My Profile - WProfile<\/h2>\n                        <div class=\"app-card-sc-stats\">\n                                                        <div class=\"app-card-sc-rating\">\n                                <span class=\"app-card-sc-rating-value\">4,2<i class=\"fas fa-star\"><\/i><\/span>\n                                                                <span class=\"app-card-sc-rating-count\">96,599 reviews<\/span>\n                                                            <\/div>\n                                                        \n                                                        <div class=\"app-card-sc-downloads\">\n                                <span class=\"app-card-sc-downloads-count\">1 mi+<\/span>\n                                <span class=\"app-card-sc-downloads-label\">downloads<\/span>\n                            <\/div>\n                                                    <\/div>\n                    <\/div>\n                <\/div>\n                <div class=\"app-card-sc-buttons\">\n                                        <a id=\"clique\" href=\"https:\/\/mobsaint.com\/en_au\/redir\/?url=https:\/\/play.google.com\/store\/apps\/details?id=com.wprofeel.wprofile\" class=\"app-card-sc-btn app-card-sc-btn-google app-card-sc-pulse2\">\n                        <i class=\"fab fa-google-play\"><\/i>\n                        Install on Google Play\n                    <\/a>\n                                        \n                                        <a id=\"clique\" href=\"https:\/\/mobsaint.com\/en_au\/redir\/?url=https:\/\/apps.apple.com\/us\/app\/who-profile-view-for-my-insta\/id1554870653\" class=\"app-card-sc-btn app-card-sc-btn-apple app-card-sc-pulse\">\n                        <i class=\"fab fa-apple\"><\/i>\n                        Install from Apple Store\n                    <\/a>\n                                    <\/div>\n            <\/div>\n        <\/div>\n    <\/div>\n    \n\n\n\n<p>With this app, you can track who visits your profile the most, analyze interactions, and discover valuable insights about your audience.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">What is Who Viewed My Profile: Profile Visitors Tracker?<\/h3>\n\n\n\n<p>THE <strong>Who Viewed My Profile: Profile Visitors Tracker<\/strong> is an application designed to analyze and monitor activity related to your social media profile. It offers reports that show who interacts with you the most, who visits your profile frequently, and even those who stop following your posts. The idea is to provide insights that help you better understand who actually follows your online activities, bringing more clarity to your followers and visitors.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Practical and accessible usability<\/h3>\n\n\n\n<p>The application was developed to offer <strong>simplicity and objectivity<\/strong>As soon as users connect their account to the app, reports on visitors and interactions begin to be generated. The design is clean and organized, with intuitive menus that make navigation easy. This means anyone can use it easily, even without extensive experience with analytics apps. The idea is that in just a few clicks, you can access important data about who visits and follows your profile.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Features and functionalities<\/h3>\n\n\n\n<p>THE <strong>Who Viewed My Profile: Profile Visitors Tracker<\/strong> has a variety of features that make the experience more complete and interesting:<\/p>\n\n\n\n<ol class=\"wp-block-list\">\n<li><strong>Visitor analysis<\/strong> \u2013 shows the users who access your profile most frequently.<\/li>\n\n\n\n<li><strong>Interaction reports<\/strong> \u2013 highlights who likes, comments or shares your posts the most.<\/li>\n\n\n\n<li><strong>Hidden profiles<\/strong> \u2013 identifies followers who visit but do not interact directly.<\/li>\n\n\n\n<li><strong>Account growth<\/strong> \u2013 allows you to monitor the increase or decrease in the number of visitors over time.<\/li>\n\n\n\n<li><strong>Real-time reporting<\/strong> \u2013 frequent updates on who is most active on your profile.<\/li>\n<\/ol>\n\n\n\n<h3 class=\"wp-block-heading\">Benefits of the application<\/h3>\n\n\n\n<p>The main benefit is the <strong>visibility over your audience<\/strong>Knowing who visits your profile helps you understand who&#039;s truly interested in your content, making it easier to create more strategic posts. Furthermore, the app allows you to identify who&#039;s silently following your activities, without liking or commenting, but still showing interest. Another important benefit is practicality: reports are quick, straightforward, and easy to understand, saving time and effort.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Differentiators of Who Viewed My Profile: Profile Visitors Tracker<\/h3>\n\n\n\n<p>The application&#039;s biggest differentiator is the <strong>clarity of reports<\/strong>While other apps present confusing or incomplete information, Who Viewed My Profile organizes data simply, clearly showing who visits and interacts. Another advantage is the fact that it offers real-time analytics, keeping you updated on your visitors&#039; behavior at all times. This combination of accuracy and practicality is what makes the app so appealing.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Performance and user experience<\/h3>\n\n\n\n<p>The app is lightweight, takes up little space on your phone, and works well on a variety of smartphone models. It stands out for its smooth operation and quick report generation after syncing your account. The user experience is positive, as the app delivers exactly what it promises: information about who visits your profile, who interacts most, and the status of your account activity.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">How to use in a few steps<\/h3>\n\n\n\n<ol class=\"wp-block-list\">\n<li>Download the <strong>Who Viewed My Profile: Profile Visitors Tracker<\/strong> on the Google Play Store.<\/li>\n\n\n\n<li>Open the app and connect your desired social network account.<\/li>\n\n\n\n<li>Wait for the initial sync for the app to collect data.<\/li>\n\n\n\n<li>Access reports and see who has visited your profile recently.<\/li>\n\n\n\n<li>Use this information to better understand your audience and adjust your content strategies.<\/li>\n<\/ol>\n\n\n\n<h3 class=\"wp-block-heading\">Final considerations<\/h3>\n\n\n\n<p>Apps for analyzing who visited your profile are increasingly popular, as they satisfy both curiosity and social media management needs. <strong>Who Viewed My Profile: Profile Visitors Tracker<\/strong> stands out for being practical, lightweight, and efficient, delivering clear and objective reports. If you want to know who&#039;s visiting your profile and have more control over your interactions, this app is an excellent option to download and start using today.<\/p>\n\n\n    <link rel=\"stylesheet\" href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/font-awesome\/6.0.0-beta3\/css\/all.min.css\">\n    <style>\n    \/* Cont\u00eainer para centralizar o cart\u00e3o *\/\n    .app-card-sc-wrapper {\n        display: flex;\n        justify-content: center;\n        padding: 40px 0;\n    }\n\n    \/* Cart\u00e3o do aplicativo *\/\n    .app-card-sc {\n        background-color: #f0f0f0;\n        border-radius: 16px;\n        padding: 20px;\n        width: 100%;\n        max-width: 800px;\n        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);\n    }\n\n    \/* Container para layout flex\u00edvel *\/\n    .app-card-sc-container {\n        display: flex;\n        justify-content: space-between;\n        align-items: flex-start;\n        gap: 20px;\n    }\n\n    \/* Informa\u00e7\u00f5es do aplicativo *\/\n    .app-card-sc-info {\n        display: flex;\n        align-items: center;\n        flex: 1;\n        max-width: 60%;\n    }\n\n    .app-card-sc-icon {\n        flex-shrink: 0;\n        margin-right: 20px;\n    }\n\n    .app-card-sc-icon img {\n        width: 90px;\n        height: 90px;\n        border-radius: 15px;\n        object-fit: cover;\n    }\n\n    .app-card-sc-details {\n        flex-grow: 1;\n    }\n\n    .app-card-sc-name {\n        font-size: 28px;\n        font-weight: 700;\n        margin-bottom: 10px;\n        color: #000;\n    }\n\n    .app-card-sc-stats {\n        display: flex;\n        flex-wrap: wrap;\n        gap: 20px;\n    }\n\n    .app-card-sc-rating, .app-card-sc-downloads {\n        display: flex;\n        flex-direction: column;\n    }\n\n    .app-card-sc-rating-value, .app-card-sc-downloads-count {\n        font-size: 18px;\n        font-weight: 600;\n        color: #333;\n        display: flex;\n        align-items: center;\n    }\n\n    .app-card-sc-rating-value i {\n        color: #ffc107;\n        margin-left: 4px;\n        font-size: 16px;\n    }\n\n    .app-card-sc-rating-count, .app-card-sc-downloads-label {\n        font-size: 14px;\n        color: #666;\n        margin-top: 2px;\n    }\n\n    \/* Bot\u00f5es *\/\n    .app-card-sc-buttons {\n        display: flex;\n        flex-direction: column;\n        gap: 15px;\n        width: 300px;\n    }\n\n    .app-card-sc-btn {\n        display: flex;\n        align-items: center;\n        justify-content: center;\n        padding: 15px 25px;\n        border-radius: 8px;\n        font-size: 18px;\n        font-weight: 500;\n        text-decoration: none;\n        color: white;\n        transition: all 0.3s ease;\n        width: 100%;\n        white-space: nowrap;\n    }\n\n    .app-card-sc-btn i {\n        margin-right: 8px;\n        font-size: 18px;\n    }\n\n    .app-card-sc-btn-google {\n        background-color: #01875f;\n    }\n\n    .app-card-sc-btn-google:hover {\n        background-color: #095943;\n    }\n\n    .app-card-sc-btn-apple {\n        background-color: #0b57cf;\n    }\n\n    .app-card-sc-btn-apple:hover {\n        background-color: #ecf1f4;\n        color: #0b57cf;\n    }\n\n    \/* Responsividade *\/\n    @media (max-width: 768px) {\n        .app-card-sc-container {\n            flex-direction: column;\n            align-items: stretch;\n        }\n\n        .app-card-sc {\n            padding: 15px;\n        }\n\n        .app-card-sc-info {\n            flex-direction: column;\n            align-items: center;\n            text-align: center;\n            margin-bottom: 20px;\n            max-width: 100%;\n            margin: 0 auto;\n        }\n\n        .app-card-sc-icon {\n            margin-right: 0;\n            margin-bottom: 15px;\n            align-self: center;\n        }\n\n        .app-card-sc-details {\n            width: 100%;\n            text-align: center;\n            display: flex;\n            flex-direction: column;\n            align-items: center;\n        }\n\n        .app-card-sc-stats {\n            justify-content: center;\n        }\n\n        .app-card-sc-buttons {\n            width: 100%;\n            flex-direction: column;\n        }\n\n        .app-card-sc-btn {\n            padding: 18px 25px;\n            font-size: 20px;\n        }\n\n        .app-card-sc-btn i {\n            font-size: 20px;\n        }\n    }\n\n    @media (max-width: 480px) {\n        .app-card-sc-name {\n            font-size: 24px;\n        }\n\n        .app-card-sc-rating-value, .app-card-sc-downloads-count {\n            font-size: 16px;\n        }\n\n        .app-card-sc-rating-count, .app-card-sc-downloads-label {\n            font-size: 12px;\n        }\n\n        .app-card-sc-btn {\n            font-size: 18px;\n            padding: 16px 20px;\n        }\n    }\n\n    @keyframes app-card-sc-pulse {\n        0% {\n            box-shadow: 0 0 0 0 rgba(59, 130, 246, 0.7);\n        }\n        70% {\n            box-shadow: 0 0 0 10px rgba(59, 130, 246, 0);\n        }\n        100% {\n            box-shadow: 0 0 0 0 rgba(59, 130, 246, 0);\n        }\n    }\n\n    .app-card-sc-pulse {\n        animation: app-card-sc-pulse 2s infinite;\n    }\n\t\t\n    @keyframes app-card-sc-pulse2 {\n        0% {\n            box-shadow: 0 0 0 0 rgba(1, 135, 95, 1);\n        }\n        70% {\n            box-shadow: 0 0 0 10px rgba(1, 135, 95, 0);\n        }\n        100% {\n            box-shadow: 0 0 0 0 rgba(1, 135, 95, 0);\n        }\n    }\n\n    .app-card-sc-pulse2 {\n        animation: app-card-sc-pulse 2s infinite;\n    }\n    <\/style>\n        <div class=\"app-card-sc-wrapper\">\n        <div class=\"app-card-sc\">\n            <div class=\"app-card-sc-container\">\n                <div class=\"app-card-sc-info\">\n                    <div class=\"app-card-sc-icon\">\n                        <img decoding=\"async\" src=\"https:\/\/play-lh.googleusercontent.com\/rZf0nE8TLaus_BmOGLTZZIKQMRWtvnHrtrc3E42o6d9pWRmp-2IX2YFBrUGWUTOfBC8=w240-h480-rw\" alt=\"Who Viewed My Profile - WProfile\">\n                    <\/div>\n                    <div class=\"app-card-sc-details\">\n                        <h2 class=\"app-card-sc-name\">Who Viewed My Profile - WProfile<\/h2>\n                        <div class=\"app-card-sc-stats\">\n                                                        <div class=\"app-card-sc-rating\">\n                                <span class=\"app-card-sc-rating-value\">4,2<i class=\"fas fa-star\"><\/i><\/span>\n                                                                <span class=\"app-card-sc-rating-count\">96,599 reviews<\/span>\n                                                            <\/div>\n                                                        \n                                                        <div class=\"app-card-sc-downloads\">\n                                <span class=\"app-card-sc-downloads-count\">1 mi+<\/span>\n                                <span class=\"app-card-sc-downloads-label\">downloads<\/span>\n                            <\/div>\n                                                    <\/div>\n                    <\/div>\n                <\/div>\n                <div class=\"app-card-sc-buttons\">\n                                        <a id=\"clique\" href=\"https:\/\/mobsaint.com\/en_au\/redir\/?url=https:\/\/play.google.com\/store\/apps\/details?id=com.wprofeel.wprofile\" class=\"app-card-sc-btn app-card-sc-btn-google app-card-sc-pulse2\">\n                        <i class=\"fab fa-google-play\"><\/i>\n                        Install on Google Play\n                    <\/a>\n                                        \n                                        <a id=\"clique\" href=\"https:\/\/mobsaint.com\/en_au\/redir\/?url=https:\/\/apps.apple.com\/us\/app\/who-profile-view-for-my-insta\/id1554870653\" class=\"app-card-sc-btn app-card-sc-btn-apple app-card-sc-pulse\">\n                        <i class=\"fab fa-apple\"><\/i>\n                        Install from Apple Store\n                    <\/a>\n                                    <\/div>\n            <\/div>\n        <\/div>\n    <\/div>","protected":false},"excerpt":{"rendered":"<p>Muitas pessoas t\u00eam curiosidade em saber quem anda visitando seu perfil nas redes sociais. Essa informa\u00e7\u00e3o pode ser \u00fatil tanto por curiosidade pessoal quanto para quem deseja entender melhor seu p\u00fablico e aumentar o engajamento. Para isso, existem aplicativos que oferecem an\u00e1lises detalhadas sobre intera\u00e7\u00f5es no perfil. Um dos mais conhecidos \u00e9 o Who Viewed &#8230; <a title=\"Apps to Analyze Who Visited My Profile\" class=\"read-more\" href=\"https:\/\/mobsaint.com\/en_au\/aplicativos-para-analisar-quem-visitou-meu-perfil\/\" aria-label=\"Read more about Apps to Analyze Who Visited My Profile\">read more<\/a><\/p>","protected":false},"author":1,"featured_media":47040,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[2],"tags":[],"class_list":["post-47043","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-aplicativos"],"_links":{"self":[{"href":"https:\/\/mobsaint.com\/en_au\/wp-json\/wp\/v2\/posts\/47043","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/mobsaint.com\/en_au\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/mobsaint.com\/en_au\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/mobsaint.com\/en_au\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/mobsaint.com\/en_au\/wp-json\/wp\/v2\/comments?post=47043"}],"version-history":[{"count":1,"href":"https:\/\/mobsaint.com\/en_au\/wp-json\/wp\/v2\/posts\/47043\/revisions"}],"predecessor-version":[{"id":47044,"href":"https:\/\/mobsaint.com\/en_au\/wp-json\/wp\/v2\/posts\/47043\/revisions\/47044"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/mobsaint.com\/en_au\/wp-json\/wp\/v2\/media\/47040"}],"wp:attachment":[{"href":"https:\/\/mobsaint.com\/en_au\/wp-json\/wp\/v2\/media?parent=47043"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/mobsaint.com\/en_au\/wp-json\/wp\/v2\/categories?post=47043"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/mobsaint.com\/en_au\/wp-json\/wp\/v2\/tags?post=47043"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}