<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: flusnot</title>
    <description>The latest articles on DEV Community by flusnot (@flusnot).</description>
    <link>https://dev.to/flusnot</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F3879991%2F38f9a204-5492-4ffd-98b6-a13e359f6b0d.png</url>
      <title>DEV Community: flusnot</title>
      <link>https://dev.to/flusnot</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/flusnot"/>
    <language>en</language>
    <item>
      <title>I built a fake review detector API because I got tired of not being able to trust product reviews</title>
      <dc:creator>flusnot</dc:creator>
      <pubDate>Wed, 15 Apr 2026 07:51:10 +0000</pubDate>
      <link>https://dev.to/flusnot/i-built-a-fake-review-detector-api-because-i-got-tired-of-not-being-able-to-trust-product-reviews-3fhe</link>
      <guid>https://dev.to/flusnot/i-built-a-fake-review-detector-api-because-i-got-tired-of-not-being-able-to-trust-product-reviews-3fhe</guid>
      <description>&lt;p&gt;Fake reviews are everywhere. Anyone who's bought something online has probably been burned by them at some point — a product with 500 five star reviews that turns out to be garbage.&lt;/p&gt;

&lt;p&gt;I wanted a programmatic way to flag them so I built an API that does it.&lt;/p&gt;

&lt;p&gt;Send it any review text and it comes back with a fake score from 0-100, a verdict of genuine, suspicious, or likely fake, and up to three reasons why it flagged it.&lt;/p&gt;

&lt;p&gt;It catches things like overly enthusiastic language, disclosure of free products, vague non-specific praise, and other patterns that show up consistently in incentivized or fake reviews.&lt;/p&gt;

&lt;p&gt;Useful if you're building a marketplace, running a review platform, or just want to sanity check reviews before trusting them.&lt;/p&gt;

&lt;p&gt;Listed it on RapidAPI with a free tier if you want to try it: &lt;a href="https://rapidapi.com/flusnot/api/fake-review-detector1" rel="noopener noreferrer"&gt;https://rapidapi.com/flusnot/api/fake-review-detector1&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Built it in a day. Happy to answer any questions.&lt;/p&gt;

</description>
      <category>api</category>
      <category>webdev</category>
      <category>javascript</category>
      <category>node</category>
    </item>
    <item>
      <title>How I built a phone number reputation API in a weekend (and listed it for sale)</title>
      <dc:creator>flusnot</dc:creator>
      <pubDate>Wed, 15 Apr 2026 07:49:42 +0000</pubDate>
      <link>https://dev.to/flusnot/how-i-built-a-phone-number-reputation-api-in-a-weekend-and-listed-it-for-sale-5bpk</link>
      <guid>https://dev.to/flusnot/how-i-built-a-phone-number-reputation-api-in-a-weekend-and-listed-it-for-sale-5bpk</guid>
      <description>&lt;p&gt;I kept seeing the same problem come up in founder communities — fake signups, burner numbers abusing free trials, rewards programs getting farmed.&lt;/p&gt;

&lt;p&gt;Most solutions were either expensive enterprise tools or required way too much setup for a small team. So I spent a weekend building a simple API that does one thing: score a phone number's reputation.&lt;/p&gt;

&lt;p&gt;Send it any number and it comes back with whether it's real, what carrier it's on, if it's a VoIP or burner, and a recommendation to accept, review, or block it. Score is 0-100.&lt;/p&gt;

&lt;p&gt;Useful if you're dealing with free trial abuse, SMS verification bypass, or just want to validate leads before paying to contact them.&lt;/p&gt;

&lt;p&gt;Listed it on RapidAPI with a free tier if you want to try it: &lt;br&gt;
&lt;a href="https://rapidapi.com/flusnot/api/phone-reputation-scorer" rel="noopener noreferrer"&gt;https://rapidapi.com/flusnot/api/phone-reputation-scorer&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Took about a day to build. Happy to answer questions about how it works.&lt;/p&gt;

</description>
      <category>api</category>
      <category>javascript</category>
      <category>webdev</category>
      <category>node</category>
    </item>
  </channel>
</rss>
