{"id":560,"date":"2026-06-22T07:53:56","date_gmt":"2026-06-22T07:53:56","guid":{"rendered":"https:\/\/vikassrivastava.in\/academy\/?page_id=560"},"modified":"2026-06-24T09:36:04","modified_gmt":"2026-06-24T09:36:04","slug":"freelancing-websites-studio","status":"publish","type":"page","link":"https:\/\/vikassrivastava.in\/academy\/freelancing-websites-studio\/","title":{"rendered":"Freelancing Websites Studio"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"560\" class=\"elementor elementor-560\">\n\t\t\t\t<div class=\"elementor-element elementor-element-9de72f1 e-con e-atomic-element e-flexbox-base e-d90f69f \" data-id=\"9de72f1\" data-element_type=\"e-flexbox\" data-e-type=\"e-flexbox\" data-interaction-id=\"9de72f1\">\n    \t\t<div class=\"elementor-element elementor-element-dabcdd2 elementor-widget elementor-widget-html\" data-id=\"dabcdd2\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<!-- Freelancing Website Studio \/ Library - WordPress Ready HTML -->\r\n<div id=\"freelance-studio-app\">\r\n  <style>\r\n    #freelance-studio-app {\r\n      --bg: #070b16;\r\n      --card: #101827;\r\n      --card2: #0b1220;\r\n      --yellow: #ffd84d;\r\n      --yellow2: #ffbf00;\r\n      --white: #ffffff;\r\n      --muted: #cbd5e1;\r\n      --line: rgba(255, 216, 77, 0.25);\r\n      --shadow: 0 18px 45px rgba(0,0,0,0.35);\r\n      background: radial-gradient(circle at top left, rgba(255,216,77,0.14), transparent 30%),\r\n                  radial-gradient(circle at bottom right, rgba(255,191,0,0.10), transparent 34%),\r\n                  var(--bg);\r\n      color: var(--white);\r\n      font-family: Arial, Helvetica, sans-serif;\r\n      padding: 32px 18px;\r\n      border-radius: 22px;\r\n      min-height: 100vh;\r\n      box-sizing: border-box;\r\n    }\r\n\r\n    #freelance-studio-app * {\r\n      box-sizing: border-box;\r\n    }\r\n\r\n    #freelance-studio-app .fs-wrap {\r\n      max-width: 1240px;\r\n      margin: 0 auto;\r\n    }\r\n\r\n    #freelance-studio-app .fs-hero {\r\n      border: 1px solid var(--line);\r\n      background: linear-gradient(135deg, rgba(16,24,39,0.98), rgba(7,11,22,0.96));\r\n      padding: 30px;\r\n      border-radius: 26px;\r\n      box-shadow: var(--shadow);\r\n      position: relative;\r\n      overflow: hidden;\r\n    }\r\n\r\n    #freelance-studio-app .fs-hero::after {\r\n      content: \"\";\r\n      position: absolute;\r\n      width: 220px;\r\n      height: 220px;\r\n      right: -80px;\r\n      top: -90px;\r\n      background: rgba(255,216,77,0.14);\r\n      border-radius: 50%;\r\n      filter: blur(2px);\r\n    }\r\n\r\n    #freelance-studio-app .fs-kicker {\r\n      display: inline-flex;\r\n      align-items: center;\r\n      gap: 8px;\r\n      color: var(--yellow);\r\n      font-size: 14px;\r\n      letter-spacing: 0.5px;\r\n      font-weight: 700;\r\n      text-transform: uppercase;\r\n      margin-bottom: 10px;\r\n    }\r\n\r\n    #freelance-studio-app h1 {\r\n      margin: 0;\r\n      font-size: clamp(30px, 5vw, 56px);\r\n      line-height: 1.05;\r\n      color: var(--white);\r\n      max-width: 900px;\r\n    }\r\n\r\n    #freelance-studio-app h1 span {\r\n      color: var(--yellow);\r\n    }\r\n\r\n    #freelance-studio-app .fs-subtitle {\r\n      color: var(--muted);\r\n      font-size: 17px;\r\n      line-height: 1.7;\r\n      max-width: 860px;\r\n      margin: 18px 0 0;\r\n    }\r\n\r\n    #freelance-studio-app .fs-stats {\r\n      display: grid;\r\n      grid-template-columns: repeat(3, minmax(0, 1fr));\r\n      gap: 14px;\r\n      margin-top: 22px;\r\n      max-width: 760px;\r\n    }\r\n\r\n    #freelance-studio-app .fs-stat {\r\n      background: rgba(255,255,255,0.04);\r\n      border: 1px solid rgba(255,255,255,0.08);\r\n      border-radius: 16px;\r\n      padding: 15px;\r\n    }\r\n\r\n    #freelance-studio-app .fs-stat strong {\r\n      display: block;\r\n      font-size: 25px;\r\n      color: var(--yellow);\r\n      margin-bottom: 4px;\r\n    }\r\n\r\n    #freelance-studio-app .fs-stat span {\r\n      color: var(--muted);\r\n      font-size: 13px;\r\n    }\r\n\r\n    #freelance-studio-app .fs-controls {\r\n      margin: 22px 0;\r\n      padding: 18px;\r\n      border: 1px solid var(--line);\r\n      background: rgba(16,24,39,0.82);\r\n      border-radius: 22px;\r\n      box-shadow: var(--shadow);\r\n      display: grid;\r\n      grid-template-columns: 1.5fr repeat(4, 1fr) auto;\r\n      gap: 12px;\r\n      align-items: center;\r\n    }\r\n\r\n    #freelance-studio-app input,\r\n    #freelance-studio-app select {\r\n      width: 100%;\r\n      min-height: 46px;\r\n      border: 1px solid rgba(255,216,77,0.25);\r\n      background: #080d19;\r\n      color: var(--white);\r\n      border-radius: 14px;\r\n      padding: 11px 13px;\r\n      outline: none;\r\n      font-size: 14px;\r\n    }\r\n\r\n    #freelance-studio-app input:focus,\r\n    #freelance-studio-app select:focus {\r\n      border-color: var(--yellow);\r\n      box-shadow: 0 0 0 3px rgba(255,216,77,0.12);\r\n    }\r\n\r\n    #freelance-studio-app .fs-btn {\r\n      border: 0;\r\n      min-height: 46px;\r\n      border-radius: 14px;\r\n      padding: 11px 18px;\r\n      background: linear-gradient(135deg, var(--yellow), var(--yellow2));\r\n      color: #0b1220;\r\n      font-weight: 800;\r\n      cursor: pointer;\r\n      white-space: nowrap;\r\n      transition: transform 0.2s ease, box-shadow 0.2s ease;\r\n    }\r\n\r\n    #freelance-studio-app .fs-btn:hover {\r\n      transform: translateY(-2px);\r\n      box-shadow: 0 12px 24px rgba(255,191,0,0.22);\r\n    }\r\n\r\n    #freelance-studio-app .fs-resultbar {\r\n      display: flex;\r\n      justify-content: space-between;\r\n      align-items: center;\r\n      gap: 12px;\r\n      margin: 14px 2px 18px;\r\n      color: var(--muted);\r\n      flex-wrap: wrap;\r\n    }\r\n\r\n    #freelance-studio-app .fs-resultbar strong {\r\n      color: var(--yellow);\r\n    }\r\n\r\n    #freelance-studio-app .fs-grid {\r\n      display: grid;\r\n      grid-template-columns: repeat(3, minmax(0, 1fr));\r\n      gap: 18px;\r\n    }\r\n\r\n    #freelance-studio-app .fs-card {\r\n      background: linear-gradient(180deg, var(--card), var(--card2));\r\n      border: 1px solid rgba(255,216,77,0.20);\r\n      border-radius: 22px;\r\n      padding: 18px;\r\n      box-shadow: var(--shadow);\r\n      display: flex;\r\n      flex-direction: column;\r\n      min-height: 360px;\r\n      transition: transform 0.22s ease, border-color 0.22s ease;\r\n    }\r\n\r\n    #freelance-studio-app .fs-card:hover {\r\n      transform: translateY(-5px);\r\n      border-color: var(--yellow);\r\n    }\r\n\r\n    #freelance-studio-app .fs-card-top {\r\n      display: flex;\r\n      align-items: center;\r\n      gap: 14px;\r\n      margin-bottom: 14px;\r\n    }\r\n\r\n    #freelance-studio-app .fs-logo {\r\n      width: 58px;\r\n      height: 58px;\r\n      border-radius: 16px;\r\n      background: #ffffff;\r\n      padding: 9px;\r\n      object-fit: contain;\r\n      flex: 0 0 auto;\r\n    }\r\n\r\n    #freelance-studio-app .fs-title {\r\n      min-width: 0;\r\n    }\r\n\r\n    #freelance-studio-app .fs-title h3 {\r\n      margin: 0 0 5px;\r\n      color: var(--white);\r\n      font-size: 20px;\r\n      line-height: 1.2;\r\n      word-break: break-word;\r\n    }\r\n\r\n    #freelance-studio-app .fs-url {\r\n      color: var(--yellow);\r\n      font-size: 13px;\r\n      word-break: break-all;\r\n    }\r\n\r\n    #freelance-studio-app .fs-tags {\r\n      display: flex;\r\n      flex-wrap: wrap;\r\n      gap: 8px;\r\n      margin: 8px 0 12px;\r\n    }\r\n\r\n    #freelance-studio-app .fs-tag {\r\n      border: 1px solid rgba(255,216,77,0.30);\r\n      color: var(--yellow);\r\n      background: rgba(255,216,77,0.08);\r\n      border-radius: 999px;\r\n      padding: 6px 10px;\r\n      font-size: 12px;\r\n      font-weight: 700;\r\n    }\r\n\r\n    #freelance-studio-app .fs-desc {\r\n      color: var(--muted);\r\n      line-height: 1.62;\r\n      font-size: 14px;\r\n      margin: 0 0 14px;\r\n    }\r\n\r\n    #freelance-studio-app .fs-work {\r\n      margin-top: auto;\r\n      border-top: 1px solid rgba(255,255,255,0.08);\r\n      padding-top: 13px;\r\n    }\r\n\r\n    #freelance-studio-app .fs-label {\r\n      color: var(--yellow);\r\n      font-size: 12px;\r\n      font-weight: 800;\r\n      text-transform: uppercase;\r\n      letter-spacing: 0.5px;\r\n      margin-bottom: 7px;\r\n    }\r\n\r\n    #freelance-studio-app .fs-work p {\r\n      color: var(--white);\r\n      font-size: 13px;\r\n      line-height: 1.55;\r\n      margin: 0;\r\n    }\r\n\r\n    #freelance-studio-app .fs-open {\r\n      display: inline-flex;\r\n      justify-content: center;\r\n      align-items: center;\r\n      text-decoration: none;\r\n      width: 100%;\r\n      margin-top: 15px;\r\n      padding: 12px 14px;\r\n      border-radius: 14px;\r\n      background: linear-gradient(135deg, var(--yellow), var(--yellow2));\r\n      color: #111827;\r\n      font-weight: 900;\r\n      transition: transform 0.2s ease;\r\n    }\r\n\r\n    #freelance-studio-app .fs-open:hover {\r\n      transform: scale(1.02);\r\n      color: #111827;\r\n      text-decoration: none;\r\n    }\r\n\r\n    #freelance-studio-app .fs-empty {\r\n      display: none;\r\n      text-align: center;\r\n      padding: 36px 18px;\r\n      border: 1px dashed rgba(255,216,77,0.40);\r\n      border-radius: 22px;\r\n      color: var(--muted);\r\n      background: rgba(255,255,255,0.03);\r\n    }\r\n\r\n    #freelance-studio-app .fs-empty strong {\r\n      color: var(--yellow);\r\n    }\r\n\r\n\r\n\r\n    \/* Interactive YouTube Training Section *\/\r\n    #freelance-studio-app .fs-training {\r\n      margin: 22px 0;\r\n      border: 1px solid var(--line);\r\n      background: linear-gradient(135deg, rgba(16,24,39,0.94), rgba(8,13,25,0.96));\r\n      border-radius: 24px;\r\n      padding: 20px;\r\n      box-shadow: var(--shadow);\r\n    }\r\n\r\n    #freelance-studio-app .fs-training-head {\r\n      display: flex;\r\n      justify-content: space-between;\r\n      align-items: flex-start;\r\n      gap: 16px;\r\n      flex-wrap: wrap;\r\n      margin-bottom: 16px;\r\n    }\r\n\r\n    #freelance-studio-app .fs-training-head h2 {\r\n      margin: 0 0 8px;\r\n      color: var(--white);\r\n      font-size: clamp(24px, 3vw, 36px);\r\n      line-height: 1.15;\r\n    }\r\n\r\n    #freelance-studio-app .fs-training-head h2 span { color: var(--yellow); }\r\n\r\n    #freelance-studio-app .fs-training-head p {\r\n      margin: 0;\r\n      color: var(--muted);\r\n      line-height: 1.65;\r\n      max-width: 790px;\r\n      font-size: 15px;\r\n    }\r\n\r\n    #freelance-studio-app .fs-video-tools {\r\n      display: grid;\r\n      grid-template-columns: 1.3fr 1fr auto auto;\r\n      gap: 12px;\r\n      align-items: center;\r\n      margin: 16px 0 18px;\r\n    }\r\n\r\n    #freelance-studio-app .fs-video-layout {\r\n      display: grid;\r\n      grid-template-columns: 1.25fr 0.75fr;\r\n      gap: 16px;\r\n      align-items: start;\r\n    }\r\n\r\n    #freelance-studio-app .fs-player-card,\r\n    #freelance-studio-app .fs-video-list-card {\r\n      background: rgba(255,255,255,0.04);\r\n      border: 1px solid rgba(255,255,255,0.08);\r\n      border-radius: 20px;\r\n      padding: 14px;\r\n    }\r\n\r\n    #freelance-studio-app .fs-video-frame {\r\n      position: relative;\r\n      width: 100%;\r\n      padding-top: 56.25%;\r\n      background: #000;\r\n      border-radius: 16px;\r\n      overflow: hidden;\r\n      border: 1px solid rgba(255,216,77,0.22);\r\n    }\r\n\r\n    #freelance-studio-app .fs-video-frame iframe {\r\n      position: absolute;\r\n      inset: 0;\r\n      width: 100%;\r\n      height: 100%;\r\n      border: 0;\r\n    }\r\n\r\n    #freelance-studio-app .fs-video-info {\r\n      margin-top: 13px;\r\n      display: flex;\r\n      justify-content: space-between;\r\n      gap: 12px;\r\n      flex-wrap: wrap;\r\n      align-items: center;\r\n    }\r\n\r\n    #freelance-studio-app .fs-video-info h3 {\r\n      margin: 0 0 5px;\r\n      color: var(--white);\r\n      font-size: 20px;\r\n    }\r\n\r\n    #freelance-studio-app .fs-video-info p {\r\n      margin: 0;\r\n      color: var(--muted);\r\n      font-size: 14px;\r\n      line-height: 1.5;\r\n    }\r\n\r\n    #freelance-studio-app .fs-video-actions {\r\n      display: flex;\r\n      gap: 10px;\r\n      flex-wrap: wrap;\r\n    }\r\n\r\n    #freelance-studio-app .fs-mini-btn {\r\n      border: 1px solid rgba(255,216,77,0.35);\r\n      background: rgba(255,216,77,0.08);\r\n      color: var(--yellow);\r\n      font-weight: 800;\r\n      border-radius: 12px;\r\n      padding: 10px 12px;\r\n      text-decoration: none;\r\n      cursor: pointer;\r\n      display: inline-flex;\r\n      align-items: center;\r\n      justify-content: center;\r\n      gap: 6px;\r\n      min-height: 42px;\r\n    }\r\n\r\n    #freelance-studio-app .fs-mini-btn:hover {\r\n      background: rgba(255,216,77,0.16);\r\n      color: var(--yellow);\r\n      text-decoration: none;\r\n    }\r\n\r\n    #freelance-studio-app .fs-video-list-title {\r\n      display: flex;\r\n      justify-content: space-between;\r\n      align-items: center;\r\n      gap: 10px;\r\n      margin-bottom: 10px;\r\n      color: var(--yellow);\r\n      font-weight: 900;\r\n    }\r\n\r\n    #freelance-studio-app .fs-video-list {\r\n      display: grid;\r\n      gap: 10px;\r\n      max-height: 505px;\r\n      overflow: auto;\r\n      padding-right: 4px;\r\n    }\r\n\r\n    #freelance-studio-app .fs-video-item {\r\n      width: 100%;\r\n      text-align: left;\r\n      border: 1px solid rgba(255,255,255,0.08);\r\n      background: rgba(8,13,25,0.88);\r\n      border-radius: 14px;\r\n      padding: 11px;\r\n      color: var(--white);\r\n      cursor: pointer;\r\n      transition: transform .18s ease, border-color .18s ease, background .18s ease;\r\n    }\r\n\r\n    #freelance-studio-app .fs-video-item:hover,\r\n    #freelance-studio-app .fs-video-item.active {\r\n      transform: translateY(-2px);\r\n      border-color: var(--yellow);\r\n      background: rgba(255,216,77,0.08);\r\n    }\r\n\r\n    #freelance-studio-app .fs-video-item strong {\r\n      display: block;\r\n      margin-bottom: 5px;\r\n      font-size: 14px;\r\n      line-height: 1.35;\r\n    }\r\n\r\n    #freelance-studio-app .fs-video-item span {\r\n      color: var(--muted);\r\n      font-size: 12px;\r\n      line-height: 1.4;\r\n      display: block;\r\n    }\r\n\r\n    #freelance-studio-app .fs-note-box {\r\n      margin-top: 14px;\r\n      border: 1px dashed rgba(255,216,77,0.35);\r\n      background: rgba(255,216,77,0.06);\r\n      border-radius: 16px;\r\n      padding: 12px;\r\n      color: var(--muted);\r\n      font-size: 13px;\r\n      line-height: 1.6;\r\n    }\r\n\r\n    @media (max-width: 1024px) {\r\n      #freelance-studio-app .fs-controls {\r\n        grid-template-columns: repeat(2, 1fr);\r\n      }\r\n      #freelance-studio-app .fs-grid {\r\n        grid-template-columns: repeat(2, minmax(0, 1fr));\r\n      }\r\n      #freelance-studio-app .fs-video-tools,\r\n      #freelance-studio-app .fs-video-layout {\r\n        grid-template-columns: 1fr;\r\n      }\r\n    }\r\n\r\n    @media (max-width: 680px) {\r\n      #freelance-studio-app {\r\n        padding: 18px 10px;\r\n        border-radius: 0;\r\n      }\r\n      #freelance-studio-app .fs-hero {\r\n        padding: 22px;\r\n      }\r\n      #freelance-studio-app .fs-controls,\r\n      #freelance-studio-app .fs-grid,\r\n      #freelance-studio-app .fs-stats,\r\n      #freelance-studio-app .fs-video-tools,\r\n      #freelance-studio-app .fs-video-layout {\r\n        grid-template-columns: 1fr;\r\n      }\r\n      #freelance-studio-app .fs-card {\r\n        min-height: auto;\r\n      }\r\n    }\r\n  <\/style>\r\n\r\n  <div class=\"fs-wrap\">\r\n    <section class=\"fs-hero\">\r\n      <div class=\"fs-kicker\">\u26a1 Freelancing Website Studio<\/div>\r\n      <h1>Explore <span>281+ Freelancing Websites<\/span> in One Smart Library<\/h1>\r\n      <p class=\"fs-subtitle\">\r\n        Search, filter and open freelancing platforms by category, pricing model, language and type of work.\r\n        Click any website card to open the platform in a new browser tab.\r\n      <\/p>\r\n\r\n      <div class=\"fs-stats\">\r\n        <div class=\"fs-stat\"><strong id=\"fsTotalSites\">0<\/strong><span>Total websites<\/span><\/div>\r\n        <div class=\"fs-stat\"><strong id=\"fsTotalCategories\">0<\/strong><span>Categories<\/span><\/div>\r\n        <div class=\"fs-stat\"><strong id=\"fsVisibleSites\">0<\/strong><span>Currently shown<\/span><\/div>\r\n      <\/div>\r\n    <\/section>\r\n\r\n    <section class=\"fs-controls\">\r\n      <input id=\"fsSearch\" type=\"search\" placeholder=\"Search website, work type, category...\" \/>\r\n      <select id=\"fsCategory\"><option value=\"\">All Categories<\/option><\/select>\r\n      <select id=\"fsPricing\"><option value=\"\">Free \/ Paid<\/option><\/select>\r\n      <select id=\"fsLanguage\"><option value=\"\">All Languages<\/option><\/select>\r\n      <select id=\"fsSort\">\r\n        <option value=\"az\">Sort A to Z<\/option>\r\n        <option value=\"za\">Sort Z to A<\/option>\r\n        <option value=\"category\">Sort by Category<\/option>\r\n      <\/select>\r\n      <button class=\"fs-btn\" type=\"button\" id=\"fsReset\">Reset<\/button>\r\n    <\/section>\r\n\r\n\r\n\r\n    <section class=\"fs-training\" id=\"fsTrainingSection\">\r\n      <div class=\"fs-training-head\">\r\n        <div>\r\n          <div class=\"fs-kicker\">\u25b6 Interactive Training Zone<\/div>\r\n          <h2>Watch <span>YouTube Training Videos<\/span> Inside This Website<\/h2>\r\n          <p>\r\n            Users can search training topics, paste any YouTube video link, and play selected training videos directly on this page. This is useful for freelancing, LinkedIn, AI tools, WordPress, Excel, content writing, digital marketing and career growth learning.\r\n          <\/p>\r\n        <\/div>\r\n        <a class=\"fs-mini-btn\" href=\"https:\/\/www.youtube.com\/results?search_query=freelancing+training+for+beginners\" target=\"_blank\" rel=\"noopener noreferrer\">Open YouTube Search \u2197<\/a>\r\n      <\/div>\r\n\r\n      <div class=\"fs-video-tools\">\r\n        <input id=\"fsVideoSearch\" type=\"search\" placeholder=\"Search training video: freelancing, Upwork, Fiverr, WordPress, AI, Excel...\">\r\n        <input id=\"fsVideoUrl\" type=\"url\" placeholder=\"Paste YouTube video URL here\">\r\n        <button class=\"fs-btn\" type=\"button\" id=\"fsLoadVideo\">Play Video<\/button>\r\n        <button class=\"fs-btn\" type=\"button\" id=\"fsYouTubeSearch\">Search YouTube<\/button>\r\n      <\/div>\r\n\r\n      <div class=\"fs-video-layout\">\r\n        <div class=\"fs-player-card\">\r\n          <div class=\"fs-video-frame\">\r\n            <iframe id=\"fsYouTubePlayer\" src=\"https:\/\/www.youtube.com\/embed\/ysz5S6PUM-U\" title=\"Training video player\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" allowfullscreen><\/iframe>\r\n          <\/div>\r\n          <div class=\"fs-video-info\">\r\n            <div>\r\n              <h3 id=\"fsVideoTitle\">Freelancing Training for Beginners<\/h3>\r\n              <p id=\"fsVideoDesc\">Select a training video from the right side or paste any YouTube URL above.<\/p>\r\n            <\/div>\r\n            <div class=\"fs-video-actions\">\r\n              <a class=\"fs-mini-btn\" id=\"fsWatchOnYouTube\" href=\"https:\/\/www.youtube.com\/watch?v=ysz5S6PUM-U\" target=\"_blank\" rel=\"noopener noreferrer\">Watch on YouTube \u2197<\/a>\r\n              <button class=\"fs-mini-btn\" type=\"button\" id=\"fsCopyVideoLink\">Copy Link<\/button>\r\n            <\/div>\r\n          <\/div>\r\n          <div class=\"fs-note-box\">\r\n            Note: This HTML-only version does not require a YouTube API key. It can play pasted YouTube video links and curated training videos. For live automatic fetching of YouTube search results inside the page, YouTube Data API integration is required.\r\n          <\/div>\r\n        <\/div>\r\n\r\n        <div class=\"fs-video-list-card\">\r\n          <div class=\"fs-video-list-title\">\r\n            <span>Training Playlist<\/span>\r\n            <span id=\"fsVideoCount\">0<\/span>\r\n          <\/div>\r\n          <div id=\"fsTrainingVideos\" class=\"fs-video-list\"><\/div>\r\n        <\/div>\r\n      <\/div>\r\n    <\/section>\r\n\r\n    <div class=\"fs-resultbar\">\r\n      <div>Showing <strong id=\"fsCount\">0<\/strong> websites from your freelancing library.<\/div>\r\n      <div>Tip: Try \u201cwriting\u201d, \u201cdesign\u201d, \u201cremote\u201d, \u201cAI\u201d, \u201cdeveloper\u201d or \u201cdata\u201d.<\/div>\r\n    <\/div>\r\n\r\n    <div id=\"fsGrid\" class=\"fs-grid\"><\/div>\r\n\r\n    <div id=\"fsEmpty\" class=\"fs-empty\">\r\n      <strong>No matching website found.<\/strong><br>\r\n      Please change your search or filter selection.\r\n    <\/div>\r\n  <\/div>\r\n\r\n  <script>\r\n    (function () {\r\n      const websites = [{\"Name\": \"Upwork\", \"Link\": \"https:\/\/upwork.com\", \"Category\": \"General Freelancing\", \"Free\/Paid\": \"Both\", \"Language\": \"English\", \"Description\": \"Global freelancing platform connecting businesses with freelancers\", \"Type of Work\": \"Web Development, Mobile Development, Design, Writing, Data Entry, Virtual Assistant, Marketing, Accounting, Legal, Engineering, Customer Service, Sales\"}, {\"Name\": \"Fiverr\", \"Link\": \"https:\/\/fiverr.com\", \"Category\": \"Micro-services\", \"Free\/Paid\": \"Both\", \"Language\": \"English\", \"Description\": \"Marketplace for digital services starting at $5\", \"Type of Work\": \"Logo Design, WordPress, Voice Over, Video Editing, Social Media Marketing, SEO, Content Writing, Translation, Illustration, Animation\"}, {\"Name\": \"Freelancer\", \"Link\": \"https:\/\/freelancer.com\", \"Category\": \"General Freelancing\", \"Free\/Paid\": \"Both\", \"Language\": \"English\", \"Description\": \"Global crowdsourcing marketplace for freelance services\", \"Type of Work\": \"Software Development, Website Design, Data Entry, Mobile Apps, SEO, Content Writing, Graphic Design, Engineering, Marketing, Translation\"}, {\"Name\": \"Toptal\", \"Link\": \"https:\/\/toptal.com\", \"Category\": \"Elite Talent\", \"Free\/Paid\": \"Free\", \"Language\": \"English\", \"Description\": \"Network of top 3% freelance software developers and designers\", \"Type of Work\": \"Software Development, UI\/UX Design, Product Management, Project Management, Finance Consulting, Interim CFO, Financial Modeling\"}, {\"Name\": \"PeoplePerHour\", \"Link\": \"https:\/\/peopleperhour.com\", \"Category\": \"General Freelancing\", \"Free\/Paid\": \"Both\", \"Language\": \"English\", \"Description\": \"UK-based platform connecting businesses with freelancers\", \"Type of Work\": \"Web Development, Graphic Design, Digital Marketing, Content Writing, SEO, Social Media Management, Video Production, Photography\"}, {\"Name\": \"Guru\", \"Link\": \"https:\/\/guru.com\", \"Category\": \"General Freelancing\", \"Free\/Paid\": \"Both\", \"Language\": \"English\", \"Description\": \"Platform for finding quality freelancers\", \"Type of Work\": \"Programming, Web Development, Design, Writing, Administrative Support, Marketing, Engineering, Legal, Finance\"}, {\"Name\": \"99designs\", \"Link\": \"https:\/\/99designs.com\", \"Category\": \"Design\", \"Free\/Paid\": \"Paid\", \"Language\": \"English\", \"Description\": \"Creative marketplace for graphic design\", \"Type of Work\": \"Logo Design, Web Design, Business Cards, Book Covers, Packaging Design, T-shirt Design, Illustration, Branding Identity\"}, {\"Name\": \"SimplyHired\", \"Link\": \"https:\/\/simplyhired.com\", \"Category\": \"Job Board\", \"Free\/Paid\": \"Free\", \"Language\": \"English\", \"Description\": \"Job search engine with freelance opportunities\", \"Type of Work\": \"General Jobs, Part-time, Contract Work, Temporary Positions, Full-time, Remote Work across all industries\"}, {\"Name\": \"LinkedIn ProFinder\", \"Link\": \"https:\/\/linkedin.com\", \"Category\": \"Professional Network\", \"Free\/Paid\": \"Free\", \"Language\": \"English\", \"Description\": \"LinkedIn's freelancer marketplace\", \"Type of Work\": \"Business Consulting, Marketing, Design, Writing, IT Services, Financial Services, Legal Services, Event Planning\"}, {\"Name\": \"Behance\", \"Link\": \"https:\/\/behance.net\", \"Category\": \"Creative Portfolio\", \"Free\/Paid\": \"Free\", \"Language\": \"English\", \"Description\": \"Adobe's platform for showcasing creative work\", \"Type of Work\": \"Graphic Design, Illustration, Photography, UI\/UX Design, Motion Graphics, Fine Arts, Architecture, Fashion Design\"}, {\"Name\": \"Dribbble\", \"Link\": \"https:\/\/dribbble.com\", \"Category\": \"Design Community\", \"Free\/Paid\": \"Both\", \"Language\": \"English\", \"Description\": \"Platform for designers to showcase work and find jobs\", \"Type of Work\": \"UI\/UX Design, Web Design, Mobile Design, Illustration, Branding, Typography, Icon Design, Animation\"}, {\"Name\": \"FlexJobs\", \"Link\": \"https:\/\/flexjobs.com\", \"Category\": \"Remote Jobs\", \"Free\/Paid\": \"Paid\", \"Language\": \"English\", \"Description\": \"Curated remote and flexible job listings\", \"Type of Work\": \"Remote Jobs, Part-time, Freelance, Flexible Schedule across Accounting, Writing, Customer Service, Marketing, Healthcare, Education\"}, {\"Name\": \"Remote.co\", \"Link\": \"https:\/\/remote.co\", \"Category\": \"Remote Jobs\", \"Free\/Paid\": \"Free\", \"Language\": \"English\", \"Description\": \"Remote job board and resources\", \"Type of Work\": \"Customer Service, Design, Development, Marketing, Sales, Project Management, HR, Accounting, Writing\"}, {\"Name\": \"We Work Remotely\", \"Link\": \"https:\/\/weworkremotely.com\", \"Category\": \"Remote Jobs\", \"Free\/Paid\": \"Paid\", \"Language\": \"English\", \"Description\": \"Largest remote work community\", \"Type of Work\": \"Programming, Design, DevOps, Marketing, Copywriting, Customer Support, Sales, Product Management\"}, {\"Name\": \"Remotive\", \"Link\": \"https:\/\/remotive.io\", \"Category\": \"Remote Jobs\", \"Free\/Paid\": \"Both\", \"Language\": \"English\", \"Description\": \"Remote job board with active community\", \"Type of Work\": \"Software Development, Customer Support, Design, Marketing, Sales, Product, Data, QA, DevOps\"}, {\"Name\": \"Working Nomads\", \"Link\": \"https:\/\/workingnomads.co\", \"Category\": \"Remote Jobs\", \"Free\/Paid\": \"Free\", \"Language\": \"English\", \"Description\": \"Curated list of remote job opportunities\", \"Type of Work\": \"Development, Design, Management, Marketing, Sales, System Administration, Teaching, Writing\"}, {\"Name\": \"AngelList\", \"Link\": \"https:\/\/angel.co\", \"Category\": \"Startups\", \"Free\/Paid\": \"Free\", \"Language\": \"English\", \"Description\": \"Platform connecting startups with talent\", \"Type of Work\": \"Software Engineering, Design, Marketing, Sales, Operations, Product Management, Data Science, Business Development\"}, {\"Name\": \"Gun.io\", \"Link\": \"https:\/\/gun.io\", \"Category\": \"Software Development\", \"Free\/Paid\": \"Free\", \"Language\": \"English\", \"Description\": \"Freelance platform for elite software developers\", \"Type of Work\": \"Full-stack Development, Backend Development, Frontend Development, Mobile Development, DevOps, Architecture\"}, {\"Name\": \"Catalant\", \"Link\": \"https:\/\/gocatalant.com\", \"Category\": \"Consulting\", \"Free\/Paid\": \"Free\", \"Language\": \"English\", \"Description\": \"Platform for independent consultants and experts\", \"Type of Work\": \"Strategy Consulting, Operations, Finance, Marketing, Analytics, Technology Consulting, HR Consulting\"}, {\"Name\": \"Hubstaff Talent\", \"Link\": \"https:\/\/talent.hubstaff.com\", \"Category\": \"General Freelancing\", \"Free\/Paid\": \"Free\", \"Language\": \"English\", \"Description\": \"Free resource for companies to find remote talent\", \"Type of Work\": \"Software Development, Design, Marketing, Writing, Virtual Assistant, Customer Service, Sales, Data Entry\"}, {\"Name\": \"Bark\", \"Link\": \"https:\/\/bark.com\", \"Category\": \"Local Services\", \"Free\/Paid\": \"Free\", \"Language\": \"English\", \"Description\": \"Connects customers with local professionals\", \"Type of Work\": \"Tutoring, Home Improvement, Pet Care, Events, Business Services, Wellness, Automotive, Legal\"}, {\"Name\": \"Thumbtack\", \"Link\": \"https:\/\/thumbtack.com\", \"Category\": \"Local Services\", \"Free\/Paid\": \"Paid\", \"Language\": \"English\", \"Description\": \"Platform for finding local professionals\", \"Type of Work\": \"Home Cleaning, Plumbing, Electrical, Painting, Moving, Personal Training, Event Photography, Catering\"}, {\"Name\": \"TaskRabbit\", \"Link\": \"https:\/\/taskrabbit.com\", \"Category\": \"Task Services\", \"Free\/Paid\": \"Free\", \"Language\": \"English\", \"Description\": \"Platform for everyday tasks and handyman services\", \"Type of Work\": \"Furniture Assembly, Moving Help, Cleaning, Handyman, Mounting, Yard Work, Delivery, Errands\"}, {\"Name\": \"Gigster\", \"Link\": \"https:\/\/gigster.com\", \"Category\": \"Software Development\", \"Free\/Paid\": \"Free\", \"Language\": \"English\", \"Description\": \"Platform for software development projects\", \"Type of Work\": \"Custom Software, Mobile Apps, Web Development, AI\/ML Development, Blockchain, Cloud Architecture\"}, {\"Name\": \"Jooble\", \"Link\": \"https:\/\/jooble.org\", \"Category\": \"Job Aggregator\", \"Free\/Paid\": \"Free\", \"Language\": \"Multiple\", \"Description\": \"Job search engine aggregating freelance opportunities\", \"Type of Work\": \"All Categories - aggregates from multiple job boards across industries\"}, {\"Name\": \"Indeed\", \"Link\": \"https:\/\/indeed.com\", \"Category\": \"Job Board\", \"Free\/Paid\": \"Free\", \"Language\": \"English\", \"Description\": \"Large job board with freelance listings\", \"Type of Work\": \"All Categories - Healthcare, Retail, Customer Service, Administrative, Technical, Management, Sales\"}, {\"Name\": \"Contra\", \"Link\": \"https:\/\/contra.com\", \"Category\": \"General Freelancing\", \"Free\/Paid\": \"Free\", \"Language\": \"English\", \"Description\": \"Commission-free platform for independent workers\", \"Type of Work\": \"Design, Development, Marketing, Writing, Consulting, Photography, Video Production, Strategy\"}, {\"Name\": \"CloudPeeps\", \"Link\": \"https:\/\/cloudpeeps.com\", \"Category\": \"Marketing & Content\", \"Free\/Paid\": \"Free\", \"Language\": \"English\", \"Description\": \"Community of marketing and content professionals\", \"Type of Work\": \"Content Marketing, Social Media Management, Email Marketing, SEO, Copywriting, Content Strategy, Community Management\"}, {\"Name\": \"Designhill\", \"Link\": \"https:\/\/designhill.com\", \"Category\": \"Design\", \"Free\/Paid\": \"Both\", \"Language\": \"English\", \"Description\": \"Marketplace for graphic design services\", \"Type of Work\": \"Logo Design, Website Design, Business Card, Brochure Design, Packaging, App Design, T-shirt Design\"}, {\"Name\": \"Hirable\", \"Link\": \"https:\/\/hirable.fyi\", \"Category\": \"Tech Jobs\", \"Free\/Paid\": \"Free\", \"Language\": \"English\", \"Description\": \"Job platform for tech professionals\", \"Type of Work\": \"Software Engineering, Data Science, Product Management, DevOps, QA Engineering, Security Engineering\"}, {\"Name\": \"Hired\", \"Link\": \"https:\/\/hired.com\", \"Category\": \"Tech Jobs\", \"Free\/Paid\": \"Free\", \"Language\": \"English\", \"Description\": \"Job marketplace focused on tech roles\", \"Type of Work\": \"Software Engineering, Data Engineering, Product Management, UX\/UI Design, DevOps, Security\"}, {\"Name\": \"ServiceScape\", \"Link\": \"https:\/\/servicescape.com\", \"Category\": \"Writing & Editing\", \"Free\/Paid\": \"Both\", \"Language\": \"English\", \"Description\": \"Platform for writers, editors, and translators\", \"Type of Work\": \"Editing, Proofreading, Translation, Writing, Graphic Design for Publishing\"}, {\"Name\": \"Reedsy\", \"Link\": \"https:\/\/reedsy.com\", \"Category\": \"Publishing\", \"Free\/Paid\": \"Free\", \"Language\": \"English\", \"Description\": \"Marketplace for publishing professionals\", \"Type of Work\": \"Book Editing, Proofreading, Cover Design, Book Marketing, Ghostwriting, Translation\"}, {\"Name\": \"Scripted\", \"Link\": \"https:\/\/scripted.com\", \"Category\": \"Content Writing\", \"Free\/Paid\": \"Free\", \"Language\": \"English\", \"Description\": \"Platform for content writers and copywriters\", \"Type of Work\": \"Blog Posts, Website Copy, eBooks, White Papers, Case Studies, Social Media Content, Email Copy\"}, {\"Name\": \"Contently\", \"Link\": \"https:\/\/contently.com\", \"Category\": \"Content Marketing\", \"Free\/Paid\": \"Free\", \"Language\": \"English\", \"Description\": \"Content marketing platform\", \"Type of Work\": \"Content Writing, Strategy, Editing, Video Production, Graphic Design, Photography\"}, {\"Name\": \"ClearVoice\", \"Link\": \"https:\/\/clearvoice.com\", \"Category\": \"Content Creation\", \"Free\/Paid\": \"Free\", \"Language\": \"English\", \"Description\": \"Freelance content creation platform\", \"Type of Work\": \"Blog Writing, Content Strategy, Copywriting, Editing, Graphic Design, Video Production\"}, {\"Name\": \"WriterAccess\", \"Link\": \"https:\/\/writeraccess.com\", \"Category\": \"Content Writing\", \"Free\/Paid\": \"Free\", \"Language\": \"English\", \"Description\": \"Platform connecting writers with businesses\", \"Type of Work\": \"Blog Posts, Articles, Web Content, Product Descriptions, Press Releases, Social Media Posts\"}, {\"Name\": \"Textbroker\", \"Link\": \"https:\/\/textbroker.com\", \"Category\": \"Content Writing\", \"Free\/Paid\": \"Free\", \"Language\": \"English\", \"Description\": \"Content creation marketplace\", \"Type of Work\": \"SEO Articles, Blog Posts, Product Descriptions, Website Content, Press Releases\"}, {\"Name\": \"ProBlogger\", \"Link\": \"https:\/\/problogger.com\", \"Category\": \"Blogging Jobs\", \"Free\/Paid\": \"Free\", \"Language\": \"English\", \"Description\": \"Job board for bloggers and writers\", \"Type of Work\": \"Blog Writing, Content Creation, Social Media Management, SEO Writing, Copywriting\"}, {\"Name\": \"MediaBistro\", \"Link\": \"https:\/\/mediabistro.com\", \"Category\": \"Media Jobs\", \"Free\/Paid\": \"Both\", \"Language\": \"English\", \"Description\": \"Platform for media and creative professionals\", \"Type of Work\": \"Journalism, Editing, Publishing, PR, Marketing, Television, Digital Media, Social Media\"}, {\"Name\": \"Nexxt\", \"Link\": \"https:\/\/nexxt.com\", \"Category\": \"Job Board\", \"Free\/Paid\": \"Paid\", \"Language\": \"English\", \"Description\": \"Job posting and candidate matching platform\", \"Type of Work\": \"Healthcare, Technology, Sales, Customer Service, Administrative, Management, Finance\"}, {\"Name\": \"Dice\", \"Link\": \"https:\/\/dice.com\", \"Category\": \"Tech Jobs\", \"Free\/Paid\": \"Free\", \"Language\": \"English\", \"Description\": \"Tech-focused job board\", \"Type of Work\": \"Software Development, Database Administration, Network Engineering, Systems Administration, Security, QA\"}, {\"Name\": \"Stack Overflow Jobs\", \"Link\": \"https:\/\/stackoverflow.com\/jobs\", \"Category\": \"Developer Jobs\", \"Free\/Paid\": \"Free\", \"Language\": \"English\", \"Description\": \"Job board for developers\", \"Type of Work\": \"Software Development, Backend, Frontend, Full-stack, DevOps, Data Science, Mobile Development\"}, {\"Name\": \"GitHub Jobs\", \"Link\": \"https:\/\/jobs.github.com\", \"Category\": \"Developer Jobs\", \"Free\/Paid\": \"Paid\", \"Language\": \"English\", \"Description\": \"Job board integrated with GitHub\", \"Type of Work\": \"Software Engineering, Backend Development, Frontend Development, DevOps, Data Engineering\"}, {\"Name\": \"Authentic Jobs\", \"Link\": \"https:\/\/authenticjobs.com\", \"Category\": \"Design & Tech\", \"Free\/Paid\": \"Paid\", \"Language\": \"English\", \"Description\": \"Job board for designers and developers\", \"Type of Work\": \"Web Design, UI\/UX Design, Frontend Development, Backend Development, Mobile Development\"}, {\"Name\": \"Krop\", \"Link\": \"https:\/\/krop.com\", \"Category\": \"Creative Jobs\", \"Free\/Paid\": \"Paid\", \"Language\": \"English\", \"Description\": \"Job board for creative professionals\", \"Type of Work\": \"Graphic Design, Art Direction, Photography, Copywriting, Web Design, Animation, Illustration\"}, {\"Name\": \"Coroflot\", \"Link\": \"https:\/\/coroflot.com\", \"Category\": \"Design Jobs\", \"Free\/Paid\": \"Both\", \"Language\": \"English\", \"Description\": \"Design-focused job board\", \"Type of Work\": \"Industrial Design, Graphic Design, Interior Design, Architecture, Fashion Design, UX Design\"}, {\"Name\": \"Working Not Working\", \"Link\": \"https:\/\/workingnotworking.com\", \"Category\": \"Creative Jobs\", \"Free\/Paid\": \"Free\", \"Language\": \"English\", \"Description\": \"Members-only creative talent platform\", \"Type of Work\": \"Art Direction, Copywriting, Design, Photography, Illustration, Animation, Strategy\"}, {\"Name\": \"The Dots\", \"Link\": \"https:\/\/the-dots.com\", \"Category\": \"Creative Network\", \"Free\/Paid\": \"Free\", \"Language\": \"English\", \"Description\": \"Professional network for creative industries\", \"Type of Work\": \"Design, Photography, Film, Marketing, Fashion, Music, Architecture, Writing\"}, {\"Name\": \"Creativepool\", \"Link\": \"https:\/\/creativepool.com\", \"Category\": \"Creative Jobs\", \"Free\/Paid\": \"Free\", \"Language\": \"English\", \"Description\": \"Platform for creative professionals\", \"Type of Work\": \"Design, Art Direction, Copywriting, Photography, Illustration, Motion Graphics, Film\"}, {\"Name\": \"DesignCrowd\", \"Link\": \"https:\/\/designcrowd.com\", \"Category\": \"Design\", \"Free\/Paid\": \"Both\", \"Language\": \"English\", \"Description\": \"Crowdsourcing platform for design\", \"Type of Work\": \"Logo Design, Business Card, Website Design, T-shirt Design, Label Design, Banner Design\"}, {\"Name\": \"Crowdspring\", \"Link\": \"https:\/\/crowdspring.com\", \"Category\": \"Design\", \"Free\/Paid\": \"Paid\", \"Language\": \"English\", \"Description\": \"Crowdsourced design and naming platform\", \"Type of Work\": \"Logo Design, Web Design, Product Design, Naming, Packaging Design, Print Design\"}, {\"Name\": \"Envato Studio\", \"Link\": \"https:\/\/studio.envato.com\", \"Category\": \"Digital Services\", \"Free\/Paid\": \"Both\", \"Language\": \"English\", \"Description\": \"Marketplace for creative services\", \"Type of Work\": \"WordPress Customization, Logo Design, Video Editing, Audio Services, Graphics, 3D Design\"}, {\"Name\": \"Codeable\", \"Link\": \"https:\/\/codeable.io\", \"Category\": \"WordPress\", \"Free\/Paid\": \"Paid\", \"Language\": \"English\", \"Description\": \"Platform for WordPress experts\", \"Type of Work\": \"WordPress Development, Theme Customization, Plugin Development, Site Migration, Bug Fixes, Speed Optimization\"}, {\"Name\": \"WP Curve\", \"Link\": \"https:\/\/wpcurve.com\", \"Category\": \"WordPress\", \"Free\/Paid\": \"Paid\", \"Language\": \"English\", \"Description\": \"WordPress support and development\", \"Type of Work\": \"WordPress Support, Site Edits, Updates, Backups, Security, Performance Optimization\"}, {\"Name\": \"Folyo\", \"Link\": \"https:\/\/folyo.me\", \"Category\": \"Design\", \"Free\/Paid\": \"Paid\", \"Language\": \"English\", \"Description\": \"Curated leads for designers\", \"Type of Work\": \"Web Design, UI\/UX Design, Branding, Logo Design, App Design\"}, {\"Name\": \"Pilot\", \"Link\": \"https:\/\/pilot.co\", \"Category\": \"Bookkeeping\", \"Free\/Paid\": \"Free\", \"Language\": \"English\", \"Description\": \"Bookkeeping service platform\", \"Type of Work\": \"Bookkeeping, Tax Preparation, CFO Services, Financial Reporting, Payroll\"}, {\"Name\": \"Bench\", \"Link\": \"https:\/\/bench.co\", \"Category\": \"Bookkeeping\", \"Free\/Paid\": \"Paid\", \"Language\": \"English\", \"Description\": \"Online bookkeeping services\", \"Type of Work\": \"Bookkeeping, Financial Statements, Tax Preparation, Expense Tracking\"}, {\"Name\": \"Clarity\", \"Link\": \"https:\/\/clarity.fm\", \"Category\": \"Consulting\", \"Free\/Paid\": \"Both\", \"Language\": \"English\", \"Description\": \"Platform for expert advice calls\", \"Type of Work\": \"Business Consulting, Marketing Advice, Product Strategy, Career Coaching, Legal Advice\"}, {\"Name\": \"Maven\", \"Link\": \"https:\/\/maven.co\", \"Category\": \"Consulting\", \"Free\/Paid\": \"Free\", \"Language\": \"English\", \"Description\": \"Platform connecting experts with companies\", \"Type of Work\": \"Business Consulting, Research, Expert Interviews, Market Research, Technical Consulting\"}, {\"Name\": \"GLG\", \"Link\": \"https:\/\/glg.it\", \"Category\": \"Consulting\", \"Free\/Paid\": \"Free\", \"Language\": \"English\", \"Description\": \"Expert network for business insights\", \"Type of Work\": \"Expert Consultations, Market Research, Due Diligence, Industry Analysis\"}, {\"Name\": \"Zintro\", \"Link\": \"https:\/\/zintro.com\", \"Category\": \"Expert Network\", \"Free\/Paid\": \"Free\", \"Language\": \"English\", \"Description\": \"Platform connecting experts with seekers\", \"Type of Work\": \"Business Consulting, Technical Expertise, Market Research, Professional Advice\"}, {\"Name\": \"Kolabtree\", \"Link\": \"https:\/\/kolabtree.com\", \"Category\": \"Scientific Consulting\", \"Free\/Paid\": \"Both\", \"Language\": \"English\", \"Description\": \"Platform for scientific consultants\", \"Type of Work\": \"Scientific Writing, Data Analysis, Statistical Analysis, Bioinformatics, Research Design\"}, {\"Name\": \"Experfy\", \"Link\": \"https:\/\/experfy.com\", \"Category\": \"Data Science\", \"Free\/Paid\": \"Free\", \"Language\": \"English\", \"Description\": \"Platform for data science and AI consultants\", \"Type of Work\": \"Data Science, Machine Learning, AI Development, Big Data, Analytics, Statistical Modeling\"}, {\"Name\": \"Turing\", \"Link\": \"https:\/\/turing.com\", \"Category\": \"Software Development\", \"Free\/Paid\": \"Free\", \"Language\": \"English\", \"Description\": \"AI-powered talent platform for developers\", \"Type of Work\": \"Full-stack Development, Backend, Frontend, Mobile Apps, DevOps, AI\/ML Engineering\"}, {\"Name\": \"Andela\", \"Link\": \"https:\/\/andela.com\", \"Category\": \"Software Development\", \"Free\/Paid\": \"Free\", \"Language\": \"English\", \"Description\": \"Platform for African software developers\", \"Type of Work\": \"Software Engineering, Backend Development, Frontend Development, Mobile Development, QA\"}, {\"Name\": \"X-Team\", \"Link\": \"https:\/\/x-team.com\", \"Category\": \"Software Development\", \"Free\/Paid\": \"Free\", \"Language\": \"English\", \"Description\": \"Remote developer teams\", \"Type of Work\": \"Full-stack Development, Backend, Frontend, Mobile Development, DevOps, QA\"}, {\"Name\": \"Lemon.io\", \"Link\": \"https:\/\/lemon.io\", \"Category\": \"Software Development\", \"Free\/Paid\": \"Paid\", \"Language\": \"English\", \"Description\": \"Vetted developers for hire\", \"Type of Work\": \"Web Development, Mobile Development, Backend Development, Frontend Development\"}, {\"Name\": \"Arc\", \"Link\": \"https:\/\/arc.dev\", \"Category\": \"Developer Jobs\", \"Free\/Paid\": \"Both\", \"Language\": \"English\", \"Description\": \"Remote developer job platform\", \"Type of Work\": \"Software Engineering, Backend, Frontend, Full-stack, Mobile Development, DevOps\"}, {\"Name\": \"Crossover\", \"Link\": \"https:\/\/crossover.com\", \"Category\": \"Remote Jobs\", \"Free\/Paid\": \"Free\", \"Language\": \"English\", \"Description\": \"Remote work opportunities with global companies\", \"Type of Work\": \"Software Engineering, Product Management, Sales, Marketing, Customer Support, QA\"}, {\"Name\": \"Braintrust\", \"Link\": \"https:\/\/usebraintrust.com\", \"Category\": \"Tech Jobs\", \"Free\/Paid\": \"Free\", \"Language\": \"English\", \"Description\": \"Decentralized talent network\", \"Type of Work\": \"Software Development, Design, Product Management, Data Science, DevOps\"}, {\"Name\": \"Pared\", \"Link\": \"https:\/\/pared.com\", \"Category\": \"Hospitality\", \"Free\/Paid\": \"Free\", \"Language\": \"English\", \"Description\": \"Platform for hospitality workers\", \"Type of Work\": \"Chef, Line Cook, Bartender, Server, Dishwasher, Prep Cook, Catering\"}, {\"Name\": \"Instawork\", \"Link\": \"https:\/\/instawork.com\", \"Category\": \"Hospitality\", \"Free\/Paid\": \"Free\", \"Language\": \"English\", \"Description\": \"Platform for hospitality and warehouse work\", \"Type of Work\": \"Server, Bartender, Cook, Dishwasher, Warehouse Worker, Event Staff\"}, {\"Name\": \"Wonolo\", \"Link\": \"https:\/\/wonolo.com\", \"Category\": \"On-Demand Work\", \"Free\/Paid\": \"Free\", \"Language\": \"English\", \"Description\": \"On-demand staffing platform\", \"Type of Work\": \"Warehouse, General Labor, Event Staff, Merchandising, Delivery, Assembly\"}, {\"Name\": \"Upshift\", \"Link\": \"https:\/\/upshift.work\", \"Category\": \"Flexible Work\", \"Free\/Paid\": \"Free\", \"Language\": \"English\", \"Description\": \"Platform for flexible shift work\", \"Type of Work\": \"Hospitality, Warehouse, Events, Catering, Retail, Customer Service\"}, {\"Name\": \"Steady\", \"Link\": \"https:\/\/steadyapp.com\", \"Category\": \"Income Opportunities\", \"Free\/Paid\": \"Free\", \"Language\": \"English\", \"Description\": \"Platform for finding income opportunities\", \"Type of Work\": \"Gig Work, Part-time Jobs, Side Hustles across various industries\"}, {\"Name\": \"Gigwalk\", \"Link\": \"https:\/\/gigwalk.com\", \"Category\": \"Gig Work\", \"Free\/Paid\": \"Free\", \"Language\": \"English\", \"Description\": \"Mobile workforce platform\", \"Type of Work\": \"Mystery Shopping, Product Audits, Photo Tasks, Data Collection, Retail Merchandising\"}, {\"Name\": \"Field Nation\", \"Link\": \"https:\/\/fieldnation.com\", \"Category\": \"IT Field Services\", \"Free\/Paid\": \"Free\", \"Language\": \"English\", \"Description\": \"Platform for on-site IT work\", \"Type of Work\": \"IT Installation, Network Setup, Hardware Repair, Site Surveys, Cable Installation\"}, {\"Name\": \"WorkMarket\", \"Link\": \"https:\/\/workmarket.com\", \"Category\": \"Freelance Management\", \"Free\/Paid\": \"Free\", \"Language\": \"English\", \"Description\": \"Freelance management system\", \"Type of Work\": \"General Freelance Work - platform manages various freelancers\"}, {\"Name\": \"Business Talent Group\", \"Link\": \"https:\/\/businesstalentgroup.com\", \"Category\": \"Consulting\", \"Free\/Paid\": \"Free\", \"Language\": \"English\", \"Description\": \"Independent consultants network\", \"Type of Work\": \"Strategy, Operations, Marketing, Finance, Digital Transformation, Interim Executive\"}, {\"Name\": \"Toptal Finance\", \"Link\": \"https:\/\/toptal.com\/finance\", \"Category\": \"Finance\", \"Free\/Paid\": \"Free\", \"Language\": \"English\", \"Description\": \"Network of finance experts\", \"Type of Work\": \"Financial Modeling, Valuation, CFO Services, FP&A, Investment Analysis, Bookkeeping\"}, {\"Name\": \"Robert Half\", \"Link\": \"https:\/\/roberthalf.com\", \"Category\": \"Staffing\", \"Free\/Paid\": \"Free\", \"Language\": \"English\", \"Description\": \"Staffing and consulting firm\", \"Type of Work\": \"Accounting, Finance, Administrative, Technology, Legal, Marketing, Customer Service\"}, {\"Name\": \"Kelly Services\", \"Link\": \"https:\/\/kellyservices.com\", \"Category\": \"Staffing\", \"Free\/Paid\": \"Free\", \"Language\": \"English\", \"Description\": \"Workforce solutions provider\", \"Type of Work\": \"Administrative, Customer Service, Manufacturing, IT, Engineering, Healthcare\"}, {\"Name\": \"Aquent\", \"Link\": \"https:\/\/aquent.com\", \"Category\": \"Creative Staffing\", \"Free\/Paid\": \"Free\", \"Language\": \"English\", \"Description\": \"Staffing for creative and marketing\", \"Type of Work\": \"Graphic Design, Web Design, Marketing, Copywriting, UX\/UI Design, Art Direction\"}, {\"Name\": \"The Creative Group\", \"Link\": \"https:\/\/creativegroup.com\", \"Category\": \"Creative Staffing\", \"Free\/Paid\": \"Free\", \"Language\": \"English\", \"Description\": \"Creative staffing agency\", \"Type of Work\": \"Graphic Design, Web Design, Copywriting, Marketing, Art Direction, UX Design\"}, {\"Name\": \"Vitamin T\", \"Link\": \"https:\/\/vitamintalent.com\", \"Category\": \"Creative Staffing\", \"Free\/Paid\": \"Free\", \"Language\": \"English\", \"Description\": \"Creative and digital staffing\", \"Type of Work\": \"Digital Marketing, Web Design, UX Design, Content Strategy, Social Media\"}, {\"Name\": \"24 Seven\", \"Link\": \"https:\/\/24seventalent.com\", \"Category\": \"Creative Staffing\", \"Free\/Paid\": \"Free\", \"Language\": \"English\", \"Description\": \"Creative and digital talent agency\", \"Type of Work\": \"Fashion, Beauty, Marketing, Digital, Design, Creative Direction\"}, {\"Name\": \"Mondo\", \"Link\": \"https:\/\/mondo.com\", \"Category\": \"Tech Staffing\", \"Free\/Paid\": \"Free\", \"Language\": \"English\", \"Description\": \"IT and tech staffing\", \"Type of Work\": \"Software Development, Network Engineering, Database Administration, Cybersecurity, QA\"}, {\"Name\": \"Motion Recruitment\", \"Link\": \"https:\/\/motionrecruitment.com\", \"Category\": \"Tech Staffing\", \"Free\/Paid\": \"Free\", \"Language\": \"English\", \"Description\": \"IT and creative staffing\", \"Type of Work\": \"Software Engineering, Web Development, UX Design, Data Science, DevOps\"}, {\"Name\": \"CyberCoders\", \"Link\": \"https:\/\/cybercoders.com\", \"Category\": \"Recruitment\", \"Free\/Paid\": \"Free\", \"Language\": \"English\", \"Description\": \"Executive and professional recruiting\", \"Type of Work\": \"Technology, Sales, Accounting, Engineering, Operations, Healthcare, Legal\"}, {\"Name\": \"Kforce\", \"Link\": \"https:\/\/kforce.com\", \"Category\": \"Staffing\", \"Free\/Paid\": \"Free\", \"Language\": \"English\", \"Description\": \"Professional staffing services\", \"Type of Work\": \"Technology, Finance, Accounting, Clinical Research, Government Solutions\"}, {\"Name\": \"TEKsystems\", \"Link\": \"https:\/\/teksystems.com\", \"Category\": \"IT Staffing\", \"Free\/Paid\": \"Free\", \"Language\": \"English\", \"Description\": \"IT staffing and services\", \"Type of Work\": \"IT Infrastructure, Application Development, Data & Analytics, Cybersecurity, Cloud\"}, {\"Name\": \"Insight Global\", \"Link\": \"https:\/\/insightglobal.com\", \"Category\": \"Staffing\", \"Free\/Paid\": \"Free\", \"Language\": \"English\", \"Description\": \"Staffing and services company\", \"Type of Work\": \"IT, Accounting, Finance, Engineering, Healthcare, Sales, Marketing\"}, {\"Name\": \"Aerotek\", \"Link\": \"https:\/\/aerotek.com\", \"Category\": \"Staffing\", \"Free\/Paid\": \"Free\", \"Language\": \"English\", \"Description\": \"Recruiting and staffing agency\", \"Type of Work\": \"Manufacturing, Logistics, Construction, Energy, Engineering, Healthcare, Aviation\"}, {\"Name\": \"ManpowerGroup\", \"Link\": \"https:\/\/manpowergroup.com\", \"Category\": \"Staffing\", \"Free\/Paid\": \"Free\", \"Language\": \"English\", \"Description\": \"Global staffing company\", \"Type of Work\": \"Manufacturing, Logistics, Office Services, IT, Engineering, Healthcare\"}, {\"Name\": \"Randstad\", \"Link\": \"https:\/\/randstad.com\", \"Category\": \"Staffing\", \"Free\/Paid\": \"Free\", \"Language\": \"English\", \"Description\": \"HR services and staffing\", \"Type of Work\": \"Office, Industrial, Engineering, IT, Finance, HR, Legal, Marketing\"}, {\"Name\": \"Adecco\", \"Link\": \"https:\/\/adecco.com\", \"Category\": \"Staffing\", \"Free\/Paid\": \"Free\", \"Language\": \"English\", \"Description\": \"Workforce solutions provider\", \"Type of Work\": \"Administrative, Industrial, Call Center, IT, Engineering, Finance, Medical\"}, {\"Name\": \"Snagajob\", \"Link\": \"https:\/\/snagajob.com\", \"Category\": \"Hourly Work\", \"Free\/Paid\": \"Free\", \"Language\": \"English\", \"Description\": \"Platform for hourly workers\", \"Type of Work\": \"Retail, Food Service, Hospitality, Customer Service, Warehouse, Healthcare\"}, {\"Name\": \"ZipRecruiter\", \"Link\": \"https:\/\/ziprecruiter.com\", \"Category\": \"Job Board\", \"Free\/Paid\": \"Paid\", \"Language\": \"English\", \"Description\": \"Job search and posting platform\", \"Type of Work\": \"All Industries - Healthcare, Retail, IT, Construction, Sales, Administrative\"}, {\"Name\": \"Monster\", \"Link\": \"https:\/\/monster.com\", \"Category\": \"Job Board\", \"Free\/Paid\": \"Both\", \"Language\": \"English\", \"Description\": \"Global job board\", \"Type of Work\": \"All Industries - Technology, Healthcare, Sales, Customer Service, Finance, Engineering\"}, {\"Name\": \"CareerBuilder\", \"Link\": \"https:\/\/careerbuilder.com\", \"Category\": \"Job Board\", \"Free\/Paid\": \"Paid\", \"Language\": \"English\", \"Description\": \"Job search and recruitment platform\", \"Type of Work\": \"All Industries - Healthcare, Retail, IT, Sales, Administrative, Construction\"}, {\"Name\": \"Glassdoor\", \"Link\": \"https:\/\/glassdoor.com\", \"Category\": \"Job Board\", \"Free\/Paid\": \"Free\", \"Language\": \"English\", \"Description\": \"Job search with company reviews\", \"Type of Work\": \"All Industries - Software, Finance, Healthcare, Consulting, Retail, Manufacturing\"}, {\"Name\": \"Ladders\", \"Link\": \"https:\/\/theladders.com\", \"Category\": \"Executive Jobs\", \"Free\/Paid\": \"Both\", \"Language\": \"English\", \"Description\": \"Job board for $100K+ positions\", \"Type of Work\": \"Executive, Management, Finance, Technology, Sales, Marketing, Operations\"}, {\"Name\": \"SolidGigs\", \"Link\": \"https:\/\/solidgigs.com\", \"Category\": \"Freelance Jobs\", \"Free\/Paid\": \"Paid\", \"Language\": \"English\", \"Description\": \"Curated freelance job listings\", \"Type of Work\": \"Design, Development, Writing, Marketing, Business, Video, Photography\"}, {\"Name\": \"Freelance Writing\", \"Link\": \"https:\/\/freelancewriting.com\", \"Category\": \"Writing Jobs\", \"Free\/Paid\": \"Free\", \"Language\": \"English\", \"Description\": \"Job board for writers\", \"Type of Work\": \"Copywriting, Blog Writing, Technical Writing, Content Writing, Journalism\"}, {\"Name\": \"BloggingPro\", \"Link\": \"https:\/\/bloggingpro.com\", \"Category\": \"Blogging Jobs\", \"Free\/Paid\": \"Free\", \"Language\": \"English\", \"Description\": \"Job board for bloggers\", \"Type of Work\": \"Blog Writing, Content Creation, Blog Management, SEO Writing\"}, {\"Name\": \"Journalism Jobs\", \"Link\": \"https:\/\/journalismjobs.com\", \"Category\": \"Journalism\", \"Free\/Paid\": \"Paid\", \"Language\": \"English\", \"Description\": \"Job board for journalists\", \"Type of Work\": \"Reporting, Editing, Photography, Broadcasting, Digital Media, Public Relations\"}, {\"Name\": \"EditFast\", \"Link\": \"https:\/\/editfast.com\", \"Category\": \"Editing\", \"Free\/Paid\": \"Both\", \"Language\": \"English\", \"Description\": \"Editing and proofreading services\", \"Type of Work\": \"Copy Editing, Proofreading, Academic Editing, Business Documents\"}, {\"Name\": \"Scribendi\", \"Link\": \"https:\/\/scribendi.com\", \"Category\": \"Editing\", \"Free\/Paid\": \"Free\", \"Language\": \"English\", \"Description\": \"Editing and proofreading platform\", \"Type of Work\": \"Proofreading, Copy Editing, Academic Editing, Business Editing\"}, {\"Name\": \"Wordvice\", \"Link\": \"https:\/\/wordvice.com\", \"Category\": \"Editing\", \"Free\/Paid\": \"Both\", \"Language\": \"English\", \"Description\": \"English editing and proofreading\", \"Type of Work\": \"Academic Editing, Admissions Editing, Business Editing, Manuscript Editing\"}, {\"Name\": \"Cactus Communications\", \"Link\": \"https:\/\/cactusglobal.com\", \"Category\": \"Academic Editing\", \"Free\/Paid\": \"Free\", \"Language\": \"English\", \"Description\": \"Scientific and academic editing\", \"Type of Work\": \"Academic Manuscript Editing, Translation, Publication Support, Grant Writing\"}, {\"Name\": \"Editage\", \"Link\": \"https:\/\/editage.com\", \"Category\": \"Academic Editing\", \"Free\/Paid\": \"Both\", \"Language\": \"English\", \"Description\": \"Academic editing and publication support\", \"Type of Work\": \"Scientific Editing, Translation, Publication Support, Plagiarism Check\"}, {\"Name\": \"Scribble\", \"Link\": \"https:\/\/scribble.com\", \"Category\": \"Transcription\", \"Free\/Paid\": \"Both\", \"Language\": \"English\", \"Description\": \"Transcription services platform\", \"Type of Work\": \"Audio Transcription, Video Transcription, Meeting Transcription\"}, {\"Name\": \"Rev\", \"Link\": \"https:\/\/rev.com\", \"Category\": \"Transcription\", \"Free\/Paid\": \"Free\", \"Language\": \"English\", \"Description\": \"Transcription and caption services\", \"Type of Work\": \"Audio Transcription, Video Captions, Subtitles, Foreign Subtitles\"}, {\"Name\": \"TranscribeMe\", \"Link\": \"https:\/\/transcribeme.com\", \"Category\": \"Transcription\", \"Free\/Paid\": \"Free\", \"Language\": \"English\", \"Description\": \"Audio transcription platform\", \"Type of Work\": \"Audio Transcription, Medical Transcription, Legal Transcription\"}, {\"Name\": \"GoTranscript\", \"Link\": \"https:\/\/gotranscript.com\", \"Category\": \"Transcription\", \"Free\/Paid\": \"Free\", \"Language\": \"English\", \"Description\": \"Audio and video transcription\", \"Type of Work\": \"Transcription, Translation, Subtitles, Captions\"}, {\"Name\": \"Tigerfish\", \"Link\": \"https:\/\/tigerfish.com\", \"Category\": \"Transcription\", \"Free\/Paid\": \"Free\", \"Language\": \"English\", \"Description\": \"Transcription services\", \"Type of Work\": \"General Transcription, Legal Transcription, Medical Transcription\"}, {\"Name\": \"Gengo\", \"Link\": \"https:\/\/gengo.com\", \"Category\": \"Translation\", \"Free\/Paid\": \"Free\", \"Language\": \"Multiple\", \"Description\": \"Translation platform\", \"Type of Work\": \"Document Translation, Website Translation, App Localization, Content Translation\"}, {\"Name\": \"One Hour Translation\", \"Link\": \"https:\/\/onehourtranslation.com\", \"Category\": \"Translation\", \"Free\/Paid\": \"Both\", \"Language\": \"Multiple\", \"Description\": \"Fast translation services\", \"Type of Work\": \"Document Translation, Website Translation, Legal Translation, Technical Translation\"}, {\"Name\": \"TextMaster\", \"Link\": \"https:\/\/textmaster.com\", \"Category\": \"Translation\", \"Free\/Paid\": \"Both\", \"Language\": \"Multiple\", \"Description\": \"Translation and copywriting\", \"Type of Work\": \"Translation, Proofreading, Copywriting, Web Content\"}, {\"Name\": \"Translated\", \"Link\": \"https:\/\/translated.com\", \"Category\": \"Translation\", \"Free\/Paid\": \"Both\", \"Language\": \"Multiple\", \"Description\": \"Professional translation services\", \"Type of Work\": \"Document Translation, Website Localization, Software Localization, Interpretation\"}, {\"Name\": \"ProZ\", \"Link\": \"https:\/\/proz.com\", \"Category\": \"Translation\", \"Free\/Paid\": \"Both\", \"Language\": \"Multiple\", \"Description\": \"Translation community and jobs\", \"Type of Work\": \"Translation, Interpretation, Editing, Terminology Management\"}, {\"Name\": \"TranslatorsCafe\", \"Link\": \"https:\/\/translatorscafe.com\", \"Category\": \"Translation\", \"Free\/Paid\": \"Free\", \"Language\": \"Multiple\", \"Description\": \"Community for translators\", \"Type of Work\": \"Translation, Interpretation, Localization, Subtitling\"}, {\"Name\": \"Smartling\", \"Link\": \"https:\/\/smartling.com\", \"Category\": \"Translation\", \"Free\/Paid\": \"Paid\", \"Language\": \"Multiple\", \"Description\": \"Translation management platform\", \"Type of Work\": \"Website Translation, Software Localization, Content Translation\"}, {\"Name\": \"Lionbridge\", \"Link\": \"https:\/\/lionbridge.com\", \"Category\": \"Translation\", \"Free\/Paid\": \"Free\", \"Language\": \"Multiple\", \"Description\": \"Translation and localization services\", \"Type of Work\": \"Translation, Localization, Interpretation, Content Creation, Data Annotation\"}, {\"Name\": \"RWS Moravia\", \"Link\": \"https:\/\/rws.com\", \"Category\": \"Translation\", \"Free\/Paid\": \"Free\", \"Language\": \"Multiple\", \"Description\": \"Translation and localization\", \"Type of Work\": \"Translation, Software Localization, Technical Translation, Content Services\"}, {\"Name\": \"LanguageLine\", \"Link\": \"https:\/\/languageline.com\", \"Category\": \"Translation\", \"Free\/Paid\": \"Free\", \"Language\": \"Multiple\", \"Description\": \"Language access solutions\", \"Type of Work\": \"Translation, Interpretation, Localization, Testing\"}, {\"Name\": \"Unbabel\", \"Link\": \"https:\/\/unbabel.com\", \"Category\": \"Translation\", \"Free\/Paid\": \"Free\", \"Language\": \"Multiple\", \"Description\": \"AI-powered translation\", \"Type of Work\": \"Translation, Customer Support Translation, Content Translation\"}, {\"Name\": \"SDL\", \"Link\": \"https:\/\/sdl.com\", \"Category\": \"Translation\", \"Free\/Paid\": \"Free\", \"Language\": \"Multiple\", \"Description\": \"Translation technology\", \"Type of Work\": \"Translation, Localization, Machine Translation, Content Management\"}, {\"Name\": \"Voices\", \"Link\": \"https:\/\/voices.com\", \"Category\": \"Voice Over\", \"Free\/Paid\": \"Both\", \"Language\": \"English\", \"Description\": \"Voice over marketplace\", \"Type of Work\": \"Voice Over, Narration, Commercial VO, Audiobook, E-learning, IVR\"}, {\"Name\": \"Voice123\", \"Link\": \"https:\/\/voice123.com\", \"Category\": \"Voice Over\", \"Free\/Paid\": \"Both\", \"Language\": \"English\", \"Description\": \"Voice over platform\", \"Type of Work\": \"Voice Acting, Narration, Commercial, Character Voices, Audiobook\"}, {\"Name\": \"Bodalgo\", \"Link\": \"https:\/\/bodalgo.com\", \"Category\": \"Voice Over\", \"Free\/Paid\": \"Free\", \"Language\": \"Multiple\", \"Description\": \"Voice over job platform\", \"Type of Work\": \"Voice Over, Narration, Dubbing, Commercial\"}, {\"Name\": \"The Voice Realm\", \"Link\": \"https:\/\/thevoicerealm.com\", \"Category\": \"Voice Over\", \"Free\/Paid\": \"Free\", \"Language\": \"English\", \"Description\": \"Voice talent marketplace\", \"Type of Work\": \"Voice Over, Narration, Commercial, Character Voices\"}, {\"Name\": \"Voquent\", \"Link\": \"https:\/\/voquent.com\", \"Category\": \"Voice Over\", \"Free\/Paid\": \"Both\", \"Language\": \"English\", \"Description\": \"Voice over agency\", \"Type of Work\": \"Voice Over, Dubbing, ADR, Audio Description, Narration\"}, {\"Name\": \"Bunny Studio\", \"Link\": \"https:\/\/bunnystudio.com\", \"Category\": \"Creative Services\", \"Free\/Paid\": \"Both\", \"Language\": \"English\", \"Description\": \"Creative services platform\", \"Type of Work\": \"Voice Over, Video Editing, Animation, Writing, Design, Translation\"}, {\"Name\": \"Voiceover Visions\", \"Link\": \"https:\/\/voiceovervisions.com\", \"Category\": \"Voice Over\", \"Free\/Paid\": \"Both\", \"Language\": \"English\", \"Description\": \"Voice over services\", \"Type of Work\": \"Commercial VO, Narration, IVR, E-learning, Audiobook\"}, {\"Name\": \"VideoPig\", \"Link\": \"https:\/\/videopig.net\", \"Category\": \"Video Production\", \"Free\/Paid\": \"Both\", \"Language\": \"English\", \"Description\": \"Video production services\", \"Type of Work\": \"Video Editing, Motion Graphics, Animation, Color Grading\"}, {\"Name\": \"ProductionHUB\", \"Link\": \"https:\/\/productionhub.com\", \"Category\": \"Production\", \"Free\/Paid\": \"Both\", \"Language\": \"English\", \"Description\": \"Marketplace for production professionals\", \"Type of Work\": \"Video Production, Film Crew, Equipment Rental, Post-Production\"}, {\"Name\": \"Mandy\", \"Link\": \"https:\/\/mandy.com\", \"Category\": \"Film & TV\", \"Free\/Paid\": \"Both\", \"Language\": \"English\", \"Description\": \"Platform for film and TV professionals\", \"Type of Work\": \"Camera Crew, Lighting, Sound, Editing, Production Management, Acting\"}, {\"Name\": \"Staff Me Up\", \"Link\": \"https:\/\/staffmeup.com\", \"Category\": \"Film & TV\", \"Free\/Paid\": \"Free\", \"Language\": \"English\", \"Description\": \"Entertainment industry job board\", \"Type of Work\": \"Production, Post-Production, Camera, Lighting, Sound, Grip, Electric\"}, {\"Name\": \"Entertainment Careers\", \"Link\": \"https:\/\/entertainmentcareers.net\", \"Category\": \"Entertainment\", \"Free\/Paid\": \"Paid\", \"Language\": \"English\", \"Description\": \"Job board for entertainment industry\", \"Type of Work\": \"Film, TV, Theater, Music, Gaming, Animation, Broadcasting\"}, {\"Name\": \"Music Gateway\", \"Link\": \"https:\/\/musicgateway.com\", \"Category\": \"Music Industry\", \"Free\/Paid\": \"Free\", \"Language\": \"English\", \"Description\": \"Platform for music professionals\", \"Type of Work\": \"Music Composition, Production, Mixing, Mastering, Session Musicians, Licensing\"}, {\"Name\": \"SoundBetter\", \"Link\": \"https:\/\/soundbetter.com\", \"Category\": \"Music Production\", \"Free\/Paid\": \"Both\", \"Language\": \"English\", \"Description\": \"Platform for music producers\", \"Type of Work\": \"Music Production, Mixing, Mastering, Session Musicians, Songwriting\"}, {\"Name\": \"AirGigs\", \"Link\": \"https:\/\/airgigs.com\", \"Category\": \"Music Services\", \"Free\/Paid\": \"Both\", \"Language\": \"English\", \"Description\": \"Marketplace for music services\", \"Type of Work\": \"Session Musicians, Mixing, Mastering, Music Production, Arrangement\"}, {\"Name\": \"Kompoz\", \"Link\": \"https:\/\/kompoz.com\", \"Category\": \"Music Collaboration\", \"Free\/Paid\": \"Free\", \"Language\": \"English\", \"Description\": \"Music collaboration platform\", \"Type of Work\": \"Music Composition, Recording, Production, Collaboration\"}, {\"Name\": \"Vocalizr\", \"Link\": \"https:\/\/vocalizr.com\", \"Category\": \"Music Vocals\", \"Free\/Paid\": \"Both\", \"Language\": \"English\", \"Description\": \"Platform for vocalists and producers\", \"Type of Work\": \"Vocals, Songwriting, Top Line Writing, Background Vocals\"}, {\"Name\": \"BandMix\", \"Link\": \"https:\/\/bandmix.com\", \"Category\": \"Musicians\", \"Free\/Paid\": \"Both\", \"Language\": \"English\", \"Description\": \"Platform for musicians to connect\", \"Type of Work\": \"Finding Band Members, Collaboration, Live Performance\"}, {\"Name\": \"ReverbNation\", \"Link\": \"https:\/\/reverbnation.com\", \"Category\": \"Music Promotion\", \"Free\/Paid\": \"Both\", \"Language\": \"English\", \"Description\": \"Platform for musicians\", \"Type of Work\": \"Music Distribution, Promotion, Booking, Fan Engagement\"}, {\"Name\": \"Setlist\", \"Link\": \"https:\/\/setlist.fm\", \"Category\": \"Music\", \"Free\/Paid\": \"Free\", \"Language\": \"English\", \"Description\": \"Music community platform\", \"Type of Work\": \"Concert Setlists, Music Database (not job platform)\"}, {\"Name\": \"Tutors.com\", \"Link\": \"https:\/\/tutors.com\", \"Category\": \"Tutoring\", \"Free\/Paid\": \"Both\", \"Language\": \"English\", \"Description\": \"Platform for finding tutors\", \"Type of Work\": \"Math Tutoring, Science, English, Test Prep, Language Learning, Music Lessons\"}, {\"Name\": \"Tutor.com\", \"Link\": \"https:\/\/tutor.com\", \"Category\": \"Online Tutoring\", \"Free\/Paid\": \"Free\", \"Language\": \"English\", \"Description\": \"Online tutoring platform\", \"Type of Work\": \"Math, Science, English, Social Studies, Test Prep, Writing\"}, {\"Name\": \"Wyzant\", \"Link\": \"https:\/\/wyzant.com\", \"Category\": \"Tutoring\", \"Free\/Paid\": \"Both\", \"Language\": \"English\", \"Description\": \"Marketplace for tutors\", \"Type of Work\": \"Math, Science, Language, Music, Test Prep, Computer Skills, Art\"}, {\"Name\": \"Chegg Tutors\", \"Link\": \"https:\/\/chegg.com\", \"Category\": \"Online Tutoring\", \"Free\/Paid\": \"Paid\", \"Language\": \"English\", \"Description\": \"Online tutoring service\", \"Type of Work\": \"Math, Science, Engineering, Business, Writing, Test Prep\"}, {\"Name\": \"Varsity Tutors\", \"Link\": \"https:\/\/varsitytutors.com\", \"Category\": \"Tutoring\", \"Free\/Paid\": \"Free\", \"Language\": \"English\", \"Description\": \"Tutoring platform\", \"Type of Work\": \"Academic Tutoring, Test Prep, Language Learning, Music Lessons\"}, {\"Name\": \"Preply\", \"Link\": \"https:\/\/preply.com\", \"Category\": \"Language Tutoring\", \"Free\/Paid\": \"Both\", \"Language\": \"Multiple\", \"Description\": \"Language learning platform\", \"Type of Work\": \"Language Teaching (50+ languages), Conversation Practice\"}, {\"Name\": \"iTalki\", \"Link\": \"https:\/\/italki.com\", \"Category\": \"Language Learning\", \"Free\/Paid\": \"Both\", \"Language\": \"Multiple\", \"Description\": \"Language teacher marketplace\", \"Type of Work\": \"Language Teaching, Conversation Practice, Cultural Exchange\"}, {\"Name\": \"Verbling\", \"Link\": \"https:\/\/verbling.com\", \"Category\": \"Language Learning\", \"Free\/Paid\": \"Both\", \"Language\": \"Multiple\", \"Description\": \"Online language learning\", \"Type of Work\": \"Language Teaching, Conversation Classes\"}, {\"Name\": \"Cambly\", \"Link\": \"https:\/\/cambly.com\", \"Category\": \"English Tutoring\", \"Free\/Paid\": \"Free\", \"Language\": \"English\", \"Description\": \"English tutoring platform\", \"Type of Work\": \"English Conversation, English Tutoring\"}, {\"Name\": \"VIPKid\", \"Link\": \"https:\/\/vipkid.com\", \"Category\": \"English Teaching\", \"Free\/Paid\": \"Free\", \"Language\": \"English\", \"Description\": \"Platform for teaching English to Chinese students\", \"Type of Work\": \"Online English Teaching (K-12), ESL\"}, {\"Name\": \"Qkids\", \"Link\": \"https:\/\/qkids.net\", \"Category\": \"English Teaching\", \"Free\/Paid\": \"Free\", \"Language\": \"English\", \"Description\": \"Online English teaching for kids\", \"Type of Work\": \"ESL Teaching, English for Kids\"}, {\"Name\": \"DaDa\", \"Link\": \"https:\/\/dadaabc.com\", \"Category\": \"English Teaching\", \"Free\/Paid\": \"Free\", \"Language\": \"English\", \"Description\": \"Online English education\", \"Type of Work\": \"Online English Teaching, ESL for Kids\"}, {\"Name\": \"PalFish\", \"Link\": \"https:\/\/palfish.com\", \"Category\": \"English Teaching\", \"Free\/Paid\": \"Free\", \"Language\": \"English\", \"Description\": \"English teaching app\", \"Type of Work\": \"English Teaching, Reading Classes\"}, {\"Name\": \"SayABC\", \"Link\": \"https:\/\/sayabc.com\", \"Category\": \"English Teaching\", \"Free\/Paid\": \"Free\", \"Language\": \"English\", \"Description\": \"Online English teaching\", \"Type of Work\": \"English Teaching for Kids, Group Classes\"}, {\"Name\": \"Magic Ears\", \"Link\": \"https:\/\/magicears.com\", \"Category\": \"English Teaching\", \"Free\/Paid\": \"Free\", \"Language\": \"English\", \"Description\": \"Online English teaching platform\", \"Type of Work\": \"ESL Teaching, Online Classes for Kids\"}, {\"Name\": \"Outschool\", \"Link\": \"https:\/\/outschool.com\", \"Category\": \"Online Classes\", \"Free\/Paid\": \"Free\", \"Language\": \"English\", \"Description\": \"Live online classes for kids\", \"Type of Work\": \"Teaching Various Subjects, Art, Science, Math, Music, Coding\"}, {\"Name\": \"Skillshare\", \"Link\": \"https:\/\/skillshare.com\", \"Category\": \"Online Learning\", \"Free\/Paid\": \"Both\", \"Language\": \"English\", \"Description\": \"Online learning community\", \"Type of Work\": \"Teaching Creative Skills, Business, Design, Photography, Technology\"}, {\"Name\": \"Udemy\", \"Link\": \"https:\/\/udemy.com\", \"Category\": \"Online Courses\", \"Free\/Paid\": \"Both\", \"Language\": \"Multiple\", \"Description\": \"Online learning platform\", \"Type of Work\": \"Course Creation (all subjects), Video Production, Teaching\"}, {\"Name\": \"Teachable\", \"Link\": \"https:\/\/teachable.com\", \"Category\": \"Course Platform\", \"Free\/Paid\": \"Paid\", \"Language\": \"English\", \"Description\": \"Platform for creating online courses\", \"Type of Work\": \"Course Creation, Coaching, Membership Sites\"}, {\"Name\": \"Coursera\", \"Link\": \"https:\/\/coursera.org\", \"Category\": \"Online Learning\", \"Free\/Paid\": \"Free\", \"Language\": \"Multiple\", \"Description\": \"Online learning platform\", \"Type of Work\": \"Course Creation, Academic Teaching, Professional Training\"}, {\"Name\": \"Khan Academy\", \"Link\": \"https:\/\/khanacademy.org\", \"Category\": \"Education\", \"Free\/Paid\": \"Free\", \"Language\": \"English\", \"Description\": \"Non-profit educational platform\", \"Type of Work\": \"Educational Content Creation, Video Tutorials\"}, {\"Name\": \"HouseSitter\", \"Link\": \"https:\/\/housesitter.com\", \"Category\": \"House Sitting\", \"Free\/Paid\": \"Both\", \"Language\": \"English\", \"Description\": \"House sitting opportunities\", \"Type of Work\": \"House Sitting, Property Care\"}, {\"Name\": \"Handy\", \"Link\": \"https:\/\/handy.com\", \"Category\": \"Home Services\", \"Free\/Paid\": \"Free\", \"Language\": \"English\", \"Description\": \"Platform for home cleaning and handyman\", \"Type of Work\": \"House Cleaning, Handyman Services, Furniture Assembly, Home Repairs\"}, {\"Name\": \"HomeAdvisor\", \"Link\": \"https:\/\/homeadvisor.com\", \"Category\": \"Home Services\", \"Free\/Paid\": \"Paid\", \"Language\": \"English\", \"Description\": \"Home improvement marketplace\", \"Type of Work\": \"Plumbing, Electrical, HVAC, Roofing, Painting, Landscaping, Remodeling\"}, {\"Name\": \"Angi\", \"Link\": \"https:\/\/angi.com\", \"Category\": \"Home Services\", \"Free\/Paid\": \"Paid\", \"Language\": \"English\", \"Description\": \"Home services platform\", \"Type of Work\": \"Home Repair, Maintenance, Remodeling, Plumbing, Electrical, Landscaping\"}, {\"Name\": \"Porch\", \"Link\": \"https:\/\/porch.com\", \"Category\": \"Home Services\", \"Free\/Paid\": \"Free\", \"Language\": \"English\", \"Description\": \"Home improvement network\", \"Type of Work\": \"Home Improvement, Repair, Maintenance, Remodeling\"}, {\"Name\": \"Houzz\", \"Link\": \"https:\/\/houzz.com\", \"Category\": \"Home Design\", \"Free\/Paid\": \"Free\", \"Language\": \"English\", \"Description\": \"Platform for home remodeling\", \"Type of Work\": \"Interior Design, Architecture, Remodeling, Landscaping\"}, {\"Name\": \"1stDibs\", \"Link\": \"https:\/\/1stdibs.com\", \"Category\": \"Luxury Goods\", \"Free\/Paid\": \"Free\", \"Language\": \"English\", \"Description\": \"Marketplace for luxury goods\", \"Type of Work\": \"Interior Design, Art Dealing, Antique Sales, Luxury Goods\"}, {\"Name\": \"Talmix\", \"Link\": \"https:\/\/talmix.com\", \"Category\": \"Consulting\", \"Free\/Paid\": \"Free\", \"Language\": \"English\", \"Description\": \"Platform for independent consultants\", \"Type of Work\": \"Strategy Consulting, Operations, Marketing, Technology, Finance Consulting\"}, {\"Name\": \"Expert360\", \"Link\": \"https:\/\/expert360.com\", \"Category\": \"Consulting\", \"Free\/Paid\": \"Free\", \"Language\": \"English\", \"Description\": \"Expert marketplace\", \"Type of Work\": \"Business Consulting, Strategy, Marketing, Technology, Finance\"}, {\"Name\": \"Eden McCallum\", \"Link\": \"https:\/\/edenmccallum.com\", \"Category\": \"Consulting\", \"Free\/Paid\": \"Free\", \"Language\": \"English\", \"Description\": \"Independent consultancy\", \"Type of Work\": \"Strategy Consulting, Operations, Digital Transformation, M&A, Finance\"}, {\"Name\": \"Graphite\", \"Link\": \"https:\/\/graphite.io\", \"Category\": \"Consulting\", \"Free\/Paid\": \"Free\", \"Language\": \"English\", \"Description\": \"Marketplace for consultants\", \"Type of Work\": \"Strategy, Marketing, Operations, Finance, Product Management\"}, {\"Name\": \"Comatch\", \"Link\": \"https:\/\/comatch.com\", \"Category\": \"Consulting\", \"Free\/Paid\": \"Free\", \"Language\": \"English\", \"Description\": \"Consultant marketplace\", \"Type of Work\": \"Management Consulting, Strategy, Digital, Marketing, Finance, Interim Management\"}, {\"Name\": \"MarketerHire\", \"Link\": \"https:\/\/marketerhire.com\", \"Category\": \"Marketing\", \"Free\/Paid\": \"Free\", \"Language\": \"English\", \"Description\": \"Platform for marketing freelancers\", \"Type of Work\": \"Digital Marketing, SEO, SEM, Social Media Marketing, Content Marketing, Email Marketing, PPC\"}, {\"Name\": \"GrowthGeeks\", \"Link\": \"https:\/\/growthgeeks.com\", \"Category\": \"Growth Marketing\", \"Free\/Paid\": \"Free\", \"Language\": \"English\", \"Description\": \"Growth marketing platform\", \"Type of Work\": \"Growth Marketing, Growth Hacking, User Acquisition, Conversion Optimization\"}, {\"Name\": \"ManyPixels\", \"Link\": \"https:\/\/manypixels.co\", \"Category\": \"Design\", \"Free\/Paid\": \"Paid\", \"Language\": \"English\", \"Description\": \"Unlimited design service\", \"Type of Work\": \"Graphic Design, Illustration, Web Design, Presentation Design, Print Design\"}, {\"Name\": \"Penji\", \"Link\": \"https:\/\/penji.co\", \"Category\": \"Design\", \"Free\/Paid\": \"Paid\", \"Language\": \"English\", \"Description\": \"Unlimited graphic design\", \"Type of Work\": \"Logo Design, Social Media Graphics, Web Design, Packaging, Print Design\"}, {\"Name\": \"Design Pickle\", \"Link\": \"https:\/\/designpickle.com\", \"Category\": \"Design\", \"Free\/Paid\": \"Paid\", \"Language\": \"English\", \"Description\": \"Flat-rate graphic design\", \"Type of Work\": \"Graphic Design, Social Media Graphics, Presentation Design, Print Materials\"}, {\"Name\": \"Kimp\", \"Link\": \"https:\/\/kimp.io\", \"Category\": \"Design\", \"Free\/Paid\": \"Paid\", \"Language\": \"English\", \"Description\": \"Unlimited design service\", \"Type of Work\": \"Graphic Design, Video Editing, Web Design, Illustration\"}, {\"Name\": \"Superside\", \"Link\": \"https:\/\/superside.com\", \"Category\": \"Design\", \"Free\/Paid\": \"Paid\", \"Language\": \"English\", \"Description\": \"Design subscription service\", \"Type of Work\": \"Graphic Design, Motion Design, 3D Design, Illustration, Video Production\"}, {\"Name\": \"Kapa99\", \"Link\": \"https:\/\/kapa99.com\", \"Category\": \"Design\", \"Free\/Paid\": \"Paid\", \"Language\": \"English\", \"Description\": \"On-demand design service\", \"Type of Work\": \"Graphic Design, Social Media Graphics, Web Design, Print Design\"}, {\"Name\": \"TaskArmy\", \"Link\": \"https:\/\/taskarmy.com\", \"Category\": \"Virtual Assistant\", \"Free\/Paid\": \"Both\", \"Language\": \"English\", \"Description\": \"Virtual assistant services\", \"Type of Work\": \"Virtual Assistant, Data Entry, Research, Email Management, Customer Service\"}, {\"Name\": \"Fancy Hands\", \"Link\": \"https:\/\/fancyhands.com\", \"Category\": \"Virtual Assistant\", \"Free\/Paid\": \"Paid\", \"Language\": \"English\", \"Description\": \"US-based virtual assistants\", \"Type of Work\": \"Virtual Assistant Tasks, Phone Calls, Scheduling, Research\"}, {\"Name\": \"Time Etc\", \"Link\": \"https:\/\/timeetc.com\", \"Category\": \"Virtual Assistant\", \"Free\/Paid\": \"Paid\", \"Language\": \"English\", \"Description\": \"Virtual assistant service\", \"Type of Work\": \"Virtual Assistant, Administrative Support, Marketing Assistance, Social Media\"}, {\"Name\": \"Belay\", \"Link\": \"https:\/\/belaysolutions.com\", \"Category\": \"Virtual Assistant\", \"Free\/Paid\": \"Free\", \"Language\": \"English\", \"Description\": \"Virtual assistant and bookkeeping\", \"Type of Work\": \"Virtual Assistant, Bookkeeping, Social Media Management, Web Design\"}, {\"Name\": \"Zirtual\", \"Link\": \"https:\/\/zirtual.com\", \"Category\": \"Virtual Assistant\", \"Free\/Paid\": \"Paid\", \"Language\": \"English\", \"Description\": \"Dedicated virtual assistants\", \"Type of Work\": \"Virtual Assistant, Executive Assistant, Administrative Support\"}, {\"Name\": \"MyOutDesk\", \"Link\": \"https:\/\/myoutdesk.com\", \"Category\": \"Virtual Assistant\", \"Free\/Paid\": \"Paid\", \"Language\": \"English\", \"Description\": \"Virtual assistant services\", \"Type of Work\": \"Virtual Assistant, Real Estate Admin, Marketing Support, Customer Service\"}, {\"Name\": \"Boldly\", \"Link\": \"https:\/\/boldly.com\", \"Category\": \"Virtual Assistant\", \"Free\/Paid\": \"Free\", \"Language\": \"English\", \"Description\": \"Premium subscription staffing\", \"Type of Work\": \"Executive Assistant, Marketing, Project Management, Consulting\"}, {\"Name\": \"99 Dollar Social\", \"Link\": \"https:\/\/99dollarsocial.com\", \"Category\": \"Social Media\", \"Free\/Paid\": \"Paid\", \"Language\": \"English\", \"Description\": \"Social media management\", \"Type of Work\": \"Social Media Posting, Content Creation, Social Media Management\"}, {\"Name\": \"Hootsuite Academy\", \"Link\": \"https:\/\/education.hootsuite.com\", \"Category\": \"Social Media\", \"Free\/Paid\": \"Free\", \"Language\": \"English\", \"Description\": \"Social media certification\", \"Type of Work\": \"Social Media Marketing Education\"}, {\"Name\": \"Buffer\", \"Link\": \"https:\/\/buffer.com\", \"Category\": \"Social Media\", \"Free\/Paid\": \"Both\", \"Language\": \"English\", \"Description\": \"Social media management platform\", \"Type of Work\": \"Social Media Management, Content Scheduling, Analytics\"}, {\"Name\": \"SEMrush\", \"Link\": \"https:\/\/semrush.com\", \"Category\": \"SEO\/Marketing\", \"Free\/Paid\": \"Paid\", \"Language\": \"English\", \"Description\": \"Digital marketing platform\", \"Type of Work\": \"SEO, Content Marketing, Competitor Analysis, PPC\"}, {\"Name\": \"Ahrefs\", \"Link\": \"https:\/\/ahrefs.com\", \"Category\": \"SEO\", \"Free\/Paid\": \"Paid\", \"Language\": \"English\", \"Description\": \"SEO tools platform\", \"Type of Work\": \"SEO Analysis, Backlink Research, Content Research\"}, {\"Name\": \"Moz\", \"Link\": \"https:\/\/moz.com\", \"Category\": \"SEO\", \"Free\/Paid\": \"Both\", \"Language\": \"English\", \"Description\": \"SEO software platform\", \"Type of Work\": \"SEO, Local SEO, Link Building, Keyword Research\"}, {\"Name\": \"10xBnB\", \"Link\": \"https:\/\/10xbnb.com\", \"Category\": \"Airbnb Services\", \"Free\/Paid\": \"Both\", \"Language\": \"English\", \"Description\": \"Airbnb management services\", \"Type of Work\": \"Airbnb Management, Listing Optimization, Guest Communication\"}, {\"Name\": \"Properly\", \"Link\": \"https:\/\/properly.ai\", \"Category\": \"Property Management\", \"Free\/Paid\": \"Paid\", \"Language\": \"English\", \"Description\": \"Property care coordination\", \"Type of Work\": \"Property Cleaning, Maintenance Coordination\"}, {\"Name\": \"TurnoverBnB\", \"Link\": \"https:\/\/turnoverbnb.com\", \"Category\": \"Vacation Rental\", \"Free\/Paid\": \"Paid\", \"Language\": \"English\", \"Description\": \"Vacation rental services\", \"Type of Work\": \"Cleaning, Linen Service, Maintenance for Rentals\"}, {\"Name\": \"Breezeway\", \"Link\": \"https:\/\/breezeway.io\", \"Category\": \"Property Operations\", \"Free\/Paid\": \"Paid\", \"Language\": \"English\", \"Description\": \"Property operations platform\", \"Type of Work\": \"Property Care Coordination, Task Management\"}, {\"Name\": \"HostTools\", \"Link\": \"https:\/\/hosttools.com\", \"Category\": \"Property Management\", \"Free\/Paid\": \"Paid\", \"Language\": \"English\", \"Description\": \"Vacation rental management\", \"Type of Work\": \"Rental Management, Owner Portal, Accounting\"}, {\"Name\": \"Vacasa\", \"Link\": \"https:\/\/vacasa.com\", \"Category\": \"Vacation Rental\", \"Free\/Paid\": \"Free\", \"Language\": \"English\", \"Description\": \"Vacation rental management\", \"Type of Work\": \"Property Management, Cleaning, Maintenance, Guest Services\"}, {\"Name\": \"Evolve\", \"Link\": \"https:\/\/evolve.com\", \"Category\": \"Vacation Rental\", \"Free\/Paid\": \"Free\", \"Language\": \"English\", \"Description\": \"Vacation rental marketing\", \"Type of Work\": \"Property Marketing, Guest Services, Revenue Management\"}, {\"Name\": \"Amazon Mechanical Turk\", \"Link\": \"https:\/\/mturk.com\", \"Category\": \"Micro-tasks\", \"Free\/Paid\": \"Free\", \"Language\": \"English\", \"Description\": \"Crowdsourcing marketplace\", \"Type of Work\": \"Data Entry, Surveys, Content Moderation, Image Tagging, Research\"}, {\"Name\": \"Clickworker\", \"Link\": \"https:\/\/clickworker.com\", \"Category\": \"Micro-tasks\", \"Free\/Paid\": \"Free\", \"Language\": \"Multiple\", \"Description\": \"Crowdsourcing platform\", \"Type of Work\": \"Data Entry, Web Research, Surveys, Content Creation, Translation\"}, {\"Name\": \"Appen\", \"Link\": \"https:\/\/appen.com\", \"Category\": \"Data Annotation\", \"Free\/Paid\": \"Free\", \"Language\": \"English\", \"Description\": \"AI training data services\", \"Type of Work\": \"Data Annotation, Transcription, Data Collection, Translation, Search Evaluation\"}, {\"Name\": \"Lionbridge AI\", \"Link\": \"https:\/\/lionbridge.com\/ai\", \"Category\": \"AI Training\", \"Free\/Paid\": \"Free\", \"Language\": \"Multiple\", \"Description\": \"AI training data\", \"Type of Work\": \"Data Annotation, Search Evaluation, Translation, Content Moderation\"}, {\"Name\": \"Scale AI\", \"Link\": \"https:\/\/scale.com\", \"Category\": \"Data Labeling\", \"Free\/Paid\": \"Free\", \"Language\": \"English\", \"Description\": \"AI training data platform\", \"Type of Work\": \"Data Labeling, Image Annotation, Text Annotation, Sensor Fusion\"}, {\"Name\": \"Remotasks\", \"Link\": \"https:\/\/remotasks.com\", \"Category\": \"Data Labeling\", \"Free\/Paid\": \"Free\", \"Language\": \"English\", \"Description\": \"Training data for AI\", \"Type of Work\": \"Image Annotation, Data Categorization, Transcription, LiDAR Annotation\"}, {\"Name\": \"Spare5\", \"Link\": \"https:\/\/spare5.com\", \"Category\": \"Micro-tasks\", \"Free\/Paid\": \"Free\", \"Language\": \"English\", \"Description\": \"Mobile-first micro-tasking\", \"Type of Work\": \"Image Tagging, Data Collection, Annotation, Surveys\"}, {\"Name\": \"Microworkers\", \"Link\": \"https:\/\/microworkers.com\", \"Category\": \"Micro-tasks\", \"Free\/Paid\": \"Free\", \"Language\": \"English\", \"Description\": \"Micro job platform\", \"Type of Work\": \"Social Media Tasks, Website Testing, App Testing, Data Entry\"}, {\"Name\": \"RapidWorkers\", \"Link\": \"https:\/\/rapidworkers.com\", \"Category\": \"Micro-tasks\", \"Free\/Paid\": \"Free\", \"Language\": \"English\", \"Description\": \"Micro job platform\", \"Type of Work\": \"Social Tasks, Website Visits, App Downloads, Surveys\"}, {\"Name\": \"Picoworkers\", \"Link\": \"https:\/\/picoworkers.com\", \"Category\": \"Micro-tasks\", \"Free\/Paid\": \"Free\", \"Language\": \"English\", \"Description\": \"Small task marketplace\", \"Type of Work\": \"Social Media Engagement, Website Tasks, App Reviews, Surveys\"}, {\"Name\": \"ShortTask\", \"Link\": \"https:\/\/shorttask.com\", \"Category\": \"Micro-tasks\", \"Free\/Paid\": \"Free\", \"Language\": \"English\", \"Description\": \"Micro job site\", \"Type of Work\": \"Data Entry, Categorization, Web Research, Content Writing\"}, {\"Name\": \"UserTesting\", \"Link\": \"https:\/\/usertesting.com\", \"Category\": \"User Testing\", \"Free\/Paid\": \"Free\", \"Language\": \"English\", \"Description\": \"User experience testing\", \"Type of Work\": \"Website Testing, App Testing, Prototype Testing, Video Feedback\"}, {\"Name\": \"TryMyUI\", \"Link\": \"https:\/\/trymyui.com\", \"Category\": \"Usability Testing\", \"Free\/Paid\": \"Free\", \"Language\": \"English\", \"Description\": \"Usability testing platform\", \"Type of Work\": \"Website Usability Testing, App Testing\"}, {\"Name\": \"Userlytics\", \"Link\": \"https:\/\/userlytics.com\", \"Category\": \"User Research\", \"Free\/Paid\": \"Free\", \"Language\": \"English\", \"Description\": \"UX testing platform\", \"Type of Work\": \"Usability Testing, User Research, Moderated Testing\"}, {\"Name\": \"Enroll\", \"Link\": \"https:\/\/enrollapp.com\", \"Category\": \"User Testing\", \"Free\/Paid\": \"Free\", \"Language\": \"English\", \"Description\": \"User testing platform\", \"Type of Work\": \"Website Testing, Product Testing\"}, {\"Name\": \"Validately\", \"Link\": \"https:\/\/validately.com\", \"Category\": \"User Research\", \"Free\/Paid\": \"Free\", \"Language\": \"English\", \"Description\": \"User research platform\", \"Type of Work\": \"Remote User Testing, Live Interviews, Surveys\"}, {\"Name\": \"PlaytestCloud\", \"Link\": \"https:\/\/playtestcloud.com\", \"Category\": \"Game Testing\", \"Free\/Paid\": \"Free\", \"Language\": \"English\", \"Description\": \"Mobile game testing\", \"Type of Work\": \"Game Testing, Player Feedback\"}, {\"Name\": \"BetaFamily\", \"Link\": \"https:\/\/betafamily.com\", \"Category\": \"App Testing\", \"Free\/Paid\": \"Free\", \"Language\": \"English\", \"Description\": \"Beta testing platform\", \"Type of Work\": \"iOS App Testing, Feedback\"}, {\"Name\": \"Testbirds\", \"Link\": \"https:\/\/testbirds.com\", \"Category\": \"Software Testing\", \"Free\/Paid\": \"Free\", \"Language\": \"English\", \"Description\": \"Crowdtesting platform\", \"Type of Work\": \"Software Testing, Usability Testing, Bug Finding\"}, {\"Name\": \"uTest\", \"Link\": \"https:\/\/utest.com\", \"Category\": \"Software Testing\", \"Free\/Paid\": \"Free\", \"Language\": \"English\", \"Description\": \"Crowdsourced testing\", \"Type of Work\": \"Software Testing, Mobile Testing, Security Testing, Usability Testing\"}, {\"Name\": \"Test IO\", \"Link\": \"https:\/\/test.io\", \"Category\": \"Software Testing\", \"Free\/Paid\": \"Free\", \"Language\": \"English\", \"Description\": \"Testing services\", \"Type of Work\": \"Functional Testing, Exploratory Testing, Regression Testing\"}, {\"Name\": \"Testlio\", \"Link\": \"https:\/\/testlio.com\", \"Category\": \"Software Testing\", \"Free\/Paid\": \"Free\", \"Language\": \"English\", \"Description\": \"Managed testing services\", \"Type of Work\": \"Mobile Testing, Web Testing, Manual Testing, Automation\"}, {\"Name\": \"Bugcrowd\", \"Link\": \"https:\/\/bugcrowd.com\", \"Category\": \"Cybersecurity\", \"Free\/Paid\": \"Free\", \"Language\": \"English\", \"Description\": \"Crowdsourced security platform\", \"Type of Work\": \"Bug Bounty, Penetration Testing, Vulnerability Disclosure\"}, {\"Name\": \"HackerOne\", \"Link\": \"https:\/\/hackerone.com\", \"Category\": \"Bug Bounty\", \"Free\/Paid\": \"Free\", \"Language\": \"English\", \"Description\": \"Bug bounty platform\", \"Type of Work\": \"Vulnerability Testing, Security Research, Penetration Testing\"}, {\"Name\": \"Synack\", \"Link\": \"https:\/\/synack.com\", \"Category\": \"Security Testing\", \"Free\/Paid\": \"Free\", \"Language\": \"English\", \"Description\": \"Crowdsourced security\", \"Type of Work\": \"Penetration Testing, Vulnerability Assessment\"}, {\"Name\": \"Cobalt\", \"Link\": \"https:\/\/cobalt.io\", \"Category\": \"Penetration Testing\", \"Free\/Paid\": \"Free\", \"Language\": \"English\", \"Description\": \"Pentesting platform\", \"Type of Work\": \"Penetration Testing, Security Assessment\"}, {\"Name\": \"YesHacker\", \"Link\": \"https:\/\/yeshacker.com\", \"Category\": \"Bug Bounty\", \"Free\/Paid\": \"Free\", \"Language\": \"Multiple\", \"Description\": \"Bug bounty platform\", \"Type of Work\": \"Security Testing, Vulnerability Research\"}, {\"Name\": \"Snapwire\", \"Link\": \"https:\/\/snapwire.co\", \"Category\": \"Photography\", \"Free\/Paid\": \"Free\", \"Language\": \"English\", \"Description\": \"On-demand photography\", \"Type of Work\": \"Stock Photography, Custom Photo Requests\"}, {\"Name\": \"Foap\", \"Link\": \"https:\/\/foap.com\", \"Category\": \"Photography\", \"Free\/Paid\": \"Free\", \"Language\": \"English\", \"Description\": \"Photo-selling app\", \"Type of Work\": \"Stock Photography, User-Generated Content\"}, {\"Name\": \"EyeEm\", \"Link\": \"https:\/\/eyeem.com\", \"Category\": \"Photography\", \"Free\/Paid\": \"Free\", \"Language\": \"English\", \"Description\": \"Photography community\", \"Type of Work\": \"Stock Photography, Photo Licensing\"}, {\"Name\": \"Twenty20\", \"Link\": \"https:\/\/twenty20.com\", \"Category\": \"Photography\", \"Free\/Paid\": \"Free\", \"Language\": \"English\", \"Description\": \"Stock photo marketplace\", \"Type of Work\": \"Stock Photography, Brand Campaigns\"}, {\"Name\": \"Shutterstock Contributor\", \"Link\": \"https:\/\/submit.shutterstock.com\", \"Category\": \"Photography\", \"Free\/Paid\": \"Free\", \"Language\": \"English\", \"Description\": \"Stock content platform\", \"Type of Work\": \"Stock Photos, Vectors, Videos, Music\"}, {\"Name\": \"Adobe Stock Contributor\", \"Link\": \"https:\/\/contributor.stock.adobe.com\", \"Category\": \"Photography\", \"Free\/Paid\": \"Free\", \"Language\": \"English\", \"Description\": \"Stock content marketplace\", \"Type of Work\": \"Stock Photos, Illustrations, Videos, Templates\"}, {\"Name\": \"Getty Images Contributor\", \"Link\": \"https:\/\/gettyimages.com\/workwithus\", \"Category\": \"Photography\", \"Free\/Paid\": \"Free\", \"Language\": \"English\", \"Description\": \"Premium stock platform\", \"Type of Work\": \"Stock Photography, Editorial Photography, Video\"}, {\"Name\": \"iStock Contributor\", \"Link\": \"https:\/\/istockphoto.com\", \"Category\": \"Photography\", \"Free\/Paid\": \"Free\", \"Language\": \"English\", \"Description\": \"Stock content platform\", \"Type of Work\": \"Stock Photos, Illustrations, Videos\"}, {\"Name\": \"Alamy\", \"Link\": \"https:\/\/alamy.com\", \"Category\": \"Photography\", \"Free\/Paid\": \"Free\", \"Language\": \"English\", \"Description\": \"Stock photo agency\", \"Type of Work\": \"Stock Photography, Editorial Images\"}, {\"Name\": \"Pond5\", \"Link\": \"https:\/\/pond5.com\", \"Category\": \"Stock Media\", \"Free\/Paid\": \"Free\", \"Language\": \"English\", \"Description\": \"Stock media marketplace\", \"Type of Work\": \"Stock Video, Photos, Music, Sound Effects, 3D Models\"}, {\"Name\": \"VideoHive\", \"Link\": \"https:\/\/videohive.net\", \"Category\": \"Video Templates\", \"Free\/Paid\": \"Both\", \"Language\": \"English\", \"Description\": \"Video template marketplace\", \"Type of Work\": \"After Effects Templates, Video Templates, Stock Footage\"}, {\"Name\": \"MotionElements\", \"Link\": \"https:\/\/motionelements.com\", \"Category\": \"Stock Media\", \"Free\/Paid\": \"Both\", \"Language\": \"English\", \"Description\": \"Asian stock media\", \"Type of Work\": \"Stock Video, Music, After Effects Templates, 3D Models\"}, {\"Name\": \"Epidemic Sound\", \"Link\": \"https:\/\/epidemicsound.com\", \"Category\": \"Music Licensing\", \"Free\/Paid\": \"Free\", \"Language\": \"English\", \"Description\": \"Music for content creators\", \"Type of Work\": \"Music Composition, Sound Effects\"}, {\"Name\": \"AudioJungle\", \"Link\": \"https:\/\/audiojungle.net\", \"Category\": \"Audio\", \"Free\/Paid\": \"Both\", \"Language\": \"English\", \"Description\": \"Audio marketplace\", \"Type of Work\": \"Music Tracks, Sound Effects, Audio Logos, Kits\"}, {\"Name\": \"PremiumBeat\", \"Link\": \"https:\/\/premiumbeat.com\", \"Category\": \"Music Licensing\", \"Free\/Paid\": \"Free\", \"Language\": \"English\", \"Description\": \"Royalty-free music\", \"Type of Work\": \"Music Composition, Music Licensing\"}, {\"Name\": \"Artlist\", \"Link\": \"https:\/\/artlist.io\", \"Category\": \"Stock Media\", \"Free\/Paid\": \"Paid\", \"Language\": \"English\", \"Description\": \"Music and footage licensing\", \"Type of Work\": \"Music Composition, Stock Footage, Sound Effects\"}, {\"Name\": \"Splice\", \"Link\": \"https:\/\/splice.com\", \"Category\": \"Music Production\", \"Free\/Paid\": \"Both\", \"Language\": \"English\", \"Description\": \"Music creation platform\", \"Type of Work\": \"Sample Creation, Preset Design, Music Production\"}, {\"Name\": \"Printful\", \"Link\": \"https:\/\/printful.com\", \"Category\": \"Print-on-Demand\", \"Free\/Paid\": \"Free\", \"Language\": \"English\", \"Description\": \"Print-on-demand dropshipping\", \"Type of Work\": \"Design for Print-on-Demand Products\"}, {\"Name\": \"Printify\", \"Link\": \"https:\/\/printify.com\", \"Category\": \"Print-on-Demand\", \"Free\/Paid\": \"Free\", \"Language\": \"English\", \"Description\": \"Print-on-demand platform\", \"Type of Work\": \"Design for Apparel, Accessories, Home Decor\"}, {\"Name\": \"Redbubble\", \"Link\": \"https:\/\/redbubble.com\", \"Category\": \"Print-on-Demand\", \"Free\/Paid\": \"Free\", \"Language\": \"English\", \"Description\": \"Artist marketplace\", \"Type of Work\": \"Graphic Design, Illustration, Photography for Products\"}, {\"Name\": \"Society6\", \"Link\": \"https:\/\/society6.com\", \"Category\": \"Print-on-Demand\", \"Free\/Paid\": \"Free\", \"Language\": \"English\", \"Description\": \"Artist marketplace\", \"Type of Work\": \"Art Prints, Home Decor Design, Apparel Design\"}, {\"Name\": \"TeePublic\", \"Link\": \"https:\/\/teepublic.com\", \"Category\": \"T-shirt Design\", \"Free\/Paid\": \"Free\", \"Language\": \"English\", \"Description\": \"T-shirt marketplace\", \"Type of Work\": \"T-shirt Design, Graphic Design\"}, {\"Name\": \"Merch by Amazon\", \"Link\": \"https:\/\/merch.amazon.com\", \"Category\": \"Print-on-Demand\", \"Free\/Paid\": \"Free\", \"Language\": \"English\", \"Description\": \"Amazon's merch platform\", \"Type of Work\": \"T-shirt Design, Graphic Design for Merchandise\"}, {\"Name\": \"Zazzle\", \"Link\": \"https:\/\/zazzle.com\", \"Category\": \"Custom Products\", \"Free\/Paid\": \"Free\", \"Language\": \"English\", \"Description\": \"Custom product marketplace\", \"Type of Work\": \"Product Design, Graphics, Illustration\"}, {\"Name\": \"CafePress\", \"Link\": \"https:\/\/cafepress.com\", \"Category\": \"Custom Products\", \"Free\/Paid\": \"Free\", \"Language\": \"English\", \"Description\": \"Custom merchandise\", \"Type of Work\": \"Product Design, Graphics\"}, {\"Name\": \"Spreadshirt\", \"Link\": \"https:\/\/spreadshirt.com\", \"Category\": \"Print-on-Demand\", \"Free\/Paid\": \"Free\", \"Language\": \"English\", \"Description\": \"Print-on-demand platform\", \"Type of Work\": \"T-shirt Design, Product Design\"}, {\"Name\": \"Custom Ink\", \"Link\": \"https:\/\/customink.com\", \"Category\": \"Custom Apparel\", \"Free\/Paid\": \"Paid\", \"Language\": \"English\", \"Description\": \"Custom t-shirt platform\", \"Type of Work\": \"Apparel Design, Custom Products\"}, {\"Name\": \"Etsy\", \"Link\": \"https:\/\/etsy.com\", \"Category\": \"Handmade\/Vintage\", \"Free\/Paid\": \"Free\", \"Language\": \"English\", \"Description\": \"Marketplace for handmade and vintage\", \"Type of Work\": \"Handmade Crafts, Vintage Items, Craft Supplies, Digital Products, Art\"}, {\"Name\": \"Amazon Handmade\", \"Link\": \"https:\/\/amazon.com\/handmade\", \"Category\": \"Handmade\", \"Free\/Paid\": \"Free\", \"Language\": \"English\", \"Description\": \"Handmade marketplace\", \"Type of Work\": \"Handmade Products, Artisan Goods\"}, {\"Name\": \"Not On The High Street\", \"Link\": \"https:\/\/notonthehighstreet.com\", \"Category\": \"Unique Products\", \"Free\/Paid\": \"Both\", \"Language\": \"English\", \"Description\": \"UK marketplace for unique items\", \"Type of Work\": \"Handmade, Personalized Products, Gifts\"}, {\"Name\": \"Folksy\", \"Link\": \"https:\/\/folksy.com\", \"Category\": \"Handmade\", \"Free\/Paid\": \"Free\", \"Language\": \"English\", \"Description\": \"UK handmade marketplace\", \"Type of Work\": \"Handmade Crafts, Art, Jewelry, Textiles\"}, {\"Name\": \"iCraft\", \"Link\": \"https:\/\/icraftgifts.com\", \"Category\": \"Handmade\", \"Free\/Paid\": \"Both\", \"Language\": \"English\", \"Description\": \"Handmade gift marketplace\", \"Type of Work\": \"Handmade Items, Vintage, Supplies\"}, {\"Name\": \"Artfire\", \"Link\": \"https:\/\/artfire.com\", \"Category\": \"Handmade\", \"Free\/Paid\": \"Both\", \"Language\": \"English\", \"Description\": \"Marketplace for artisans\", \"Type of Work\": \"Handmade, Vintage, Craft Supplies\"}, {\"Name\": \"Bonanza\", \"Link\": \"https:\/\/bonanza.com\", \"Category\": \"E-commerce\", \"Free\/Paid\": \"Free\", \"Language\": \"English\", \"Description\": \"Online marketplace\", \"Type of Work\": \"Selling Various Products, E-commerce\"}, {\"Name\": \"eBay\", \"Link\": \"https:\/\/ebay.com\", \"Category\": \"Auction\/Marketplace\", \"Free\/Paid\": \"Free\", \"Language\": \"English\", \"Description\": \"Online auction and marketplace\", \"Type of Work\": \"Selling Products, Auction Sales, E-commerce\"}, {\"Name\": \"Poshmark\", \"Link\": \"https:\/\/poshmark.com\", \"Category\": \"Fashion Resale\", \"Free\/Paid\": \"Free\", \"Language\": \"English\", \"Description\": \"Social marketplace for fashion\", \"Type of Work\": \"Clothing Resale, Fashion, Accessories\"}, {\"Name\": \"Mercari\", \"Link\": \"https:\/\/mercari.com\", \"Category\": \"Marketplace\", \"Free\/Paid\": \"Free\", \"Language\": \"English\", \"Description\": \"Selling marketplace\", \"Type of Work\": \"Selling Used Items, Various Products\"}, {\"Name\": \"Depop\", \"Link\": \"https:\/\/depop.com\", \"Category\": \"Fashion Marketplace\", \"Free\/Paid\": \"Free\", \"Language\": \"English\", \"Description\": \"Fashion resale app\", \"Type of Work\": \"Fashion Resale, Vintage Clothing, Streetwear\"}, {\"Name\": \"Vinted\", \"Link\": \"https:\/\/vinted.com\", \"Category\": \"Fashion Resale\", \"Free\/Paid\": \"Free\", \"Language\": \"Multiple\", \"Description\": \"Fashion resale platform\", \"Type of Work\": \"Clothing Resale, Fashion Items\"}, {\"Name\": \"ThredUp\", \"Link\": \"https:\/\/thredup.com\", \"Category\": \"Fashion Resale\", \"Free\/Paid\": \"Free\", \"Language\": \"English\", \"Description\": \"Online consignment\", \"Type of Work\": \"Clothing Consignment, Fashion Resale\"}, {\"Name\": \"The RealReal\", \"Link\": \"https:\/\/therealreal.com\", \"Category\": \"Luxury Consignment\", \"Free\/Paid\": \"Free\", \"Language\": \"English\", \"Description\": \"Luxury consignment\", \"Type of Work\": \"Luxury Fashion Consignment, Authentication\"}, {\"Name\": \"Vestiaire Collective\", \"Link\": \"https:\/\/vestiairecollective.com\", \"Category\": \"Luxury Fashion\", \"Free\/Paid\": \"Free\", \"Language\": \"Multiple\", \"Description\": \"Luxury fashion resale\", \"Type of Work\": \"Luxury Fashion Resale, Authentication\"}, {\"Name\": \"Rebag\", \"Link\": \"https:\/\/rebag.com\", \"Category\": \"Luxury Handbags\", \"Free\/Paid\": \"Free\", \"Language\": \"English\", \"Description\": \"Luxury handbag marketplace\", \"Type of Work\": \"Luxury Handbag Buying\/Selling\"}, {\"Name\": \"StockX\", \"Link\": \"https:\/\/stockx.com\", \"Category\": \"Sneaker\/Streetwear\", \"Free\/Paid\": \"Free\", \"Language\": \"English\", \"Description\": \"Sneaker and streetwear marketplace\", \"Type of Work\": \"Sneaker Resale, Streetwear, Collectibles Authentication\"}];\r\n\r\n      const grid = document.getElementById(\"fsGrid\");\r\n      const empty = document.getElementById(\"fsEmpty\");\r\n      const searchInput = document.getElementById(\"fsSearch\");\r\n      const categorySelect = document.getElementById(\"fsCategory\");\r\n      const pricingSelect = document.getElementById(\"fsPricing\");\r\n      const languageSelect = document.getElementById(\"fsLanguage\");\r\n      const sortSelect = document.getElementById(\"fsSort\");\r\n      const resetBtn = document.getElementById(\"fsReset\");\r\n      const countEl = document.getElementById(\"fsCount\");\r\n      const totalSitesEl = document.getElementById(\"fsTotalSites\");\r\n      const totalCategoriesEl = document.getElementById(\"fsTotalCategories\");\r\n      const visibleSitesEl = document.getElementById(\"fsVisibleSites\");\r\n      const videoSearchInput = document.getElementById(\"fsVideoSearch\");\r\n      const videoUrlInput = document.getElementById(\"fsVideoUrl\");\r\n      const loadVideoBtn = document.getElementById(\"fsLoadVideo\");\r\n      const youtubeSearchBtn = document.getElementById(\"fsYouTubeSearch\");\r\n      const trainingVideosEl = document.getElementById(\"fsTrainingVideos\");\r\n      const videoCountEl = document.getElementById(\"fsVideoCount\");\r\n      const player = document.getElementById(\"fsYouTubePlayer\");\r\n      const videoTitleEl = document.getElementById(\"fsVideoTitle\");\r\n      const videoDescEl = document.getElementById(\"fsVideoDesc\");\r\n      const watchOnYouTube = document.getElementById(\"fsWatchOnYouTube\");\r\n      const copyVideoLinkBtn = document.getElementById(\"fsCopyVideoLink\");\r\n\r\n      const trainingVideos = [\r\n        { title: \"Freelancing Training for Beginners\", category: \"Freelancing\", level: \"Beginner\", videoId: \"ysz5S6PUM-U\", desc: \"Start here to understand freelancing basics and how to begin your learning journey.\" },\r\n        { title: \"Upwork Profile and Proposal Training\", category: \"Upwork\", level: \"Beginner\", videoId: \"n4R2E7O-Ngo\", desc: \"Useful for learning how profiles, proposals and client communication work.\" },\r\n        { title: \"Fiverr Gig Creation Training\", category: \"Fiverr\", level: \"Beginner\", videoId: \"m3N9b4L5f7w\", desc: \"Learn the basics of creating service-based gigs and presenting skills online.\" },\r\n        { title: \"WordPress Website Training\", category: \"WordPress\", level: \"Practical\", videoId: \"O79pJ7qXwoE\", desc: \"Helpful for users who want to create service pages, landing pages and portfolio websites.\" },\r\n        { title: \"Digital Marketing Training\", category: \"Marketing\", level: \"Practical\", videoId: \"bixR-KIJKYM\", desc: \"A starting point for SEO, social media, ads and online business promotion.\" },\r\n        { title: \"Excel Training for Freelancers\", category: \"Excel\", level: \"Practical\", videoId: \"Vl0H-qTclOg\", desc: \"Good for data entry, reporting, dashboards and office productivity services.\" },\r\n        { title: \"Canva Design Training\", category: \"Design\", level: \"Beginner\", videoId: \"un50Bs4BvZ8\", desc: \"Useful for social media designs, banners, presentations and client creatives.\" },\r\n        { title: \"AI Tools Training for Productivity\", category: \"AI Tools\", level: \"Modern Skills\", videoId: \"JTxsNm9IdYU\", desc: \"Useful for learning how AI tools can improve speed, quality and productivity.\" }\r\n      ];\r\n\r\n\r\n      function cleanUrl(url) {\r\n        if (!url) return \"#\";\r\n        const trimmed = String(url).trim();\r\n        return \/^https?:\\\/\\\/\/i.test(trimmed) ? trimmed : \"https:\/\/\" + trimmed;\r\n      }\r\n\r\n      function domainFromUrl(url) {\r\n        try {\r\n          return new URL(cleanUrl(url)).hostname.replace(\/^www\\.\/, \"\");\r\n        } catch (e) {\r\n          return String(url).replace(\/^https?:\\\/\\\/\/, \"\").replace(\/^www\\.\/, \"\").split(\"\/\")[0];\r\n        }\r\n      }\r\n\r\n      function favicon(url) {\r\n        return \"https:\/\/www.google.com\/s2\/favicons?domain=\" + encodeURIComponent(domainFromUrl(url)) + \"&sz=128\";\r\n      }\r\n\r\n      function uniqueValues(key) {\r\n        return [...new Set(websites.map(item => (item[key] || \"\").trim()).filter(Boolean))]\r\n          .sort((a, b) => a.localeCompare(b));\r\n      }\r\n\r\n      function fillSelect(select, values, firstLabel) {\r\n        select.innerHTML = '<option value=\"\">' + firstLabel + '<\/option>';\r\n        values.forEach(value => {\r\n          const option = document.createElement(\"option\");\r\n          option.value = value;\r\n          option.textContent = value;\r\n          select.appendChild(option);\r\n        });\r\n      }\r\n\r\n      function escapeHtml(value) {\r\n        return String(value || \"\")\r\n          .replace(\/&\/g, \"&amp;\")\r\n          .replace(\/<\/g, \"&lt;\")\r\n          .replace(\/>\/g, \"&gt;\")\r\n          .replace(\/\"\/g, \"&quot;\")\r\n          .replace(\/'\/g, \"&#039;\");\r\n      }\r\n\r\n      function cardTemplate(item) {\r\n        const url = cleanUrl(item.Link);\r\n        const domain = domainFromUrl(url);\r\n        return `\r\n          <article class=\"fs-card\">\r\n            <div class=\"fs-card-top\">\r\n              <img decoding=\"async\" class=\"fs-logo\" src=\"${favicon(url)}\" alt=\"${escapeHtml(item.Name)} logo\" loading=\"lazy\">\r\n              <div class=\"fs-title\">\r\n                <h3>${escapeHtml(item.Name)}<\/h3>\r\n                <div class=\"fs-url\">${escapeHtml(domain)}<\/div>\r\n              <\/div>\r\n            <\/div>\r\n\r\n            <div class=\"fs-tags\">\r\n              <span class=\"fs-tag\">${escapeHtml(item.Category)}<\/span>\r\n              <span class=\"fs-tag\">${escapeHtml(item[\"Free\/Paid\"])}<\/span>\r\n              <span class=\"fs-tag\">${escapeHtml(item.Language)}<\/span>\r\n            <\/div>\r\n\r\n            <p class=\"fs-desc\">${escapeHtml(item.Description)}<\/p>\r\n\r\n            <div class=\"fs-work\">\r\n              <div class=\"fs-label\">Type of Work<\/div>\r\n              <p>${escapeHtml(item[\"Type of Work\"])}<\/p>\r\n              <a class=\"fs-open\" href=\"${escapeHtml(url)}\" target=\"_blank\" rel=\"noopener noreferrer\">Open Website \u2197<\/a>\r\n            <\/div>\r\n          <\/article>\r\n        `;\r\n      }\r\n\r\n\r\n\r\n      function getYouTubeId(input) {\r\n        const value = String(input || \"\").trim();\r\n        if (!value) return \"\";\r\n        const directId = value.match(\/^[a-zA-Z0-9_-]{11}$\/);\r\n        if (directId) return value;\r\n        const patterns = [\r\n          \/youtu\\.be\\\/([a-zA-Z0-9_-]{11})\/,\r\n          \/youtube\\.com\\\/watch\\?v=([a-zA-Z0-9_-]{11})\/,\r\n          \/youtube\\.com\\\/embed\\\/([a-zA-Z0-9_-]{11})\/,\r\n          \/youtube\\.com\\\/shorts\\\/([a-zA-Z0-9_-]{11})\/,\r\n          \/[?&]v=([a-zA-Z0-9_-]{11})\/\r\n        ];\r\n        for (const pattern of patterns) {\r\n          const match = value.match(pattern);\r\n          if (match && match[1]) return match[1];\r\n        }\r\n        return \"\";\r\n      }\r\n\r\n      function playTrainingVideo(video) {\r\n        if (!video || !video.videoId) return;\r\n        const embedUrl = \"https:\/\/www.youtube.com\/embed\/\" + encodeURIComponent(video.videoId) + \"?rel=0\";\r\n        const watchUrl = \"https:\/\/www.youtube.com\/watch?v=\" + encodeURIComponent(video.videoId);\r\n        player.src = embedUrl;\r\n        videoTitleEl.textContent = video.title || \"YouTube Training Video\";\r\n        videoDescEl.textContent = video.desc || \"Training video selected by user.\";\r\n        watchOnYouTube.href = watchUrl;\r\n        document.querySelectorAll(\"#freelance-studio-app .fs-video-item\").forEach(btn => {\r\n          btn.classList.toggle(\"active\", btn.getAttribute(\"data-video-id\") === video.videoId);\r\n        });\r\n      }\r\n\r\n      function renderTrainingVideos() {\r\n        const keyword = String(videoSearchInput.value || \"\").trim().toLowerCase();\r\n        const filteredVideos = trainingVideos.filter(video => {\r\n          const text = [video.title, video.category, video.level, video.desc].join(\" \").toLowerCase();\r\n          return !keyword || text.includes(keyword);\r\n        });\r\n        videoCountEl.textContent = filteredVideos.length + \" videos\";\r\n        trainingVideosEl.innerHTML = filteredVideos.map(video => `\r\n          <button type=\"button\" class=\"fs-video-item\" data-video-id=\"${escapeHtml(video.videoId)}\">\r\n            <strong>${escapeHtml(video.title)}<\/strong>\r\n            <span>${escapeHtml(video.category)} \u2022 ${escapeHtml(video.level)}<\/span>\r\n            <span>${escapeHtml(video.desc)}<\/span>\r\n          <\/button>\r\n        `).join(\"\") || '<div class=\"fs-empty\" style=\"display:block; padding:18px;\">No training video found. Try another keyword.<\/div>';\r\n\r\n        trainingVideosEl.querySelectorAll(\".fs-video-item\").forEach(btn => {\r\n          btn.addEventListener(\"click\", function () {\r\n            const videoId = this.getAttribute(\"data-video-id\");\r\n            const video = trainingVideos.find(item => item.videoId === videoId);\r\n            playTrainingVideo(video);\r\n          });\r\n        });\r\n      }\r\n\r\n      function loadPastedYouTubeVideo() {\r\n        const videoId = getYouTubeId(videoUrlInput.value);\r\n        if (!videoId) {\r\n          alert(\"Please paste a valid YouTube video URL or 11-character YouTube video ID.\");\r\n          return;\r\n        }\r\n        playTrainingVideo({\r\n          title: \"Custom YouTube Training Video\",\r\n          category: \"User Selected\",\r\n          level: \"Training\",\r\n          videoId: videoId,\r\n          desc: \"This video was loaded from the YouTube link pasted by the user.\"\r\n        });\r\n      }\r\n\r\n      function openYouTubeSearch() {\r\n        const keyword = (videoSearchInput.value || searchInput.value || \"freelancing training for beginners\").trim();\r\n        const url = \"https:\/\/www.youtube.com\/results?search_query=\" + encodeURIComponent(keyword);\r\n        window.open(url, \"_blank\", \"noopener,noreferrer\");\r\n      }\r\n\r\n      function render() {\r\n        const keyword = searchInput.value.trim().toLowerCase();\r\n        const category = categorySelect.value;\r\n        const pricing = pricingSelect.value;\r\n        const language = languageSelect.value;\r\n        const sortBy = sortSelect.value;\r\n\r\n        let filtered = websites.filter(item => {\r\n          const searchText = [\r\n            item.Name,\r\n            item.Link,\r\n            item.Category,\r\n            item[\"Free\/Paid\"],\r\n            item.Language,\r\n            item.Description,\r\n            item[\"Type of Work\"]\r\n          ].join(\" \").toLowerCase();\r\n\r\n          return (!keyword || searchText.includes(keyword)) &&\r\n                 (!category || item.Category === category) &&\r\n                 (!pricing || item[\"Free\/Paid\"] === pricing) &&\r\n                 (!language || item.Language === language);\r\n        });\r\n\r\n        filtered.sort((a, b) => {\r\n          if (sortBy === \"za\") return String(b.Name).localeCompare(String(a.Name));\r\n          if (sortBy === \"category\") return String(a.Category).localeCompare(String(b.Category)) || String(a.Name).localeCompare(String(b.Name));\r\n          return String(a.Name).localeCompare(String(b.Name));\r\n        });\r\n\r\n        grid.innerHTML = filtered.map(cardTemplate).join(\"\");\r\n        const count = filtered.length;\r\n        countEl.textContent = count;\r\n        visibleSitesEl.textContent = count;\r\n        empty.style.display = count ? \"none\" : \"block\";\r\n      }\r\n\r\n      fillSelect(categorySelect, uniqueValues(\"Category\"), \"All Categories\");\r\n      fillSelect(pricingSelect, uniqueValues(\"Free\/Paid\"), \"Free \/ Paid\");\r\n      fillSelect(languageSelect, uniqueValues(\"Language\"), \"All Languages\");\r\n\r\n      totalSitesEl.textContent = websites.length;\r\n      totalCategoriesEl.textContent = uniqueValues(\"Category\").length;\r\n\r\n      [searchInput, categorySelect, pricingSelect, languageSelect, sortSelect].forEach(el => {\r\n        el.addEventListener(\"input\", render);\r\n        el.addEventListener(\"change\", render);\r\n      });\r\n\r\n\r\n\r\n      videoSearchInput.addEventListener(\"input\", renderTrainingVideos);\r\n      loadVideoBtn.addEventListener(\"click\", loadPastedYouTubeVideo);\r\n      youtubeSearchBtn.addEventListener(\"click\", openYouTubeSearch);\r\n      copyVideoLinkBtn.addEventListener(\"click\", function () {\r\n        const link = watchOnYouTube.href;\r\n        if (navigator.clipboard && navigator.clipboard.writeText) {\r\n          navigator.clipboard.writeText(link).then(function () {\r\n            copyVideoLinkBtn.textContent = \"Copied\";\r\n            setTimeout(function () { copyVideoLinkBtn.textContent = \"Copy Link\"; }, 1200);\r\n          });\r\n        } else {\r\n          prompt(\"Copy this YouTube link:\", link);\r\n        }\r\n      });\r\n      renderTrainingVideos();\r\n      playTrainingVideo(trainingVideos[0]);\r\n\r\n      resetBtn.addEventListener(\"click\", function () {\r\n        searchInput.value = \"\";\r\n        categorySelect.value = \"\";\r\n        pricingSelect.value = \"\";\r\n        languageSelect.value = \"\";\r\n        sortSelect.value = \"az\";\r\n        render();\r\n      });\r\n\r\n      render();\r\n    })();\r\n  <\/script>\r\n<\/div>\t\t\t\t<\/div>\n\t\t\n<\/div>\n\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>\u26a1 Freelancing Website Studio Explore 281+ Freelancing Websites in One Smart Library Search, filter and open freelancing platforms by category, pricing model, language and type of work. Click any website card to open the platform in a new browser tab. 0Total websites 0Categories 0Currently shown All Categories Free \/ Paid All Languages Sort A to [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"elementor_canvas","meta":{"footnotes":""},"class_list":["post-560","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/vikassrivastava.in\/academy\/wp-json\/wp\/v2\/pages\/560","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/vikassrivastava.in\/academy\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/vikassrivastava.in\/academy\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/vikassrivastava.in\/academy\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/vikassrivastava.in\/academy\/wp-json\/wp\/v2\/comments?post=560"}],"version-history":[{"count":13,"href":"https:\/\/vikassrivastava.in\/academy\/wp-json\/wp\/v2\/pages\/560\/revisions"}],"predecessor-version":[{"id":625,"href":"https:\/\/vikassrivastava.in\/academy\/wp-json\/wp\/v2\/pages\/560\/revisions\/625"}],"wp:attachment":[{"href":"https:\/\/vikassrivastava.in\/academy\/wp-json\/wp\/v2\/media?parent=560"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}