[ Hidden Content! ]
The Goal: Capturing account metadata (Expiry, Payment Method, Points) from API responses that standard "Left/Right" parsing can't handle.
The Workflow:
The Workflow:
- The Request: Target the account's
orCode:/billing
endpoint.Code:/user
- The Parse: Choose
instead ofCode:JSON
.Code:LR
- Selector Syntax: Use the dot notation to reach deep data.
- Path:
Code:$.data.subscriptions[0].expiry_date
- Path:
- Fallback Logic: Use the "Is Not Empty" check. If the JSON key is missing, have the bot mark it as "No Active Sub" instead of failing.









![[Image: kwi6yAD.gif]](https://patched.to/pbb-proxy/UUNCQ0JeTUoNGVgIBhBLGwVYDxhTR1ADSnIlHgFZUA--/kwi6yAD.gif?t=1771681490)