SAT Mexico 69-B EFOS Taxpayer Blacklist Scraper
Extract Mexico SAT Lista 69-B (EFOS) blacklist of taxpayers presumed or confirmed to issue fake invoices, or screen any RFC. Get RFC, name, status (Presunto, Definitivo, Desvirtuado, Sentencia Favorable), oficio numbers and DOF publication dates. Export JSON, CSV, Excel.
{ "rfc": "AAA120730823", "name": "ASESORES Y ADMINISTRADORES AGRICOLAS, S. DE R.…", "situacion": "Definitivo", "listed": true, "listNumber": 4, "presuncionOficio": "500-05-2016-38728 de fecha 16 de diciembre de …", "presuncionOficioNumber": "500-05-2016-38728", "satPublicationPresunto": "01/01/2017", "presuncionOficioDof": "500-05-2016-38728 de fecha 16 de diciembre de …" }
各実行で、型が揃ったきれいなレコードを返します。CRM・スプレッドシート・データベースにそのまま使えます。
- 結果ごとに 1 レコード、重複排除・正規化済み
- JSON・CSV・Excel の安定したスキーマ、または Apify API で読み取り
- クラウドで従量課金。インストールも保守も不要
実際の 1 レコード例。受け取る形そのままです。
| Rfc | Name | Situacion | Listed |
|---|---|---|---|
| AAA120730823 | ASESORES Y ADMINISTRADORES AGRICO… | Definitivo | true |
| XAXX010101000 | false |
{ "rfc": "AAA120730823", "name": "ASESORES Y ADMINISTRADORES AGRICOLAS, S. DE R.…", "situacion": "Definitivo", "listed": true, "listNumber": 4, "presuncionOficio": "500-05-2016-38728 de fecha 16 de diciembre de …", "presuncionOficioNumber": "500-05-2016-38728", "satPublicationPresunto": "01/01/2017", "presuncionOficioDof": "500-05-2016-38728 de fecha 16 de diciembre de …" }
よくある質問
Does this cover the whole SAT 69-B list for Mexico?
Yes. It reads the official complete SAT CSV (Listado Completo 69-B) directly, so a full dump returns every listed taxpayer, currently more than 14,000 records across all four status stages.
How do I check if a specific RFC is blacklisted?
Pass one or more RFCs in the input. Each listed RFC returns its full 69-B record, and each RFC that is not on the list returns a clean result with listed set to false, which is itself the screening answer you need.
What do the status values mean?
Presunto means SAT presumes the taxpayer issued fake invoices, Definitivo means it is confirmed, Desvirtuado means the taxpayer rebutted and cleared the presumption, and Sentencia Favorable means a court ruled in the taxpayer's favor.
Can I get only the confirmed offenders?
Yes. Use the status filter to return only Definitivo taxpayers, or any single stage, in full-dump mode. The filter is ignored when you screen specific RFCs.
Why are some oficio or date fields empty?
Each taxpayer only carries the stages it actually went through, so a Definitivo taxpayer that was never rebutted has empty desvirtuado fields. The scraper keeps those fields null rather than inventing values.