{"openapi":"3.1.0","info":{"title":"Facebook","version":"1.0.0","description":"Facebook on PayWeave — 1 discoverable paid endpoint.","contact":{"email":"support@payweave.app"},"x-guidance":"Facebook on PayWeave — 1 discoverable paid endpoint.\nEach endpoint takes a JSON request and returns either a 200 with the result or a 402 Payment Required challenge (MPP / x402). Pricing is fixed per endpoint in USD; the per-operation `x-payment-info` block carries the exact challenge metadata (price, accepted protocols, payment realm).\nFor per-endpoint schemas, examples, and detailed usage, fetch https://api.payweave.app/app/app_lezbhyhpn2d8scn62unn3hr7/skill.md or `<this-origin>/<path>/skill.md` for a single endpoint."},"servers":[{"url":"https://facebook.payweave.services"}],"paths":{"/posts":{"post":{"summary":"Facebook: Page Posts","description":"Get recent posts from a public Facebook Page. Body: { \"pageUrl\": \"https://www.facebook.com/pagename/\", \"limit\": 20 }. Price scales with `limit` (max 100).","x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.003000"},"protocols":[{"mpp":{"method":"tempo","intent":"charge","currency":"0x20c000000000000000000000b9537d11c60e8b50","network":"eip155:4217","amount":"3000"}},{"mpp":{"method":"solana","intent":"charge","currency":"EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v","network":"solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp","amount":"3000"}},{"x402":{"scheme":"exact","network":"eip155:8453","currency":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","amount":"3000","extra":{"name":"USD Coin","version":"2"}}},{"x402":{"scheme":"exact","network":"solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp","currency":"EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v","amount":"3000"}}],"description":"Get recent posts from a public Facebook Page. Body: { \"pageUrl\": \"https://www.facebook.com/pagename/\", \"limit\": 20 }. Price scales with `limit` (max 100)."},"responses":{"200":{"description":"Successful response","content":{"application/json":{"schema":{"type":"array","description":"Facebook post objects forwarded verbatim from Apify."}}}},"402":{"description":"Payment Required"}},"requestBody":{"content":{"application/json":{"schema":{"type":"object","properties":{"pageUrl":{"type":"string","description":"Public Facebook Page URL, e.g. https://www.facebook.com/pagename/"},"limit":{"type":"integer","minimum":1,"maximum":100,"description":"Number of posts to return (default 20, max 100). Price scales with this value."}},"required":["pageUrl"]}}}}}}}}