大家好,我是青云!

我们在做 media buy亚马逊里面套利项目,可以利用联盟的api,去监测亚马逊的offer有没有失效。
如果不懂,直接拿着接口文档问ai,ai会完成给你一个监测软件!
附上部分的yp联盟和pb联盟的接口文档(在里面后台都有详细的接口文档):
| Summary | |
|---|---|
| You can use this API to pull merchant details, commission status and many more. | |
| Request Information | |
| URL: https://yeahpromos.com/index/getadvert/getadvert Return Format: JSON HTTP Request: GET application/x-www-form-urlencoded Request Limit: Ten Times Per Minute | |
| Request Information For Header | |
| Name | What do I fill in? |
| token | Your website token |
| Request Information For Get | |
| Name | What do I fill in? |
| site_id | Your website ID |
| elite | 0:no1:yes Default 0 |
| page | Default 1 |
| limit | Default 1000 |
| Return Parameters | |
| Name | Description |
| PageTotal | Total number of pages |
| PageNow | Current number of pages |
| Num | Total number of sales transactions |
| Limit | Maximum number of outputs per time |
| mid | id |
| merchant_name | merchant name |
| logo | merchant logo |
| avg_payout | avg payout |
| payout_unit | payout unit |
| rd | Return days |
| url | merchant url |
| country | country |
| transaction_type | transaction_type |
| tracking_url | tracking url |
| track | track |
| advert_status | 0:Offline merchants;1:Online merchants |
| is_deeplink | 0:No;1:Yes |
| status | status |
| merchant_status | merchant status msg |
| Result Code | |
| Return Code | Description |
| 100000 | Success |
| 100001 | Error |
pb联盟的接口文档:
https://app.partnerboost.com - Production server
Get Products API
post /api/datafeed/get_fba_products
This API allows you to filter and search for Amazon products that meet specific criteria, helping to narrow down the selection.
Parameters
Try it out
No parameters
Request body
application/json
Example Value
Schema
{
"token": "",
"page_size": 20,
"page": 1,
"default_filter": 0,
"country_code": "",
"brand_id": null,
"sort": "",
"asins": "",
"relationship": 1,
"is_original_currency": 0,
"has_promo_code": 0,
"has_acc": 0,
"filter_sexual_wellness": 0,
"uid": "",
"return_link": 0
}
Responses
Code Description Links
200
Successful operation
Media type
application/json
Controls Accept header.
Example Value
Schema
{
"status": {
"code": 0,
"msg": "success"
},
"data": {
"list": [
{
"product_id": "007d030d256e3e35774d65822f89c778",
"product_name": "Midea MERC07C4BAWW 7.0 Cubic Feet Chest Freezer Cu.ft-Convertible, White 7.0 Cu.ft-Convertible",
"image": "https://m.media-amazon.com/images/I/21iIQfKFRmL._SS500_.jpg",
"asin": "B0CQT26VCW",
"discount": "0%",
"discount_code": null,
"coupon": null,
"commission": "10%",
"category": "Appliances",
"subcategory": "Chest Freezers",
"parent_asin": "B0DK1Z5TLX",
"variant_asin": "B0CQT1JGQQ,B00MVVITWC,B0CQT2VXS8",
"availability": "IN_STOCK",
"rating": "4.4",
"reviews": "10196",
"url": "https://www.amazon.com/dp/B0CQT26VCW",
"brand_id": "90863",
"brand_name": "Midea_US",
"update_time": "2025-03-18",
"country_code": "US",
"relationship": 1,
"original_price": "$269.99",
"discount_price": "$269.99",
"currency": "USD",
"acc_commission": "23%",
"acc_start_date": "2025-07-15T00:00:00-07:00",
"acc_end_date": "2025-07-31T00:00:00-07:00",
"promo_code_list": [
{
"promotion_title": "MPC-S Percentage Off 2025/01/02 2-48-59-631",
"tracking_id": "PLM-1fe2b2df-333-111-222",
"promo_code": "Codes1",
"buyer_gets": "0.2",
"promo_code_start_time": "2025-04-09T10:00:00-07:00",
"promo_code_end_time": "2025-04-19T11:00:00-07:00",
"redemptions_per_customer": 1,
"can_combine_with_coupon": false,
"promotional_price": "$199.99"
}
],
"link_id": "75b8P4kCtki73yK2KFyGTEFtEqZLag48e9bYVbw74IsCP2zV543NVuF7PJIR0R3OAHYgVQfQNsyMa0csRRjtYQ_bkzzOYYsE_c",
"partnerboost_link": "https://short.test.partnerboost.com/m2Dbds9?uid=SSS34&uid2=sss23"
}
],
"has_more": true
}
}

