Address Jigging Detection
# Address Jigging Detection API ## Overview Detect jigged addresses and prevent return fraud, payment fraud, and promo abuse. In all these scams, fraudsters typically alter ("jig") their shipping address to avoid detection. This API assesses structural address integrity and provides a probability that can be used in other systems. It also provides a best guess for the clean, non-jigged address.…
Address Jigging Detection endpoints
| Method | Endpoint | Description |
|---|---|---|
| Score | ||
| POST |
Get Jig Probability /score |
Asynchronously retrieves the jig probability of a given address. Parameters: address (Address): The address to assess the probability for. api_key (str): The RapidAPI proxy… |
| Health | ||
| GET |
Ping /ping |
Ping the server to check if it is running. Parameters: api_key (str): The RapidAPI proxy secret key (automatically provided by RapidAPI). Returns: dict: A dictionary containing… |
Address Jigging Detection pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | 1 / second |
|
| PRO | $20 / month | 200 / minute |
|
| ULTRA | $100 / month | 1000 / minute |
|
| MEGA | $500 / month | 6000 / minute |
|