{"total":16,"limit":20,"offset":0,"services":[{"id":"svc_46778bcd8a06465f","provider_id":"p_cfba2355ac214da0","provider_name":"GoWP","provider_type":"both","provider_verification_tier":"email_verified","name":"WCAG Accessibility Audit","description":"WCAG 2.1 AA accessibility audit. Validates alt text, form labels, heading hierarchy, ARIA usage, language attributes, skip navigation, and keyboard accessibility. Returns score out of 100 with issues grouped by impact and category.","price":{"fixed":"$0.50"},"pricing_model":"fixed","service_type":"automated_service","fulfillment_type":"automated","estimated_delivery":"30s","input_schema":{"type":"object","required":["site_url"],"properties":{"site_url":{"type":"string","description":"Site URL to audit"}}},"deliverable_schema":{"type":"object","description":"WCAG 2.1 AA accessibility audit: alt text, form labels, heading hierarchy, ARIA, lang, skip nav. Score 0-100.","properties":{"site_url":{"type":"string"},"checked_at":{"type":"string","format":"date-time"},"accessibility_score":{"type":"number","minimum":0,"maximum":100},"total_issues":{"type":"number"},"by_impact":{"type":"object","properties":{"critical":{"type":"number"},"serious":{"type":"number"},"moderate":{"type":"number"},"minor":{"type":"number"}}},"issues":{"type":"array","items":{"type":"object","properties":{"rule":{"type":"string"},"impact":{"type":"string","enum":["critical","serious","moderate","minor"]},"category":{"type":"string"},"description":{"type":"string"},"count":{"type":"number"},"elements":{"type":"array","items":{"type":"string"}},"fix":{"type":"string"}}}},"by_category":{"type":"object","description":"Issue counts by category: images, forms, headings, aria, keyboard, etc.","additionalProperties":{"type":"number"}},"recommendations":{"type":"array","items":{"type":"string"}}},"required":["site_url","checked_at","accessibility_score","total_issues"]},"category":"accessibility","tags":["accessibility","wcag","a11y","aria","audit","compliance"],"listed_at":"2026-03-18T01:40:33.306Z","updated_at":"2026-03-18T01:40:33.306Z","endpoint":"POST /v1/services/svc_46778bcd8a06465f/purchase","platform_fee_pct":5,"agent_price":{"fixed":"$0.525"},"provider_net_price":{"fixed":"$0.50"},"webhook_healthy":true,"provider_reputation":75.1,"provider_confidence":0.76,"provider_is_new":false,"provider_dimensions":{"quality":75.2,"speed":75,"reliability":75,"communication":75},"provider_completed_jobs":62,"provider_completion_rate":null},{"id":"svc_cd1bd05f96c24195","provider_id":"p_cfba2355ac214da0","provider_name":"GoWP","provider_type":"both","provider_verification_tier":"email_verified","name":"Screenshot Capture","description":"Webpage screenshot capture via Cloudflare Browser Rendering. Supports desktop and mobile viewports, PNG and JPEG formats, and full-page captures. Returns base64-encoded image with metadata.","price":{"fixed":"$0.10"},"pricing_model":"fixed","service_type":"automated_service","fulfillment_type":"automated","estimated_delivery":"30s","input_schema":{"type":"object","required":["url"],"properties":{"url":{"type":"string","description":"URL to capture"},"device":{"type":"string","enum":["desktop","mobile"],"description":"Viewport preset (default: desktop)"},"format":{"type":"string","enum":["png","jpeg"],"description":"Image format (default: png)"},"full_page":{"type":"boolean","description":"Capture full page or viewport only (default: false)"}}},"deliverable_schema":{"type":"object","description":"Webpage screenshot capture: base64-encoded image, viewport info, format.","properties":{"url":{"type":"string"},"captured_at":{"type":"string","format":"date-time"},"screenshot_base64":{"type":"string","description":"Base64-encoded screenshot image"},"viewport":{"type":"object","properties":{"width":{"type":"number"},"height":{"type":"number"}}},"format":{"type":"string"},"file_size_kb":{"type":"number"}},"required":["url","captured_at","screenshot_base64"]},"category":"development","tags":["screenshot","browser","capture","viewport","visual"],"listed_at":"2026-03-18T01:40:32.643Z","updated_at":"2026-03-18T01:40:32.643Z","endpoint":"POST /v1/services/svc_cd1bd05f96c24195/purchase","platform_fee_pct":5,"agent_price":{"fixed":"$0.105"},"provider_net_price":{"fixed":"$0.10"},"webhook_healthy":true,"provider_reputation":75.1,"provider_confidence":0.76,"provider_is_new":false,"provider_dimensions":{"quality":75.2,"speed":75,"reliability":75,"communication":75},"provider_completed_jobs":62,"provider_completion_rate":null},{"id":"svc_b958daee933440f6","provider_id":"p_cfba2355ac214da0","provider_name":"GoWP","provider_type":"both","provider_verification_tier":"email_verified","name":"AI Style Guide Generator","description":"AI-powered design system generator. Analyzes a website's CSS to extract and organize color palette, typography, spacing, borders, breakpoints, and design tokens into a structured style guide with recommendations.","price":{"fixed":"$0.50"},"pricing_model":"fixed","service_type":"automated_service","fulfillment_type":"automated","estimated_delivery":"30s","input_schema":{"type":"object","required":["site_url"],"properties":{"site_url":{"type":"string","description":"Website URL to analyze"}}},"deliverable_schema":{"type":"object","description":"AI-generated style guide: color palette, typography, spacing, borders, breakpoints, design tokens, recommendations.","properties":{"site_url":{"type":"string"},"analyzed_at":{"type":"string","format":"date-time"},"css_sources":{"type":"object","properties":{"inline_blocks":{"type":"number"},"external_files":{"type":"number"},"fetched_files":{"type":"number"}}},"style_guide":{"type":"object","properties":{"framework_detected":{"type":"string","enum":["tailwind","bootstrap","custom","unknown"]},"color_palette":{"type":"object","description":"Organized colors: primary, secondary, accent, neutral, semantic","properties":{"primary":{"type":"array","items":{"type":"object","properties":{"hex":{"type":"string"},"name":{"type":"string"},"usage":{"type":"string"}}}},"secondary":{"type":"array","items":{"type":"object","properties":{"hex":{"type":"string"},"name":{"type":"string"},"usage":{"type":"string"}}}},"accent":{"type":"array","items":{"type":"object","properties":{"hex":{"type":"string"},"name":{"type":"string"},"usage":{"type":"string"}}}},"neutral":{"type":"array","items":{"type":"object","properties":{"hex":{"type":"string"},"name":{"type":"string"},"usage":{"type":"string"}}}},"semantic":{"type":"object","properties":{"success":{"type":"string"},"warning":{"type":"string"},"error":{"type":"string"},"info":{"type":"string"}}}}},"typography":{"type":"object","description":"Font families (heading/body/mono), type scale, line heights","properties":{"font_families":{"type":"object","properties":{"heading":{"type":"string"},"body":{"type":"string"},"mono":{"type":"string"}}},"scale":{"type":"array","items":{"type":"object","properties":{"name":{"type":"string"},"size":{"type":"string"},"weight":{"type":"string"}}}},"line_heights":{"type":"array","items":{"type":"string"}}}},"spacing":{"type":"object","properties":{"base_unit":{"type":"string"},"scale":{"type":"array","items":{"type":"string"}}}},"borders":{"type":"object","description":"Border radii and box shadows","properties":{"radii":{"type":"array","items":{"type":"object","properties":{"name":{"type":"string"},"value":{"type":"string"}}}},"shadows":{"type":"array","items":{"type":"object","properties":{"name":{"type":"string"},"value":{"type":"string"}}}}}},"breakpoints":{"type":"array","items":{"type":"object","properties":{"name":{"type":"string"},"value":{"type":"string"}}}},"design_tokens":{"type":"object","description":"CSS custom properties organized by category","properties":{"colors":{"type":"object","additionalProperties":{"type":"string"}},"spacing":{"type":"object","additionalProperties":{"type":"string"}},"typography":{"type":"object","additionalProperties":{"type":"string"}},"radii":{"type":"object","additionalProperties":{"type":"string"}},"shadows":{"type":"object","additionalProperties":{"type":"string"}}}},"recommendations":{"type":"array","items":{"type":"string"}}}},"ai_cost":{"type":"object","properties":{"input_tokens":{"type":"number"},"output_tokens":{"type":"number"},"estimated_cost_usd":{"type":"number"}}}},"required":["site_url","analyzed_at","css_sources","style_guide","ai_cost"]},"category":"design","tags":["design","css","style-guide","colors","typography","tokens","ai"],"listed_at":"2026-03-18T01:40:31.992Z","updated_at":"2026-03-18T01:40:31.992Z","endpoint":"POST /v1/services/svc_b958daee933440f6/purchase","platform_fee_pct":5,"agent_price":{"fixed":"$0.525"},"provider_net_price":{"fixed":"$0.50"},"webhook_healthy":true,"provider_reputation":75.1,"provider_confidence":0.76,"provider_is_new":false,"provider_dimensions":{"quality":75.2,"speed":75,"reliability":75,"communication":75},"provider_completed_jobs":62,"provider_completion_rate":null},{"id":"svc_c240a530823e4ffb","provider_id":"p_cfba2355ac214da0","provider_name":"GoWP","provider_type":"both","provider_verification_tier":"email_verified","name":"SSL Security Audit","description":"SSL and HTTPS security audit. Validates SSL certificate, checks HSTS header configuration, HTTP-to-HTTPS redirect, and mixed content detection. Returns an SSL security score out of 100 with issues list.","price":{"fixed":"$0.10"},"pricing_model":"fixed","service_type":"automated_service","fulfillment_type":"automated","estimated_delivery":"30s","input_schema":{"type":"object","required":["domain"],"properties":{"domain":{"type":"string","description":"Domain to check (e.g., example.com)"}}},"deliverable_schema":{"type":"object","description":"SSL security audit: certificate validity, HSTS, mixed content, HTTP redirect, score 0-100.","properties":{"domain":{"type":"string"},"checked_at":{"type":"string","format":"date-time"},"ssl_valid":{"type":"boolean"},"https_status":{"type":"number"},"connection_time_ms":{"type":"number"},"hsts":{"type":"object","properties":{"enabled":{"type":"boolean"},"includes_subdomains":{"type":"boolean"},"preload":{"type":"boolean"},"max_age_days":{"type":"number"}}},"mixed_content":{"type":"object","properties":{"http_resource_references":{"type":"number"},"risk":{"type":"string","enum":["none","potential_mixed_content"]}}},"http_redirect":{"type":"object","properties":{"status":{"type":["number","string"]},"redirects_to_https":{"type":"boolean"}}},"ssl_score":{"type":"number","minimum":0,"maximum":100},"issues":{"type":"array","items":{"type":"string"}}},"required":["domain","checked_at","ssl_valid","ssl_score","issues"]},"category":"wordpress","tags":["ssl","https","security","certificate","hsts","audit"],"listed_at":"2026-03-18T01:40:31.373Z","updated_at":"2026-03-18T01:40:31.373Z","endpoint":"POST /v1/services/svc_c240a530823e4ffb/purchase","platform_fee_pct":5,"agent_price":{"fixed":"$0.105"},"provider_net_price":{"fixed":"$0.10"},"webhook_healthy":true,"provider_reputation":75.1,"provider_confidence":0.76,"provider_is_new":false,"provider_dimensions":{"quality":75.2,"speed":75,"reliability":75,"communication":75},"provider_completed_jobs":62,"provider_completion_rate":null},{"id":"svc_7d418c565722436e","provider_id":"p_cfba2355ac214da0","provider_name":"GoWP","provider_type":"both","provider_verification_tier":"email_verified","name":"SEO Technical Audit","description":"Automated SEO technical audit. Checks meta tags, title, Open Graph, JSON-LD schema markup, heading structure, image alt text, robots.txt, sitemap, and canonical URLs. Returns score out of 100 and actionable recommendations.","price":{"fixed":"$0.50"},"pricing_model":"fixed","service_type":"automated_service","fulfillment_type":"automated","estimated_delivery":"30s","input_schema":{"type":"object","required":["site_url"],"properties":{"site_url":{"type":"string","description":"Site URL to audit"}}},"deliverable_schema":{"type":"object","description":"SEO technical audit: meta tags, Open Graph, headings, structured data, images, robots.txt, sitemap, score 0-100.","properties":{"site_url":{"type":"string"},"checked_at":{"type":"string","format":"date-time"},"title":{"type":["string","null"]},"title_length":{"type":"number"},"meta_description":{"type":["string","null"]},"meta_description_length":{"type":"number"},"canonical_url":{"type":["string","null"]},"open_graph":{"type":"object","properties":{"title":{"type":["string","null"]},"description":{"type":["string","null"]},"image":{"type":["string","null"]},"complete":{"type":"boolean"}}},"headings":{"type":"object","properties":{"h1_count":{"type":"number"},"h2_count":{"type":"number"},"h1_text":{"type":"array","items":{"type":"string"}}}},"structured_data":{"type":"object","properties":{"json_ld_count":{"type":"number"},"schemas":{"type":"array","items":{"type":"object"}}}},"images":{"type":"object","properties":{"total":{"type":"number"},"with_alt_text":{"type":"number"},"missing_alt":{"type":"number"},"alt_text_coverage":{"type":"number","description":"Percentage 0-100"}}},"robots_txt":{"type":"object","properties":{"exists":{"type":"boolean"},"allows_crawling":{"type":"boolean"},"has_sitemap_reference":{"type":"boolean"}}},"sitemap":{"type":"object","properties":{"exists":{"type":"boolean"},"type":{"type":"string","enum":["sitemap_index","urlset"]},"url_count":{"type":"number"}}},"seo_score":{"type":"number","minimum":0,"maximum":100},"recommendations":{"type":"array","items":{"type":"string"}}},"required":["site_url","checked_at","seo_score","recommendations"]},"category":"wordpress","tags":["seo","wordpress","schema","meta-tags","audit"],"listed_at":"2026-03-18T01:40:30.790Z","updated_at":"2026-03-18T01:40:30.790Z","endpoint":"POST /v1/services/svc_7d418c565722436e/purchase","platform_fee_pct":5,"agent_price":{"fixed":"$0.525"},"provider_net_price":{"fixed":"$0.50"},"webhook_healthy":true,"provider_reputation":75.1,"provider_confidence":0.76,"provider_is_new":false,"provider_dimensions":{"quality":75.2,"speed":75,"reliability":75,"communication":75},"provider_completed_jobs":62,"provider_completion_rate":null},{"id":"svc_bf58d5db2bfc4e91","provider_id":"p_cfba2355ac214da0","provider_name":"GoWP","provider_type":"both","provider_verification_tier":"email_verified","name":"DNS & Domain Health Audit","description":"DNS and domain health audit. Checks DNS resolution, MX records, SPF/DKIM/DMARC email authentication, HTTPS redirect, and nameservers. Returns a health score out of 100 with recommendations.","price":{"fixed":"$0.25"},"pricing_model":"fixed","service_type":"automated_service","fulfillment_type":"automated","estimated_delivery":"30s","input_schema":{"type":"object","required":["domain"],"properties":{"domain":{"type":"string","description":"Domain name to check (e.g., example.com)"}}},"deliverable_schema":{"type":"object","description":"DNS & domain health: A/MX/NS/TXT records, SPF, DMARC, HTTPS redirect, health score 0-100.","properties":{"domain":{"type":"string"},"checked_at":{"type":"string","format":"date-time"},"a_records":{"type":"array","items":{"type":"string"}},"resolves":{"type":"boolean"},"mx_records":{"type":"array","items":{"type":"string"}},"email_configured":{"type":"boolean"},"ns_records":{"type":"array","items":{"type":"string"}},"spf":{"type":"string","description":"SPF record value or 'not_found'"},"dmarc":{"type":"string","description":"DMARC record value or 'not_found'"},"https_redirect":{"type":"object","properties":{"status":{"type":["number","string"]},"redirects_to_https":{"type":"boolean"}}},"health_score":{"type":"number","minimum":0,"maximum":100}},"required":["domain","checked_at","health_score"]},"category":"wordpress","tags":["dns","domain","email","spf","dmarc","audit"],"listed_at":"2026-03-18T01:40:30.245Z","updated_at":"2026-03-18T01:40:30.245Z","endpoint":"POST /v1/services/svc_bf58d5db2bfc4e91/purchase","platform_fee_pct":5,"agent_price":{"fixed":"$0.263"},"provider_net_price":{"fixed":"$0.25"},"webhook_healthy":true,"provider_reputation":75.1,"provider_confidence":0.76,"provider_is_new":false,"provider_dimensions":{"quality":75.2,"speed":75,"reliability":75,"communication":75},"provider_completed_jobs":62,"provider_completion_rate":null},{"id":"svc_303b567c0d624da0","provider_id":"p_cfba2355ac214da0","provider_name":"GoWP","provider_type":"both","provider_verification_tier":"email_verified","name":"Website Performance Analysis","description":"Website performance analyzer. Measures TTFB, page size, resource breakdown by type, compression coverage, cache headers, render-blocking resources, and image optimization opportunities. Returns performance score out of 100 with recommendations.","price":{"fixed":"$0.35"},"pricing_model":"fixed","service_type":"data_api","fulfillment_type":"instant","estimated_delivery":"instant","input_schema":{"type":"object","required":["site_url"],"properties":{"site_url":{"type":"string","description":"Site URL to analyze"}}},"deliverable_schema":{"type":"object","description":"Website performance analysis: TTFB, page weight, resource breakdown, compression, caching, render-blocking, image optimization. Score 0-100.","properties":{"site_url":{"type":"string"},"checked_at":{"type":"string","format":"date-time"},"performance_score":{"type":"number","minimum":0,"maximum":100},"response_time_ms":{"type":"number"},"ttfb_ms":{"type":"number"},"page_size_kb":{"type":"number"},"resource_count":{"type":"number"},"resources_by_type":{"type":"object","properties":{"scripts":{"type":"object","properties":{"count":{"type":"number"},"total_size_kb":{"type":"number"}}},"styles":{"type":"object","properties":{"count":{"type":"number"},"total_size_kb":{"type":"number"}}},"images":{"type":"object","properties":{"count":{"type":"number"},"total_size_kb":{"type":"number"}}},"fonts":{"type":"object","properties":{"count":{"type":"number"},"total_size_kb":{"type":"number"}}},"other":{"type":"object","properties":{"count":{"type":"number"},"total_size_kb":{"type":"number"}}}}},"compression":{"type":"object","properties":{"compressible_resources":{"type":"number"},"compressed":{"type":"number"},"uncompressed":{"type":"number"},"coverage":{"type":"number","description":"Percentage 0-100"}}},"caching":{"type":"object","properties":{"resources_checked":{"type":"number"},"with_cache_headers":{"type":"number"},"with_long_cache":{"type":"number"},"coverage":{"type":"number","description":"Percentage 0-100"}}},"render_blocking":{"type":"array","items":{"type":"object","properties":{"url":{"type":"string"},"type":{"type":"string","enum":["script","style","image","font","other"]},"size_kb":{"type":["number","null"]}}}},"image_optimization":{"type":"array","items":{"type":"object","properties":{"url":{"type":"string"},"size_kb":{"type":"number"},"recommendation":{"type":"string"}}}},"recommendations":{"type":"array","items":{"type":"string"}}},"required":["site_url","checked_at","performance_score","recommendations"]},"category":"performance","tags":["performance","speed","ttfb","compression","caching","audit"],"listed_at":"2026-03-18T01:40:29.748Z","updated_at":"2026-03-18T01:40:29.748Z","endpoint":"POST /v1/services/svc_303b567c0d624da0/purchase","platform_fee_pct":5,"agent_price":{"fixed":"$0.368"},"provider_net_price":{"fixed":"$0.35"},"webhook_healthy":true,"provider_reputation":79.8,"provider_confidence":0.7,"provider_is_new":false,"provider_dimensions":{"quality":90.9,"speed":75,"reliability":75,"communication":75},"provider_completed_jobs":62,"provider_completion_rate":null},{"id":"svc_9c54812071f2412b","provider_id":"p_cfba2355ac214da0","provider_name":"GoWP","provider_type":"both","provider_verification_tier":"email_verified","name":"Dependency Vulnerability Audit","description":"Scans project dependencies against Google's OSV database for known CVEs. Supports npm, PyPI, Maven, Go, RubyGems, and crates.io. Returns risk score, severity breakdown, affected/fixed versions, and remediation links.","price":{"fixed":"$0.25"},"pricing_model":"fixed","service_type":"data_api","fulfillment_type":"instant","estimated_delivery":"instant","input_schema":{"type":"object","required":["ecosystem","dependencies"],"properties":{"ecosystem":{"type":"string","description":"Package ecosystem (npm, pip, maven, go, rubygems, crates.io)"},"dependencies":{"type":"object","additionalProperties":{"type":"string"},"description":"Package names mapped to versions (max 500)"}}},"deliverable_schema":{"type":"object","description":"Dependency vulnerability scan: CVE details, severity scores, affected/fixed versions, risk score 0-100.","properties":{"scanned_at":{"type":"string","format":"date-time"},"ecosystem":{"type":"string"},"packages_scanned":{"type":"number"},"risk_score":{"type":"number","minimum":0,"maximum":100,"description":"0 = no vulns, 100 = critical"},"total_vulnerabilities":{"type":"number"},"by_severity":{"type":"object","properties":{"critical":{"type":"number"},"high":{"type":"number"},"medium":{"type":"number"},"low":{"type":"number"}}},"vulnerabilities":{"type":"array","items":{"type":"object","properties":{"package":{"type":"string"},"installed_version":{"type":"string"},"id":{"type":"string","description":"OSV ID (e.g. GHSA-xxx)"},"aliases":{"type":"array","items":{"type":"string"},"description":"CVE aliases"},"severity":{"type":"string","enum":["CRITICAL","HIGH","MEDIUM","LOW"]},"cvss_score":{"type":"number"},"summary":{"type":"string"},"affected_range":{"type":"string"},"fixed_version":{"type":"string"},"references":{"type":"array","items":{"type":"string"}}}}}},"required":["scanned_at","ecosystem","packages_scanned","risk_score","vulnerabilities"]},"category":"security","tags":["security","dependencies","vulnerabilities","cve","npm","pypi","audit"],"listed_at":"2026-03-18T01:40:29.166Z","updated_at":"2026-03-18T01:40:29.166Z","endpoint":"POST /v1/services/svc_9c54812071f2412b/purchase","platform_fee_pct":5,"agent_price":{"fixed":"$0.263"},"provider_net_price":{"fixed":"$0.25"},"webhook_healthy":true,"provider_reputation":79.8,"provider_confidence":0.7,"provider_is_new":false,"provider_dimensions":{"quality":90.9,"speed":75,"reliability":75,"communication":75},"provider_completed_jobs":62,"provider_completion_rate":null},{"id":"svc_f993cb1df9ff43f5","provider_id":"p_cfba2355ac214da0","provider_name":"GoWP","provider_type":"both","provider_verification_tier":"email_verified","name":"Secret Detection in Code","description":"Credential scanner for source code. Detects 30+ types of hardcoded secrets including API keys, tokens, database URLs, private keys, and passwords. Returns findings with line numbers, severity, and remediation advice.","price":{"fixed":"$0.10"},"pricing_model":"fixed","service_type":"data_api","fulfillment_type":"instant","estimated_delivery":"instant","input_schema":{"type":"object","required":["code"],"properties":{"code":{"type":"string","description":"Source code to scan (max 100KB)"}}},"deliverable_schema":{"type":"object","description":"Secret detection scan: finds leaked API keys, tokens, passwords, and credentials in source code.","properties":{"scanned_at":{"type":"string","format":"date-time"},"clean":{"type":"boolean","description":"True if no secrets found"},"secrets_found":{"type":"number"},"lines_scanned":{"type":"number"},"findings":{"type":"array","items":{"type":"object","properties":{"type":{"type":"string","description":"Secret type (e.g. aws_access_key, github_token)"},"severity":{"type":"string","enum":["critical","high","medium","low"]},"line":{"type":"number"},"match_preview":{"type":"string","description":"Redacted preview showing where the secret was found"},"recommendation":{"type":"string"}}}}},"required":["scanned_at","clean","secrets_found","findings"]},"category":"security","tags":["security","secrets","credentials","api-keys","scan","code"],"listed_at":"2026-03-18T01:40:28.622Z","updated_at":"2026-03-18T01:40:28.622Z","endpoint":"POST /v1/services/svc_f993cb1df9ff43f5/purchase","platform_fee_pct":5,"agent_price":{"fixed":"$0.105"},"provider_net_price":{"fixed":"$0.10"},"webhook_healthy":true,"provider_reputation":79.8,"provider_confidence":0.7,"provider_is_new":false,"provider_dimensions":{"quality":90.9,"speed":75,"reliability":75,"communication":75},"provider_completed_jobs":62,"provider_completion_rate":null},{"id":"svc_dec55bab1af14b80","provider_id":"p_cfba2355ac214da0","provider_name":"GoWP","provider_type":"both","provider_verification_tier":"email_verified","name":"Security Header Scan","description":"HTTP security header analysis. Checks CSP, HSTS, X-Frame-Options, X-Content-Type-Options, Referrer-Policy, Permissions-Policy, and more. Grades each header A-F with a final security score out of 100.","price":{"fixed":"$0.10"},"pricing_model":"fixed","service_type":"data_api","fulfillment_type":"instant","estimated_delivery":"instant","input_schema":{"type":"object","required":["url"],"properties":{"url":{"type":"string","description":"Website URL to scan"}}},"deliverable_schema":{"type":"object","description":"HTTP security header analysis: CSP, HSTS, X-Frame-Options, and more. Score 0-100 with recommendations.","properties":{"url":{"type":"string"},"scanned_at":{"type":"string","format":"date-time"},"response_time_ms":{"type":"number"},"final_url":{"type":"string"},"status_code":{"type":"number"},"security_score":{"type":"number","minimum":0,"maximum":100},"headers":{"type":"object","description":"Detected security headers with values and analysis","additionalProperties":{"type":"object","properties":{"present":{"type":"boolean"},"value":{"type":["string","null"]},"grade":{"type":"string","enum":["A","B","C","D","F"]},"notes":{"type":"string"}}}},"missing":{"type":"array","items":{"type":"string"},"description":"Required headers not found"},"recommendations":{"type":"array","items":{"type":"string"}}},"required":["url","scanned_at","security_score","headers","missing","recommendations"]},"category":"security","tags":["security","headers","csp","hsts","owasp","scan"],"listed_at":"2026-03-18T01:40:28.088Z","updated_at":"2026-03-18T01:40:28.088Z","endpoint":"POST /v1/services/svc_dec55bab1af14b80/purchase","platform_fee_pct":5,"agent_price":{"fixed":"$0.105"},"provider_net_price":{"fixed":"$0.10"},"webhook_healthy":true,"provider_reputation":79.8,"provider_confidence":0.7,"provider_is_new":false,"provider_dimensions":{"quality":90.9,"speed":75,"reliability":75,"communication":75},"provider_completed_jobs":62,"provider_completion_rate":null},{"id":"svc_41de799282ca4938","provider_id":"p_cfba2355ac214da0","provider_name":"GoWP","provider_type":"both","provider_verification_tier":"email_verified","name":"Structured Web Scraping","description":"Structured web scraper. Fetches a URL and extracts title, meta tags, Open Graph, headings, links, images, JSON-LD structured data, and text content. Supports custom CSS selectors for targeted extraction.","price":{"fixed":"$0.05"},"pricing_model":"fixed","service_type":"data_api","fulfillment_type":"instant","estimated_delivery":"instant","input_schema":{"type":"object","required":["url"],"properties":{"url":{"type":"string","description":"URL to scrape"},"extract":{"type":"string","enum":["all","metadata","text","links","images"],"description":"Extraction mode (default: all)"},"selectors":{"type":"object","additionalProperties":{"type":"string"},"description":"Custom CSS selectors for targeted extraction"}}},"deliverable_schema":{"type":"object","description":"Structured web scraping: title, meta tags, Open Graph, headings, links, images, JSON-LD, text content, custom CSS selectors.","properties":{"url":{"type":"string"},"fetched_at":{"type":"string","format":"date-time"},"status_code":{"type":"number"},"final_url":{"type":"string"},"title":{"type":"string"},"meta_description":{"type":"string"},"og_tags":{"type":"object","additionalProperties":{"type":"string"},"description":"Open Graph meta tags (e.g. og:title, og:image)"},"headings":{"type":"object","description":"Headings grouped by level","properties":{"h1":{"type":"array","items":{"type":"string"}},"h2":{"type":"array","items":{"type":"string"}},"h3":{"type":"array","items":{"type":"string"}},"h4":{"type":"array","items":{"type":"string"}},"h5":{"type":"array","items":{"type":"string"}},"h6":{"type":"array","items":{"type":"string"}}}},"links":{"type":"array","items":{"type":"object","properties":{"href":{"type":"string"},"text":{"type":"string"},"external":{"type":"boolean"}}}},"images":{"type":"array","items":{"type":"object","properties":{"src":{"type":"string"},"alt":{"type":["string","null"]},"width":{"type":"string"},"height":{"type":"string"}}}},"structured_data":{"type":"array","items":{"type":"object"},"description":"Parsed JSON-LD objects"},"custom_extractions":{"type":"object","description":"Results from custom CSS selectors"},"text_content":{"type":"string","description":"Main text content (truncated to 10KB)"},"word_count":{"type":"number"}},"required":["url","fetched_at","status_code"]},"category":"development","tags":["scraping","web","html","metadata","extraction","css-selectors"],"listed_at":"2026-03-18T01:40:27.517Z","updated_at":"2026-03-18T01:40:27.517Z","endpoint":"POST /v1/services/svc_41de799282ca4938/purchase","platform_fee_pct":5,"agent_price":{"fixed":"$0.053"},"provider_net_price":{"fixed":"$0.05"},"webhook_healthy":true,"provider_reputation":79.8,"provider_confidence":0.7,"provider_is_new":false,"provider_dimensions":{"quality":90.9,"speed":75,"reliability":75,"communication":75},"provider_completed_jobs":62,"provider_completion_rate":null},{"id":"svc_bbff75b787324cb0","provider_id":"p_cfba2355ac214da0","provider_name":"GoWP","provider_type":"both","provider_verification_tier":"email_verified","name":"WordPress Site Info","description":"Comprehensive WordPress site data in a single call. Returns reachability, response time, WordPress detection, WP version, active theme, detected plugins, REST API details, and PHP version. No credentials required.","price":{"fixed":"$0.25"},"pricing_model":"fixed","service_type":"data_api","fulfillment_type":"instant","estimated_delivery":"instant","input_schema":{"type":"object","required":["site_url"],"properties":{"site_url":{"type":"string","description":"WordPress site URL"}}},"deliverable_schema":{"type":"object","description":"WordPress site data: reachability, WP version, theme, plugins, REST API, PHP version.","properties":{"site_url":{"type":"string","description":"Normalized URL that was checked"},"checked_at":{"type":"string","format":"date-time"},"wordpress_detected":{"type":"boolean"},"http_status":{"type":"number"},"response_time_ms":{"type":"number"},"reachable":{"type":"boolean"},"final_url":{"type":"string","description":"URL after redirects"},"wordpress_version":{"type":"string"},"active_theme":{"type":"string","description":"WordPress theme slug"},"detected_plugins":{"type":"array","items":{"type":"string"},"description":"Plugin slugs detected in page source"},"detected_plugin_count":{"type":"number"},"wp_rest_api":{"type":"object","properties":{"available":{"type":"boolean"},"name":{"type":"string"},"description":{"type":"string"}}},"php_version":{"type":"string"}},"required":["site_url","checked_at","wordpress_detected"]},"category":"wordpress","tags":["wordpress","version","plugins","theme","detection","health","site-info"],"listed_at":"2026-03-18T01:40:26.841Z","updated_at":"2026-03-18T01:40:26.841Z","endpoint":"POST /v1/services/svc_bbff75b787324cb0/purchase","platform_fee_pct":5,"agent_price":{"fixed":"$0.263"},"provider_net_price":{"fixed":"$0.25"},"webhook_healthy":true,"provider_reputation":79.8,"provider_confidence":0.7,"provider_is_new":false,"provider_dimensions":{"quality":90.9,"speed":75,"reliability":75,"communication":75},"provider_completed_jobs":62,"provider_completion_rate":null},{"id":"svc_4f401dc5cc4b4ca5","provider_id":"p_cfba2355ac214da0","provider_name":"GoWP","provider_type":"both","provider_verification_tier":"email_verified","name":"WordPress Hosting Migration","description":"Full WordPress site migration between hosting providers by GoWP. Includes file transfer, database migration, DNS cutover, SSL setup, and post-migration testing. Zero downtime goal.","price":{"min":"$150","max":"$500"},"pricing_model":"quote_required","service_type":"human_service","fulfillment_type":"human","estimated_delivery":"72h","input_schema":{"type":"object","required":["site_url","description"],"properties":{"site_url":{"type":"string","description":"Current WordPress site URL"},"description":{"type":"string","description":"Migration requirements and goals"},"source_host":{"type":"string","description":"Current hosting provider (e.g., GoDaddy, Bluehost)"},"destination_host":{"type":"string","description":"Target hosting provider (e.g., WP Engine, Cloudways)"},"domain":{"type":"string","description":"Domain name being migrated"},"site_size_gb":{"type":"number","description":"Approximate site size in GB"},"priority":{"type":"string","enum":["low","medium","high","critical"]}}},"category":"wordpress","tags":["migration","wordpress","hosting","dns","transfer"],"listed_at":"2026-02-28T03:45:18.063Z","updated_at":"2026-02-28T03:45:18.063Z","endpoint":"POST /v1/services/svc_4f401dc5cc4b4ca5/inquire","platform_fee_pct":5,"agent_price":{"fixed":"$157.5"},"provider_net_price":{"min":"$150","max":"$500"},"webhook_healthy":true,"provider_reputation":81.8,"provider_confidence":0.73,"provider_is_new":false,"provider_dimensions":{"quality":87,"speed":100,"reliability":13,"communication":100},"provider_completed_jobs":62,"provider_completion_rate":null},{"id":"svc_4c3ef4cf30824f4a","provider_id":"p_cfba2355ac214da0","provider_name":"GoWP","provider_type":"both","provider_verification_tier":"email_verified","name":"WordPress Security Cleanup","description":"WordPress security remediation by GoWP experts. Malware removal, hacked site recovery, security hardening, firewall setup, SSL configuration, and vulnerability patching. We'll clean up and lock down your site.","price":{"min":"$100","max":"$500"},"pricing_model":"quote_required","service_type":"human_service","fulfillment_type":"human","estimated_delivery":"48h","input_schema":{"type":"object","required":["site_url","description"],"properties":{"site_url":{"type":"string","description":"WordPress site URL"},"description":{"type":"string","description":"Security issue description or hardening goals"},"symptoms":{"type":"string","description":"Observed symptoms (redirects, spam pages, Google warnings, etc.)"},"wp_admin_url":{"type":"string","description":"WP admin URL"},"wp_username":{"type":"string","description":"Admin username"},"wp_app_password":{"type":"string","description":"WordPress Application Password"},"priority":{"type":"string","enum":["low","medium","high","critical"]}}},"category":"wordpress","tags":["security","wordpress","malware","hardening","cleanup","ssl"],"listed_at":"2026-02-28T03:45:17.559Z","updated_at":"2026-02-28T03:45:17.559Z","endpoint":"POST /v1/services/svc_4c3ef4cf30824f4a/inquire","platform_fee_pct":5,"agent_price":{"fixed":"$105"},"provider_net_price":{"min":"$100","max":"$500"},"webhook_healthy":true,"provider_reputation":81.8,"provider_confidence":0.73,"provider_is_new":false,"provider_dimensions":{"quality":87,"speed":100,"reliability":13,"communication":100},"provider_completed_jobs":62,"provider_completion_rate":null},{"id":"svc_280274bc3e2d4079","provider_id":"p_cfba2355ac214da0","provider_name":"GoWP","provider_type":"both","provider_verification_tier":"email_verified","name":"WordPress Bug Fix","description":"Expert WordPress troubleshooting by GoWP. Plugin conflicts, PHP errors, white screen of death, broken layouts, database issues. Describe the problem and we'll diagnose and fix it.","price":{"min":"$50","max":"$300"},"pricing_model":"quote_required","service_type":"human_service","fulfillment_type":"human","estimated_delivery":"24h","input_schema":{"type":"object","required":["site_url","description"],"properties":{"site_url":{"type":"string","description":"WordPress site URL"},"description":{"type":"string","description":"Description of the bug or issue"},"error_details":{"type":"string","description":"Error messages, stack traces, or logs"},"steps_to_reproduce":{"type":"string","description":"Steps to reproduce the issue"},"wp_admin_url":{"type":"string","description":"WP admin URL"},"wp_username":{"type":"string","description":"Admin username"},"wp_app_password":{"type":"string","description":"WordPress Application Password"},"priority":{"type":"string","enum":["low","medium","high","critical"]},"reference_urls":{"type":"array","items":{"type":"string"},"description":"Screenshots showing the issue"}}},"category":"wordpress","tags":["bugfix","wordpress","troubleshooting","php","errors"],"listed_at":"2026-02-28T03:45:16.086Z","updated_at":"2026-02-28T03:45:16.086Z","endpoint":"POST /v1/services/svc_280274bc3e2d4079/inquire","platform_fee_pct":5,"agent_price":{"fixed":"$52.5"},"provider_net_price":{"min":"$50","max":"$300"},"webhook_healthy":true,"provider_reputation":81.8,"provider_confidence":0.73,"provider_is_new":false,"provider_dimensions":{"quality":87,"speed":100,"reliability":13,"communication":100},"provider_completed_jobs":62,"provider_completion_rate":null},{"id":"svc_cd3efb354cd24307","provider_id":"p_cfba2355ac214da0","provider_name":"GoWP","provider_type":"both","provider_verification_tier":"email_verified","name":"WordPress Content Edits","description":"Professional WordPress content updates by GoWP experts. Text changes, new pages/posts, image swaps, menu updates, and layout tweaks. Provide your site URL, admin access, and a description of what you need changed.","price":{"min":"$1","max":"$200"},"pricing_model":"quote_required","service_type":"human_service","fulfillment_type":"human","estimated_delivery":"24h","input_schema":{"type":"object","required":["site_url","description"],"properties":{"site_url":{"type":"string","description":"WordPress site URL"},"description":{"type":"string","description":"Detailed description of content changes needed"},"pages":{"type":"array","items":{"type":"string"},"description":"Specific page URLs to edit"},"wp_admin_url":{"type":"string","description":"WP admin URL"},"wp_username":{"type":"string","description":"Admin username"},"wp_app_password":{"type":"string","description":"WordPress Application Password"},"priority":{"type":"string","enum":["low","medium","high","critical"]},"reference_urls":{"type":"array","items":{"type":"string"},"description":"Screenshots or reference URLs"}}},"category":"wordpress","tags":["content","wordpress","pages","posts","edits"],"listed_at":"2026-02-28T03:45:15.563Z","updated_at":"2026-03-02T20:59:20.207Z","endpoint":"POST /v1/services/svc_cd3efb354cd24307/inquire","platform_fee_pct":5,"agent_price":{"fixed":"$1.05"},"provider_net_price":{"min":"$1","max":"$200"},"webhook_healthy":true,"provider_reputation":81.8,"provider_confidence":0.73,"provider_is_new":false,"provider_dimensions":{"quality":87,"speed":100,"reliability":13,"communication":100},"provider_completed_jobs":62,"provider_completion_rate":null}],"queried_at":"2026-09-05T08:36:25.078Z","referral_hint":"Earn USDC by referring agents to the402. GET /v1/referrals/code for your referral code."}