[{"data":1,"prerenderedAt":2475},["ShallowReactive",2],{"blog-guide-\u002Fblog\u002Fguides\u002Flinkedin-post-scraper-what-comes-back":3,"blog-guide-related-\u002Fblog\u002Fguides\u002Flinkedin-post-scraper-what-comes-back":1144},{"id":4,"title":5,"author":6,"body":7,"category":1123,"cover":1124,"description":1125,"draft":1126,"extension":1127,"image":1128,"launchCta":1128,"listingCover":1129,"meta":1130,"navigation":1131,"ogImage":1128,"path":1132,"publishedAt":1133,"readTime":1134,"seo":1135,"stem":1136,"tags":1137,"toolCategory":1080,"updatedAt":1133,"__hash__":1143},"blogGuides\u002Fblog\u002Fguides\u002Flinkedin-post-scraper-what-comes-back.md","LinkedIn Post Scraper: What Actually Comes Back","Jasper Li",{"type":8,"value":9,"toc":1095},"minimark",[10,15,72,84,89,92,97,161,164,172,188,195,204,208,211,225,229,232,236,270,281,284,288,291,299,303,309,313,396,399,403,406,410,419,427,435,439,495,499,505,510,552,558,564,568,573,583,587,645,664,676,680,685,689,742,750,755,765,769,773,776,780,786,789,793,802,806,809,813,955,964,967,971,974,980,986,992,999,1002,1006,1012,1015,1032,1036,1045,1051,1065,1077,1085,1091],[11,12,14],"p",{"style":13},"font-size:18px !important;line-height:1.65 !important;margin:0 0 24px;color:inherit;","Copy this line to your agent to pull a LinkedIn profile's recent posts with engagement.",[16,17,22],"pre",{"className":18,"code":19,"language":20,"meta":21,"style":21},"language-sh shiki shiki-themes material-theme-lighter material-theme material-theme-palenight","set up https:\u002F\u002Fmonid.ai\u002FSKILL.md and use apify \u002Fharvestapi\u002Flinkedin-profile-posts to pull a profile's recent posts\n","sh","",[23,24,25],"code",{"__ignoreMap":21},[26,27,30,34,38,41,44,47,50,53,56,59,62,65,69],"span",{"class":28,"line":29},"line",1,[26,31,33],{"class":32},"s2Zo4","set",[26,35,37],{"class":36},"sfazB"," up",[26,39,40],{"class":36}," https:\u002F\u002Fmonid.ai\u002FSKILL.md",[26,42,43],{"class":36}," and",[26,45,46],{"class":36}," use",[26,48,49],{"class":36}," apify",[26,51,52],{"class":36}," \u002Fharvestapi\u002Flinkedin-profile-posts",[26,54,55],{"class":36}," to",[26,57,58],{"class":36}," pull",[26,60,61],{"class":36}," a",[26,63,64],{"class":36}," profile",[26,66,68],{"class":67},"sMK4o","'",[26,70,71],{"class":36},"s recent posts\n",[11,73,74,75,83],{},"A LinkedIn post scraper looks like one call and is actually three billing decisions. The posts themselves are bounded and cheap. Reactions and comments are unbounded and attach to each post, so two boolean flags in the same request turn a predictable call into one whose cost depends on how popular the content happened to be. Here is what comes back, measured, and where the bill hides, running through ",[76,77,82],"a",{"href":78,"rel":79},"https:\u002F\u002Fmonid.ai",[80,81],"noopener","noreferrer","Monid",", the OpenRouter for agent tools.",[85,86,88],"h2",{"id":87},"what-does-a-linkedin-post-scraper-return","What does a LinkedIn post scraper return?",[11,90,91],{},"More structure than the store listings suggest, and the useful parts are not the post text.",[93,94,96],"h3",{"id":95},"one-live-record-field-by-field","One live record, field by field",[11,98,99,100,106,107,110,111,110,114,110,117,110,120,110,123,110,126,110,129,110,132,110,135,110,138,110,141,110,144,110,147,110,150,110,153,156,157,160],{},"Running ",[76,101,103],{"href":102},"\u002Ftools\u002Flinkedin",[23,104,105],{},"apify\u002Fharvestapi\u002Flinkedin-profile-posts"," against a public executive profile on 2026-08-31 returned records shaped like this: ",[23,108,109],{},"type",", ",[23,112,113],{},"id",[23,115,116],{},"linkedinUrl",[23,118,119],{},"content",[23,121,122],{},"contentAttributes",[23,124,125],{},"author",[23,127,128],{},"postedAt",[23,130,131],{},"postImages",[23,133,134],{},"socialContent",[23,136,137],{},"header",[23,139,140],{},"entityId",[23,142,143],{},"shareUrn",[23,145,146],{},"shareLinkedinUrl",[23,148,149],{},"engagement",[23,151,152],{},"reactionIds",[23,154,155],{},"commentIds"," and ",[23,158,159],{},"query",".",[11,162,163],{},"Four of those are worth calling out.",[11,165,166,171],{},[167,168,169],"strong",{},[23,170,109],{}," distinguishes an original post from a repost or a quote post. That matters more than it sounds, because a feed pull that counts reposts as original output will overstate somebody's activity by a wide margin, and executives repost heavily.",[11,173,174,178,179,156,183,187],{},[167,175,176],{},[23,177,125],{}," arrives nested in every post record. You do not need a separate profile lookup to know who wrote it, which is the same pattern we found on ",[76,180,182],{"href":181},"\u002Fblog\u002Fguides\u002Fyoutube-scraper-past-the-quota","YouTube",[76,184,186],{"href":185},"\u002Fblog\u002Fguides\u002Ftiktok-scraper-which-endpoint","TikTok",": the identity comes attached to the content.",[11,189,190,194],{},[167,191,192],{},[23,193,149],{}," carries the counts. This is the number most people came for and it is the cheapest thing in the response, because counting reactions is not the same as fetching them.",[11,196,197,203],{},[167,198,199,156,201],{},[23,200,152],{},[23,202,155],{}," are identifiers rather than content. They tell you how to go and get the reactions and comments, and going to get them is a separate and much larger job. The next section is about exactly that.",[93,205,207],{"id":206},"what-the-store-listing-does-not-show-you","What the store listing does not show you",[11,209,210],{},"The Apify store pages that hold page one for this cluster are product cards. They list what the actor does; they do not show a response, and they do not price the difference between asking for posts and asking for everything attached to posts.",[212,213,214],"blockquote",{},[11,215,216,217,220,221],{},"📖 ",[167,218,219],{},"See also"," ",[76,222,224],{"href":223},"\u002Fblog\u002Fguides\u002Fbest-linkedin-scraper-api-2026","What Is the Best LinkedIn Scraper API in 2026?",[85,226,228],{"id":227},"why-do-reactions-and-comments-change-the-price-so-much","Why do reactions and comments change the price so much?",[11,230,231],{},"Because posts are bounded and engagement is not, and the same request carries both.",[93,233,235],{"id":234},"the-flags-that-do-it","The flags that do it",[11,237,238,239,110,242,110,245,110,248,110,251,156,254,257,258,110,261,110,264,156,267,160],{},"Reading the schema for that endpoint on 2026-08-31, the input carries ",[23,240,241],{},"scrapeReactions",[23,243,244],{},"maxReactions",[23,246,247],{},"postNestedReactions",[23,249,250],{},"scrapeComments",[23,252,253],{},"maxComments",[23,255,256],{},"commentsPostedLimit",", alongside ",[23,259,260],{},"maxPosts",[23,262,263],{},"postedLimit",[23,265,266],{},"includeQuotePosts",[23,268,269],{},"includeReposts",[11,271,272,273,275,276,156,278,280],{},"Look at what that list is doing. ",[23,274,260],{}," caps a bounded thing: a profile has a finite post history and you asked for the first N of it. ",[23,277,244],{},[23,279,253],{}," cap an unbounded thing, per post, and the number you set is multiplied by however many posts came back.",[11,282,283],{},"Ask for fifty posts with reactions capped at five hundred each and you have asked for up to twenty-five thousand records from a call that looked like it was about fifty.",[93,285,287],{"id":286},"why-the-default-is-the-safe-one","Why the default is the safe one",[11,289,290],{},"Both scrape flags default off, which is the correct design and also why people are surprised later: the first run is cheap, somebody turns on comments to answer one question, and the second run costs two orders of magnitude more for reasons nobody wrote down.",[11,292,293,294,298],{},"The discipline is the same one that applies to ",[76,295,297],{"href":296},"\u002Fblog\u002Fbuy-vs-build-tiktok-comment-scraper","TikTok comments"," and to any nested collection: set the per-parent cap before the first run rather than after the first invoice, and treat turning a nested flag on as a separate decision with its own budget.",[93,300,302],{"id":301},"the-counts-are-usually-enough","The counts are usually enough",[11,304,305,306,308],{},"Worth saying plainly because it saves most of the money in this category. If the question is \"which posts landed\", ",[23,307,149],{}," answers it without fetching a single reaction. You need the actual reactors only when the question is \"who specifically engaged\", which is a prospecting job rather than an analytics one.",[93,310,312],{"id":311},"bounded-vs-nested-what-actually-differs","Bounded vs nested: what actually differs",[314,315,316,332],"table",{},[317,318,319],"thead",{},[320,321,322,326,329],"tr",{},[323,324,325],"th",{},"Aspect",[323,327,328],{},"Posts only",[323,330,331],{},"Posts plus engagement",[333,334,335,352,363,375,385],"tbody",{},[320,336,337,341,345],{},[338,339,340],"td",{},"What caps the size",[338,342,343],{},[23,344,260],{},[338,346,347,349,350],{},[23,348,260],{}," times ",[23,351,244],{},[320,353,354,357,360],{},[338,355,356],{},"Size known before running",[338,358,359],{},"Yes",[338,361,362],{},"No",[320,364,365,368,373],{},[338,366,367],{},"Answers \"which posts worked\"",[338,369,370,371],{},"Yes, via ",[23,372,149],{},[338,374,359],{},[320,376,377,380,383],{},[338,378,379],{},"Answers \"who engaged\"",[338,381,382],{},"No, only ids",[338,384,359],{},[320,386,387,390,393],{},[338,388,389],{},"Cost shape",[338,391,392],{},"Per result, predictable",[338,394,395],{},"Per result, multiplied",[11,397,398],{},"The row that decides it is the fourth. Ids are free; the people behind them are not.",[85,400,402],{"id":401},"how-do-you-pull-a-persons-or-a-companys-posts","How do you pull a person's or a company's posts?",[11,404,405],{},"Three steps, two of them free.",[93,407,409],{"id":408},"for-agents","For agents",[11,411,412,413,418],{},"Grab an API key at ",[76,414,417],{"href":415,"rel":416},"https:\u002F\u002Fapp.monid.ai\u002F",[80,81],"app.monid.ai",", then paste this to your agent and hand it the key:",[16,420,425],{"className":421,"code":423,"language":424,"meta":21},[422],"language-text","set up https:\u002F\u002Fmonid.ai\u002FSKILL.md\n","text",[23,426,423],{"__ignoreMap":21},[11,428,429,430,160],{},"It learns the whole discover, inspect, run workflow itself. More in the ",[76,431,434],{"href":432,"rel":433},"https:\u002F\u002Fmonid.ai\u002Fdocs\u002Fguide\u002Fquickstart-skill",[80,81],"agent quickstart",[93,436,438],{"id":437},"for-humans","For humans",[16,440,444],{"className":441,"code":442,"language":443,"meta":21,"style":21},"language-bash shiki shiki-themes material-theme-lighter material-theme material-theme-palenight","npm install -g @monid-ai\u002Fcli\nmonid keys add -k \u003Cyour-api-key> -l main\n","bash",[23,445,446,461],{"__ignoreMap":21},[26,447,448,452,455,458],{"class":28,"line":29},[26,449,451],{"class":450},"sBMFI","npm",[26,453,454],{"class":36}," install",[26,456,457],{"class":36}," -g",[26,459,460],{"class":36}," @monid-ai\u002Fcli\n",[26,462,464,467,470,473,476,479,482,486,489,492],{"class":28,"line":463},2,[26,465,466],{"class":450},"monid",[26,468,469],{"class":36}," keys",[26,471,472],{"class":36}," add",[26,474,475],{"class":36}," -k",[26,477,478],{"class":67}," \u003C",[26,480,481],{"class":36},"your-api-ke",[26,483,485],{"class":484},"sTEyZ","y",[26,487,488],{"class":67},">",[26,490,491],{"class":36}," -l",[26,493,494],{"class":36}," main\n",[93,496,498],{"id":497},"step-1-read-the-flags-before-you-run-anything","Step 1. Read the flags before you run anything",[11,500,501,504],{},[167,502,503],{},"What it does."," Shows which inputs cap a bounded thing and which cap an unbounded one, which is the whole cost model.",[11,506,507],{},[167,508,509],{},"The call.",[16,511,513],{"className":441,"code":512,"language":443,"meta":21,"style":21},"monid discover -q \"linkedin posts by a person\"\nmonid inspect -p apify -e \u002Fharvestapi\u002Flinkedin-profile-posts\n",[23,514,515,534],{"__ignoreMap":21},[26,516,517,519,522,525,528,531],{"class":28,"line":29},[26,518,466],{"class":450},[26,520,521],{"class":36}," discover",[26,523,524],{"class":36}," -q",[26,526,527],{"class":67}," \"",[26,529,530],{"class":36},"linkedin posts by a person",[26,532,533],{"class":67},"\"\n",[26,535,536,538,541,544,546,549],{"class":28,"line":463},[26,537,466],{"class":450},[26,539,540],{"class":36}," inspect",[26,542,543],{"class":36}," -p",[26,545,49],{"class":36},[26,547,548],{"class":36}," -e",[26,550,551],{"class":36}," \u002Fharvestapi\u002Flinkedin-profile-posts\n",[11,553,554,557],{},[167,555,556],{},"What comes back."," The full input schema and the billing shape. Four providers cover this surface with different shapes: two Apify actors billing per result, and two TikHub endpoints billing per call.",[11,559,560,563],{},[167,561,562],{},"What it costs."," Nothing. Discovery and inspection never bill.",[93,565,567],{"id":566},"step-2-pull-the-posts-engagement-only","Step 2. Pull the posts, engagement only",[11,569,570,572],{},[167,571,503],{}," Gets the content and the counts without the nested collections.",[11,574,575,220,578,582],{},[167,576,577],{},"The endpoints.",[76,579,580],{"href":102},[23,581,105],{},", billed per result.",[11,584,585],{},[167,586,509],{},[16,588,590],{"className":441,"code":589,"language":443,"meta":21,"style":21},"monid run -p apify -e \u002Fharvestapi\u002Flinkedin-profile-posts -w -i '{\n  \"targetUrls\": [\"https:\u002F\u002Fwww.linkedin.com\u002Fin\u002Fexample\u002F\"],\n  \"maxPosts\": 20,\n  \"includeReposts\": false\n}'\n",[23,591,592,619,624,630,636],{"__ignoreMap":21},[26,593,594,596,599,601,603,605,607,610,613,616],{"class":28,"line":29},[26,595,466],{"class":450},[26,597,598],{"class":36}," run",[26,600,543],{"class":36},[26,602,49],{"class":36},[26,604,548],{"class":36},[26,606,52],{"class":36},[26,608,609],{"class":36}," -w",[26,611,612],{"class":36}," -i",[26,614,615],{"class":67}," '",[26,617,618],{"class":36},"{\n",[26,620,621],{"class":28,"line":463},[26,622,623],{"class":36},"  \"targetUrls\": [\"https:\u002F\u002Fwww.linkedin.com\u002Fin\u002Fexample\u002F\"],\n",[26,625,627],{"class":28,"line":626},3,[26,628,629],{"class":36},"  \"maxPosts\": 20,\n",[26,631,633],{"class":28,"line":632},4,[26,634,635],{"class":36},"  \"includeReposts\": false\n",[26,637,639,642],{"class":28,"line":638},5,[26,640,641],{"class":36},"}",[26,643,644],{"class":67},"'\n",[11,646,647,649,650,652,653,655,656,659,660,663],{},[167,648,556],{}," The field set above, one record per post, with ",[23,651,125],{}," nested and ",[23,654,149],{}," populated. Note the input parameter is ",[23,657,658],{},"targetUrls"," rather than ",[23,661,662],{},"profiles","; passing the wrong key returns zero records with no error, which is the kind of silent failure worth checking for on the first run.",[11,665,666,668,669,671,672,160],{},[167,667,562],{}," A fraction of a cent per post returned. Setting ",[23,670,269],{}," false is worth doing deliberately rather than by default: it changes what you are measuring, not just what you pay. Current figures at ",[76,673,675],{"href":674},"\u002Ftools","monid.ai\u002Ftools",[93,677,679],{"id":678},"step-3-decide-about-engagement-as-a-separate-job","Step 3. Decide about engagement as a separate job",[11,681,682,684],{},[167,683,503],{}," Keeps the unbounded half from riding along with the bounded half.",[11,686,687],{},[167,688,509],{},[16,690,692],{"className":441,"code":691,"language":443,"meta":21,"style":21},"monid run -p apify -e \u002Fharvestapi\u002Flinkedin-profile-posts -w -i '{\n  \"targetUrls\": [\"https:\u002F\u002Fwww.linkedin.com\u002Fin\u002Fexample\u002F\"],\n  \"maxPosts\": 5,\n  \"scrapeReactions\": true,\n  \"maxReactions\": 100\n}'\n",[23,693,694,716,720,725,730,735],{"__ignoreMap":21},[26,695,696,698,700,702,704,706,708,710,712,714],{"class":28,"line":29},[26,697,466],{"class":450},[26,699,598],{"class":36},[26,701,543],{"class":36},[26,703,49],{"class":36},[26,705,548],{"class":36},[26,707,52],{"class":36},[26,709,609],{"class":36},[26,711,612],{"class":36},[26,713,615],{"class":67},[26,715,618],{"class":36},[26,717,718],{"class":28,"line":463},[26,719,623],{"class":36},[26,721,722],{"class":28,"line":626},[26,723,724],{"class":36},"  \"maxPosts\": 5,\n",[26,726,727],{"class":28,"line":632},[26,728,729],{"class":36},"  \"scrapeReactions\": true,\n",[26,731,732],{"class":28,"line":638},[26,733,734],{"class":36},"  \"maxReactions\": 100\n",[26,736,738,740],{"class":28,"line":737},6,[26,739,641],{"class":36},[26,741,644],{"class":67},[11,743,744,746,747,749],{},[167,745,556],{}," Reactors on five posts rather than twenty, because when the nested flag is on the post count is the multiplier. Cutting ",[23,748,260],{}," when you turn engagement on is the move, and it is counterintuitive enough that people do the opposite.",[11,751,752,754],{},[167,753,562],{}," Up to five hundred records where the previous call was twenty. Same endpoint, same syntax, two orders of magnitude.",[212,756,757],{},[11,758,216,759,220,761],{},[167,760,219],{},[76,762,764],{"href":763},"\u002Fblog\u002Fguides\u002Fproxycurl-shutdown-linkedin-data-alternatives","Proxycurl Shut Down: Where LinkedIn Data Goes Now",[766,767],"skill-prompt",{"prompt":768},"pull the last 20 posts for these 5 linkedin profiles without reposts, and give me a table of post url, date, and engagement counts sorted by reactions",[85,770,772],{"id":771},"how-do-you-get-the-author-behind-a-quoted-post","How do you get the author behind a quoted post?",[11,774,775],{},"This is the largest row in the cluster and the intent is specific: somebody has a post, often quoted or screenshotted, and wants to know who wrote it and whether they matter.",[93,777,779],{"id":778},"it-is-two-lookups-not-one","It is two lookups, not one",[11,781,782,783,785],{},"The post record gives you ",[23,784,125],{},", which is identity. What it does not give you is the person's company, seniority, or anything you would qualify them on. That is a profile enrichment and it is a separate call.",[11,787,788],{},"Doing both is the whole job: post to author to enriched profile. Each step is cheap and the mistake is expecting one endpoint to do all three, which is why the ranked lists for this term disagree.",[93,790,792],{"id":791},"search-by-text-when-you-do-not-have-the-url","Search by text when you do not have the URL",[11,794,795,796,801],{},"If what you have is the text of a post rather than its link, ",[76,797,798],{"href":102},[23,799,800],{},"apify\u002Fharvestapi\u002Flinkedin-post-search"," searches posts by query and returns them with the author attached, billed per result. That is the route for \"who said this\" when the screenshot has no link, and it is the one people usually cannot find.",[93,803,805],{"id":804},"the-honest-limit","The honest limit",[11,807,808],{},"Neither route recovers a deleted post, an author who has since gone private, or the identity behind an account that was never public. The archive is what LinkedIn currently serves, not a historical record, and there is no version of this that works retroactively.",[85,810,812],{"id":811},"which-endpoint-should-i-use-for-which-job","Which endpoint should I use for which job?",[314,814,815,837],{},[317,816,817],{},[320,818,819,822,825,828,831,834],{},[323,820,821],{},"Endpoint",[323,823,824],{},"What it does",[323,826,827],{},"Input",[323,829,830],{},"Output",[323,832,833],{},"Best for",[323,835,836],{},"Billing",[333,838,839,862,884,909,931],{},[320,840,841,847,850,853,856,859],{},[338,842,843],{},[76,844,845],{"href":102},[23,846,105],{},[338,848,849],{},"Posts from a profile or company page",[338,851,852],{},"Target URLs, caps",[338,854,855],{},"Post records with author and engagement",[338,857,858],{},"Content and activity analysis",[338,860,861],{},"Per result",[320,863,864,870,873,876,879,882],{},[338,865,866],{},[76,867,868],{"href":102},[23,869,800],{},[338,871,872],{},"Posts matching a text query",[338,874,875],{},"A query",[338,877,878],{},"Posts with authors",[338,880,881],{},"Finding who said something",[338,883,861],{},[320,885,886,894,897,900,903,906],{},[338,887,888],{},[76,889,890,893],{"href":102},[23,891,892],{},"tikhub"," get user posts",[338,895,896],{},"One profile's posts",[338,898,899],{},"A profile identifier",[338,901,902],{},"Post records",[338,904,905],{},"Bounded, high volume",[338,907,908],{},"Per call",[320,910,911,918,921,924,926,929],{},[338,912,913],{},[76,914,915,917],{"href":102},[23,916,892],{}," get company posts",[338,919,920],{},"One company page's posts",[338,922,923],{},"A company identifier",[338,925,902],{},[338,927,928],{},"Company content tracking",[338,930,908],{},[320,932,933,941,944,947,950,953],{},[338,934,935],{},[76,936,938],{"href":937},"\u002Ftools\u002Fpeople-enrichment",[23,939,940],{},"pdl\u002Fv5\u002Fperson\u002Fenrich",[338,942,943],{},"Fills the author into a full record",[338,945,946],{},"An identifier",[338,948,949],{},"Title, seniority, history",[338,951,952],{},"Qualifying the author",[338,954,908],{},[11,956,957,958,961,962,160],{},"Every row was verified with ",[23,959,960],{},"monid inspect"," on 2026-08-31. The table gives billing shape rather than figures; shape drives design and current numbers live on ",[76,963,675],{"href":674},[11,965,966],{},"The per-call versus per-result split decides how you batch. Per-call endpoints reward asking for one profile at a time and not caring how many posts come back. Per-result endpoints reward setting a cap and knowing what it multiplies against. Running the same batch shape against both is how a LinkedIn pipeline develops a bill nobody can account for.",[85,968,970],{"id":969},"when-should-you-use-linkedins-own-api","When should you use LinkedIn's own API?",[11,972,973],{},"Three cases, and the first is not a consolation prize.",[11,975,976,979],{},[167,977,978],{},"You are building on behalf of members who authorise you."," LinkedIn's Marketing and Community Management APIs exist for applications acting for a page or a member who connected them. If your users link their own accounts, that is the correct and supported route and none of this article applies.",[11,981,982,985],{},[167,983,984],{},"You are managing your own company page."," Publishing, analytics on your own content, and comment management on posts you own are all first-party jobs with first-party tools.",[11,987,988,991],{},[167,989,990],{},"You need a contract."," Sanctioned access with a partner agreement carries obligations in both directions, and if a broken field is a customer incident that is the dependency you want.",[11,993,994,995,160],{},"Where the official route cannot help is the case that generates this search volume: reading public activity from accounts that have no relationship with you. LinkedIn does not offer that and the gap is why the third-party market exists at all. The legal shape of that gap, including the hiQ rulings that everybody half-remembers, is in ",[76,996,998],{"href":997},"\u002Fblog\u002Fguides\u002Fis-web-scraping-legal-2026","Is Web Scraping Legal?",[11,1000,1001],{},"And the disclosure: you are reading Monid's blog and we sell per-call access to these endpoints. If your users authorise you, use LinkedIn's API and ignore us.",[85,1003,1005],{"id":1004},"conclusion","Conclusion",[11,1007,1008,1009,1011],{},"A LinkedIn post scraper is not one decision. Posts are bounded, cheap and answer most content questions through the engagement counts that arrive with them. Reactions and comments are unbounded, attach per post, and are controlled by flags that default off for good reason. Turning one on without cutting ",[23,1010,260],{}," is the single most common way this becomes expensive.",[11,1013,1014],{},"The thing worth carrying past this surface is that the author comes nested in the post. That removes a lookup from the design and makes the post, rather than the profile, the natural unit of a LinkedIn content pull. What it does not remove is the enrichment: knowing who wrote something and knowing whether they matter are still two calls.",[11,1016,1017,1018,1021,1022,1024,1025,1027,1028,160],{},"Free next step: run ",[23,1019,1020],{},"monid inspect -p apify -e \u002Fharvestapi\u002Flinkedin-profile-posts"," and read the input list. It is free, and seeing ",[23,1023,244],{}," sitting next to ",[23,1026,260],{}," is the fastest way to understand which one multiplies. Start at ",[76,1029,1031],{"href":78,"rel":1030},[80,81],"monid.ai",[85,1033,1035],{"id":1034},"faq","FAQ",[1037,1038,1040],"faq-item",{"q":1039},"Is scraping LinkedIn posts allowed?",[11,1041,1042,1043,160],{},"Public, logged-out collection of public pages has been treated very differently by US courts from logged-in collection, and the distinction that keeps deciding cases is whether you held an account. hiQ won on the computer-intrusion statute and lost on breach of contract, because it had accounts; Bright Data won twice against platforms while logged out. That is a real pattern and it is not legal advice, and the citations are in ",[76,1044,998],{"href":997},[1037,1046,1048],{"q":1047},"Can the same endpoint pull company posts and person posts?",[11,1049,1050],{},"On the Apify actor yes, because both are target URLs and a company page is just another URL. On the per-call providers they are separate endpoints, one for user posts and one for company posts, which matters when you are batching a mixed list. Check which shape you have before writing the loop, because a mixed list against a person-only endpoint fails per row rather than up front.",[1037,1052,1054],{"q":1053},"Do reposts count as somebody's posts?",[11,1055,1056,1057,156,1059,1061,1062,1064],{},"Only if you let them, and the flags are explicit: ",[23,1058,269],{},[23,1060,266],{}," both exist and the ",[23,1063,109],{}," field on each record tells you what you got. This is a measurement decision rather than a technical one. Counting reposts as original output overstates activity substantially for executive accounts, which repost far more than they write, so decide what you are measuring before the first run.",[1037,1066,1068],{"q":1067},"How far back can you pull a profile's posts?",[11,1069,1070,1071,156,1073,1076],{},"As far as LinkedIn currently serves on that profile, which is not a documented depth and varies. The endpoint gives you ",[23,1072,263],{},[23,1074,1075],{},"postedLimitDate"," to bound a pull by recency, which is the right control for monitoring, but neither extends reach into an archive that is not being served. If you need history you did not collect, no endpoint here reaches it and the honest answer is to start collecting now.",[1078,1079,1082],"tool-cta",{"category":1080,"title":1081},"linkedin","Posts first, engagement as a decision",[11,1083,1084],{},"Discover the endpoint, read which inputs multiply, and check the current price. All free before anything bills.",[11,1086,1087],{},[1088,1089,1090],"em",{},"Last updated August 2026.",[1092,1093,1094],"style",{},"html pre.shiki code .s2Zo4, html code.shiki .s2Zo4{--shiki-light:#6182B8;--shiki-default:#82AAFF;--shiki-dark:#82AAFF}html pre.shiki code .sfazB, html code.shiki .sfazB{--shiki-light:#91B859;--shiki-default:#C3E88D;--shiki-dark:#C3E88D}html pre.shiki code .sMK4o, html code.shiki .sMK4o{--shiki-light:#39ADB5;--shiki-default:#89DDFF;--shiki-dark:#89DDFF}html .light .shiki span {color: var(--shiki-light);background: var(--shiki-light-bg);font-style: var(--shiki-light-font-style);font-weight: var(--shiki-light-font-weight);text-decoration: var(--shiki-light-text-decoration);}html.light .shiki span {color: var(--shiki-light);background: var(--shiki-light-bg);font-style: var(--shiki-light-font-style);font-weight: var(--shiki-light-font-weight);text-decoration: var(--shiki-light-text-decoration);}html .default .shiki span {color: var(--shiki-default);background: var(--shiki-default-bg);font-style: var(--shiki-default-font-style);font-weight: var(--shiki-default-font-weight);text-decoration: var(--shiki-default-text-decoration);}html .shiki span {color: var(--shiki-default);background: var(--shiki-default-bg);font-style: var(--shiki-default-font-style);font-weight: var(--shiki-default-font-weight);text-decoration: var(--shiki-default-text-decoration);}html .dark .shiki span {color: var(--shiki-dark);background: var(--shiki-dark-bg);font-style: var(--shiki-dark-font-style);font-weight: var(--shiki-dark-font-weight);text-decoration: var(--shiki-dark-text-decoration);}html.dark .shiki span {color: var(--shiki-dark);background: var(--shiki-dark-bg);font-style: var(--shiki-dark-font-style);font-weight: var(--shiki-dark-font-weight);text-decoration: var(--shiki-dark-text-decoration);}html pre.shiki code .sBMFI, html code.shiki .sBMFI{--shiki-light:#E2931D;--shiki-default:#FFCB6B;--shiki-dark:#FFCB6B}html pre.shiki code .sTEyZ, html code.shiki .sTEyZ{--shiki-light:#90A4AE;--shiki-default:#EEFFFF;--shiki-dark:#BABED8}",{"title":21,"searchDepth":463,"depth":463,"links":1096},[1097,1101,1107,1114,1119,1120,1121,1122],{"id":87,"depth":463,"text":88,"children":1098},[1099,1100],{"id":95,"depth":626,"text":96},{"id":206,"depth":626,"text":207},{"id":227,"depth":463,"text":228,"children":1102},[1103,1104,1105,1106],{"id":234,"depth":626,"text":235},{"id":286,"depth":626,"text":287},{"id":301,"depth":626,"text":302},{"id":311,"depth":626,"text":312},{"id":401,"depth":463,"text":402,"children":1108},[1109,1110,1111,1112,1113],{"id":408,"depth":626,"text":409},{"id":437,"depth":626,"text":438},{"id":497,"depth":626,"text":498},{"id":566,"depth":626,"text":567},{"id":678,"depth":626,"text":679},{"id":771,"depth":463,"text":772,"children":1115},[1116,1117,1118],{"id":778,"depth":626,"text":779},{"id":791,"depth":626,"text":792},{"id":804,"depth":626,"text":805},{"id":811,"depth":463,"text":812},{"id":969,"depth":463,"text":970},{"id":1004,"depth":463,"text":1005},{"id":1034,"depth":463,"text":1035},"Sales & enrichment","\u002Fimg\u002Fblog\u002Flinkedin-post-scraper-what-comes-back.png","Posts, reactions and comments are three billing decisions in one call. A live run shows the fields, and the two flags that quietly multiply the bill.",false,"md",null,"\u002Fimg\u002Fblog\u002Flinkedin-post-scraper-what-comes-back-card.png",{},true,"\u002Fblog\u002Fguides\u002Flinkedin-post-scraper-what-comes-back","2026-08-31","11 min",{"title":5,"description":1125},"blog\u002Fguides\u002Flinkedin-post-scraper-what-comes-back",[1138,1139,1140,1141,1142],"linkedin post scraper","linkedin company scraper","social selling","harvestapi","linkedin data","MTGjfsZGlGz4LHFn8ohlD7VryCzAj-WpFIFHcxQBufc",[1145,1159,1172,1184,1198,1210,1222,1235,1247,1259,1272,1284,1297,1309,1322,1333,1345,1358,1369,1382,1394,1405,1418,1431,1442,1454,1464,1477,1489,1499,1511,1523,1535,1546,1558,1570,1582,1595,1608,1621,1632,1644,1656,1668,1680,1692,1694,1705,1716,1727,1737,1749,1759,1771,1782,1793,1804,1817,1827,1838,1845,1855,1866,1878,1890,1902,1912,1924,1935,1946,1956,1964,1974,1984,1994,2005,2014,2024,2035,2045,2055,2067,2074,2084,2092,2100,2109,2116,2127,2135,2143,2152,2163,2173,2182,2191,2201,2212,2221,2230,2240,2250,2258,2271,2281,2291,2301,2311,2321,2329,2338,2347,2354,2362,2374,2383,2393,2402,2411,2422,2431,2440,2448,2457,2466],{"path":1146,"title":1147,"description":1148,"publishedAt":1149,"author":6,"category":1150,"tags":1151,"readTime":1134,"cover":1157,"listingCover":1158,"image":1128},"\u002Fblog\u002Fguides\u002Fahrefs-vs-kwfinder-link-half","Ahrefs vs KWFinder: The Half of Ahrefs You Can Buy by the Call","These two get compared on keyword research, where no API replaces either. The link index only one of them has is available per call.","2026-09-18","Product",[1152,1153,1154,1155,1156],"ahrefs vs kwfinder","kwfinder vs ahrefs","ahrefs alternative","backlink api","domain rating","\u002Fimg\u002Fblog\u002Fahrefs-vs-kwfinder-link-half.png","\u002Fimg\u002Fblog\u002Fahrefs-vs-kwfinder-link-half-card.png",{"path":1160,"title":1161,"description":1162,"publishedAt":1149,"author":6,"category":1163,"tags":1164,"readTime":1134,"cover":1170,"listingCover":1171,"image":1128},"\u002Fblog\u002Fguides\u002Ffacebook-profile-viewer-api","Facebook Profile Viewer: What an API Returns, and What It Will Not","The scraper whose docs say it refuses personal profiles returned one anyway. Its two follower counts for that person differed by one.","Social data",[1165,1166,1167,1168,1169],"facebook profile viewer","facebook profile api","facebook page scraper","public facebook data","facebook api","\u002Fimg\u002Fblog\u002Ffacebook-profile-viewer-api.png","\u002Fimg\u002Fblog\u002Ffacebook-profile-viewer-api-card.png",{"path":1173,"title":1174,"description":1175,"publishedAt":1149,"author":6,"category":1123,"tags":1176,"readTime":1134,"cover":1182,"listingCover":1183,"image":1128},"\u002Fblog\u002Fguides\u002Fh1b-data-api-sponsorship-records","H-1B Data by API: 549,133 Records, and the Domain Field Is Invented","One call returned half a million sponsorship records. The top wage was a React developer on 1.9 million. The company domain on every row does not resolve.",[1177,1178,1179,1180,1181],"h1b data","h1b api","h1b salary data","visa sponsorship data","labor condition application","\u002Fimg\u002Fblog\u002Fh1b-data-api-sponsorship-records.png","\u002Fimg\u002Fblog\u002Fh1b-data-api-sponsorship-records-card.png",{"path":1185,"title":1186,"description":1187,"publishedAt":1188,"author":6,"category":1189,"tags":1190,"readTime":1134,"cover":1196,"listingCover":1197,"image":1128},"\u002Fblog\u002Fguides\u002Farxiv-api-paper-search","arXiv API for Paper Search: Three of Twenty Results Were Off Topic","Restricting a paper search to arXiv returned three papers about cognitive augmentation instead of retrieval augmentation. The blended source returned none.","2026-09-17","Search & RAG",[1191,1192,1193,1194,1195],"arxiv api","paper search api","academic search api","literature review api","semantic scholar","\u002Fimg\u002Fblog\u002Farxiv-api-paper-search.png","\u002Fimg\u002Fblog\u002Farxiv-api-paper-search-card.png",{"path":1199,"title":1200,"description":1201,"publishedAt":1188,"author":6,"category":1123,"tags":1202,"readTime":1134,"cover":1208,"listingCover":1209,"image":1128},"\u002Fblog\u002Fguides\u002Fbuzzfile-search-by-name-company-lookup","Buzzfile Search by Name or a Company API: One Name, Ten Companies","One free call on the name Patagonia returned ten companies, all called Patagonia. A rival fuzzy search returned two, and neither was the right one.",[1203,1204,1205,1206,1207],"buzzfile search by name","company search by name","company lookup api","name to domain","company enrichment","\u002Fimg\u002Fblog\u002Fbuzzfile-search-by-name-company-lookup.png","\u002Fimg\u002Fblog\u002Fbuzzfile-search-by-name-company-lookup-card.png",{"path":1211,"title":1212,"description":1213,"publishedAt":1188,"author":6,"category":1123,"tags":1214,"readTime":1134,"cover":1220,"listingCover":1221,"image":1128},"\u002Fblog\u002Fguides\u002Frocketreach-pricing-per-contact-lookups","RocketReach Pricing or Per-Contact Lookups: Where the Charge Lands","We paid the base charge for one executive and got an id, a country and a null title. A second provider returned the right job title and zero contacts.",[1215,1216,1217,1218,1219],"rocketreach pricing","rocketreach","contact lookup api","people enrichment pricing","credits","\u002Fimg\u002Fblog\u002Frocketreach-pricing-per-contact-lookups.png","\u002Fimg\u002Fblog\u002Frocketreach-pricing-per-contact-lookups-card.png",{"path":1223,"title":1224,"description":1225,"publishedAt":1226,"author":6,"category":1123,"tags":1227,"readTime":1134,"cover":1233,"listingCover":1234,"image":1128},"\u002Fblog\u002Fguides\u002Fb2b-prospecting-tool-api","B2B Prospecting Tool by API: The List Is Free, the Name Is the Bill","One free call returned 100 sales leaders at 47 companies with names redacted. Revealing who they are is the paid step. How three prospecting routes bill.","2026-09-16",[1228,1229,1230,1231,1232],"b2b prospecting tool","b2b leads","b2b sms outreach","prospecting api","lead generation","\u002Fimg\u002Fblog\u002Fb2b-prospecting-tool-api.png","\u002Fimg\u002Fblog\u002Fb2b-prospecting-tool-api-card.png",{"path":1236,"title":1237,"description":1238,"publishedAt":1226,"author":6,"category":1123,"tags":1239,"readTime":1134,"cover":1245,"listingCover":1246,"image":1128},"\u002Fblog\u002Fguides\u002Fcrunchbase-pro-vs-api-by-the-call","Crunchbase Pro or Crunchbase by the Call: What Each Actually Returns","Sixty-nine organisations match Stripe. The profile carried seven fields and no funding total. Twenty-five rounds came back with types and no amounts.",[1240,1241,1242,1243,1244],"crunchbase pro","crunchbase api","crunchbase pricing","funding rounds api","company data","\u002Fimg\u002Fblog\u002Fcrunchbase-pro-vs-api-by-the-call.png","\u002Fimg\u002Fblog\u002Fcrunchbase-pro-vs-api-by-the-call-card.png",{"path":1248,"title":1249,"description":1250,"publishedAt":1226,"author":6,"category":1189,"tags":1251,"readTime":1134,"cover":1257,"listingCover":1258,"image":1128},"\u002Fblog\u002Fguides\u002Ftavily-api-key-or-one-key","Tavily API Key or One Key: Four Web Search APIs, One Query, Zero URLs in Common","Four search engines, one query, same minute. Two shared no URLs at all. One returned Google page one verbatim. One found our own page.",[1252,1253,1254,1255,1256],"tavily api key","tavily api","web search api for agents","search api comparison","exa","\u002Fimg\u002Fblog\u002Ftavily-api-key-or-one-key.png","\u002Fimg\u002Fblog\u002Ftavily-api-key-or-one-key-card.png",{"path":1260,"title":1261,"description":1262,"publishedAt":1263,"author":6,"category":1189,"tags":1264,"readTime":1134,"cover":1270,"listingCover":1271,"image":1128},"\u002Fblog\u002Fguides\u002Fahrefs-api-domain-rating-backlinks","Ahrefs API by the Call: Domain Rating, Backlinks, Paid Pages","We pulled our own backlink profile through the Ahrefs API: ten referring domains, all DR 91 or higher, six dofollow links out of thirty-three.","2026-09-15",[1265,1266,1267,1268,1269],"ahrefs api","ahrefs api documentation","domain rating api","backlinks api","seo data api","\u002Fimg\u002Fblog\u002Fahrefs-api-domain-rating-backlinks.png","\u002Fimg\u002Fblog\u002Fahrefs-api-domain-rating-backlinks-card.png",{"path":1273,"title":1274,"description":1275,"publishedAt":1263,"author":6,"category":1123,"tags":1276,"readTime":1134,"cover":1282,"listingCover":1283,"image":1128},"\u002Fblog\u002Fguides\u002Fapollo-email-finder-api","Apollo Email Finder API: Two Providers, One Mailbox, Two Owners","Apollo says patrick@stripe.com is the CEO, verified. Hunter.io says it is an IT administrator, observed. Same address, one day apart, both confident.",[1277,1278,1279,1280,1281],"apollo email finder","apollo api","apollo.io api","people match","email enrichment","\u002Fimg\u002Fblog\u002Fapollo-email-finder-api.png","\u002Fimg\u002Fblog\u002Fapollo-email-finder-api-card.png",{"path":1285,"title":1286,"description":1287,"publishedAt":1263,"author":6,"category":1150,"tags":1288,"readTime":1294,"cover":1295,"listingCover":1296,"image":1128},"\u002Fblog\u002Fguides\u002Fdomain-name-availability-api","Domain Name Availability API: Registered Is Not the Same as Live","We checked our own name: the .com was available, .io and .dev were registered with no site, and two WHOIS providers agreed on every date.",[1289,1290,1291,1292,1293],"domain name search availability","domain availability api","whois api","domain lookup","startup domain check","10 min","\u002Fimg\u002Fblog\u002Fdomain-name-availability-api.png","\u002Fimg\u002Fblog\u002Fdomain-name-availability-api-card.png",{"path":1298,"title":1299,"description":1300,"publishedAt":1263,"author":6,"category":1189,"tags":1301,"readTime":1134,"cover":1307,"listingCover":1308,"image":1128},"\u002Fblog\u002Fguides\u002Ffirecrawl-with-claude-mcp-or-one-key","Firecrawl With Claude: MCP Server or One Key for Everything?","Firecrawl mapped 484 URLs for a tenth of a cent, scraped a page to 20,000 characters of markdown, and refused an agent task when maxCredits was too low.",[1302,1303,1304,1305,1306],"firecrawl claude","firecrawl mcp","firecrawl api","web scraping for agents","mcp server","\u002Fimg\u002Fblog\u002Ffirecrawl-with-claude-mcp-or-one-key.png","\u002Fimg\u002Fblog\u002Ffirecrawl-with-claude-mcp-or-one-key-card.png",{"path":1310,"title":1311,"description":1312,"publishedAt":1263,"author":6,"category":1313,"tags":1314,"readTime":1134,"cover":1320,"listingCover":1321,"image":1128},"\u002Fblog\u002Fguides\u002Fhow-to-use-seedance-2-0-api","How to Use Seedance 2.0 by API: One Prompt, Two Models, Measured","Seedance 2.0 and 2.0 Mini rendered one 5-second prompt in the same two minutes for the same 108,900 tokens. One billed exactly twice the other.","Generative media",[1315,1316,1317,1318,1319],"how to use seedance 2.0","seedance 2.0","seedance api","text to video api","ai video generation","\u002Fimg\u002Fblog\u002Fhow-to-use-seedance-2-0-api.png","\u002Fimg\u002Fblog\u002Fhow-to-use-seedance-2-0-api-card.png",{"path":1323,"title":1324,"description":1325,"publishedAt":1263,"author":6,"category":1189,"tags":1326,"readTime":1134,"cover":1331,"listingCover":1332,"image":1128},"\u002Fblog\u002Fguides\u002Focten-ai-search-api","Octen AI Search API: 78 ms Inside, One Second End to End","Octen reports its own latency in every response. On our calls it said 78 ms; the round trip was a second. What search, extract and embedding return.",[1327,1328,1329,1330,1254],"octen ai","octen","octen search","octen api","\u002Fimg\u002Fblog\u002Focten-ai-search-api.png","\u002Fimg\u002Fblog\u002Focten-ai-search-api-card.png",{"path":1334,"title":1335,"description":1336,"publishedAt":1263,"author":6,"category":1163,"tags":1337,"readTime":1134,"cover":1343,"listingCover":1344,"image":1128},"\u002Fblog\u002Fguides\u002Freddit-user-information-extraction-api","Reddit User Information Extraction: Profile, Posts and Comments by API","One Reddit account, three endpoints: a profile with karma split two ways, a complete post history in one call, and comments that carry their thread.",[1338,1339,1340,1341,1342],"reddit user information extraction","reddit user api","reddit profile scraper","reddit comments api","social data","\u002Fimg\u002Fblog\u002Freddit-user-information-extraction-api.png","\u002Fimg\u002Fblog\u002Freddit-user-information-extraction-api-card.png",{"path":1346,"title":1347,"description":1348,"publishedAt":1349,"author":6,"category":1123,"tags":1350,"readTime":1134,"cover":1356,"listingCover":1357,"image":1128},"\u002Fblog\u002Fguides\u002Fhunter-io-api-domain-search-vs-email-finder","Hunter.io API: Domain Search Finds, Email Finder Guesses","Hunter.io domain search returned ten verified addresses at confidence 85. Email finder returned one address at confidence 16 with no source. Same provider.","2026-09-14",[1351,1352,1353,1354,1355],"hunter.io","hunter io api","email finder","domain search","email verification","\u002Fimg\u002Fblog\u002Fhunter-io-api-domain-search-vs-email-finder.png","\u002Fimg\u002Fblog\u002Fhunter-io-api-domain-search-vs-email-finder-card.png",{"path":1359,"title":1360,"description":1361,"publishedAt":1349,"author":6,"category":1123,"tags":1362,"readTime":1294,"cover":1367,"listingCover":1368,"image":1128},"\u002Fblog\u002Fguides\u002Freverse-email-lookup-api","Reverse Email Lookup API: What One Address Actually Returned","A reverse email lookup on a Stripe address returned an IT administrator, not the CEO. That is the endpoint working, and the fuzzy flag says why.",[1363,1364,1365,1366,1351],"reverse email lookup","reverse email lookup free","email to person","people enrichment","\u002Fimg\u002Fblog\u002Freverse-email-lookup-api.png","\u002Fimg\u002Fblog\u002Freverse-email-lookup-api-card.png",{"path":1370,"title":1371,"description":1372,"publishedAt":1349,"author":6,"category":1163,"tags":1373,"readTime":1379,"cover":1380,"listingCover":1381,"image":1128},"\u002Fblog\u002Fguides\u002Ftiktok-user-finder-api","TikTok Profile Viewer and Account Finder: What an API Returns","One profile call returned two different follower counts in one response. One keyword returned twenty accounts, ten of them regional handles of one brand.",[1374,1375,1376,1377,1378,892],"tiktok profile viewer","tiktok account viewer","tiktok account finder","tiktok user search","tiktok api","12 min","\u002Fimg\u002Fblog\u002Ftiktok-user-finder-api.png","\u002Fimg\u002Fblog\u002Ftiktok-user-finder-api-card.png",{"path":1383,"title":1384,"description":1385,"publishedAt":1386,"author":6,"category":1189,"tags":1387,"readTime":1134,"cover":1392,"listingCover":1393,"image":1128},"\u002Fblog\u002Fguides\u002Ffree-web-search-api-for-agents","TinyFish Made a Free Web Search API. One Query Is a Third.","We asked TinyFish Search one question five ways. It returned 27 pages, and the best single phrasing found 9 of them. Every call was free.","2026-09-13",[1388,1389,1390,1391],"web search","ai agents","rag","retrieval","\u002Fimg\u002Fblog\u002Ffree-web-search-api-for-agents.png","\u002Fimg\u002Fblog\u002Ffree-web-search-api-for-agents-card.png",{"path":1395,"title":1396,"description":1397,"publishedAt":1398,"author":6,"category":1150,"tags":1399,"readTime":1134,"cover":1403,"listingCover":1404,"image":1128},"\u002Fblog\u002Fguides\u002Fai-agent-development-company-or-in-house","AI Agent Development Company or In House? The Hard Part","Two vendors, one domain, two different companies. One reported 2,930 employees and the other 63. Neither returned an error. That is the build.","2026-09-08",[1389,1400,1401,1402],"build vs buy","data quality","integration","\u002Fimg\u002Fblog\u002Fai-agent-development-company-or-in-house.png","\u002Fimg\u002Fblog\u002Fai-agent-development-company-or-in-house-card.png",{"path":1406,"title":1407,"description":1408,"publishedAt":1398,"author":6,"category":1409,"tags":1410,"readTime":1134,"cover":1416,"listingCover":1417,"image":1128},"\u002Fblog\u002Fguides\u002Ffind-companies-running-google-ads","How Do You Find Prospects Running Google Ads?","One landing page carried 1,537 distinct ad creatives. That count, not traffic, separates a company testing paid search from one committed to it.","Ads intelligence",[1411,1412,1413,1414,1415],"google ads","ads intelligence","prospecting","paid search","agency lead generation","\u002Fimg\u002Fblog\u002Ffind-companies-running-google-ads.png","\u002Fimg\u002Fblog\u002Ffind-companies-running-google-ads-card.png",{"path":1419,"title":1420,"description":1421,"publishedAt":1398,"author":6,"category":1422,"tags":1423,"readTime":1134,"cover":1429,"listingCover":1430,"image":1128},"\u002Fblog\u002Fguides\u002Fgoogle-shopping-api-lowest-price","Google Shopping API: The Lowest Price Is a Different Product","One search returned the same headphones from 22.99 to 399.99. The cheapest was a weekly rental. Sorting by price picks the row that is not the product.","Ecommerce",[1424,1425,1426,1427,1428],"google shopping api","price comparison","ecommerce data","product matching","repricing","\u002Fimg\u002Fblog\u002Fgoogle-shopping-api-lowest-price.png","\u002Fimg\u002Fblog\u002Fgoogle-shopping-api-lowest-price-card.png",{"path":1432,"title":1433,"description":1434,"publishedAt":1398,"author":6,"category":1163,"tags":1435,"readTime":1134,"cover":1440,"listingCover":1441,"image":1128},"\u002Fblog\u002Fguides\u002Freddit-scraper-returns-different-posts","Two Reddit Scrapers, One Query, Four Posts in Common","The complaint is that a Reddit scraper returns irrelevant posts. We measured it. Results were relevant, and two providers disagreed on six of ten.",[1436,1437,1438,1439,892],"reddit scraper","reddit api","social listening","apify","\u002Fimg\u002Fblog\u002Freddit-scraper-returns-different-posts.png","\u002Fimg\u002Fblog\u002Freddit-scraper-returns-different-posts-card.png",{"path":1443,"title":1444,"description":1445,"publishedAt":1398,"author":6,"category":1123,"tags":1446,"readTime":1134,"cover":1452,"listingCover":1453,"image":1128},"\u002Fblog\u002Fguides\u002Fsalary-data-api-three-sources","Salary Data API: Three Sources, Three Different Numbers","Indeed says the median software engineer earns 136k. Levels.fyi says 298k. Both are right, and the field that explains it is the sample count.",[1447,1448,1449,1450,1451],"salary data api","compensation data","levels.fyi","h1b salaries","market data","\u002Fimg\u002Fblog\u002Fsalary-data-api-three-sources.png","\u002Fimg\u002Fblog\u002Fsalary-data-api-three-sources-card.png",{"path":1455,"title":1456,"description":1457,"publishedAt":1398,"author":6,"category":1163,"tags":1458,"readTime":1294,"cover":1462,"listingCover":1463,"image":1128},"\u002Fblog\u002Fguides\u002Ftelegram-channel-data-without-a-bot-token","Telegram Channel Data Without a Bot Token","Telegram publishes view counts no other platform gives you. They arrive as 926K and 24.2M, already rounded, and they are lifetime totals not velocity.",[1459,1460,1438,1461,892],"telegram api","telegram scraping","channel data","\u002Fimg\u002Fblog\u002Ftelegram-channel-data-without-a-bot-token.png","\u002Fimg\u002Fblog\u002Ftelegram-channel-data-without-a-bot-token-card.png",{"path":1465,"title":1466,"description":1467,"publishedAt":1468,"author":6,"category":1150,"tags":1469,"readTime":1134,"cover":1475,"listingCover":1476,"image":1128},"\u002Fblog\u002Fguides\u002Finsider-trading-api-form-4-data","Insider Trading API: What Form 4 Data Actually Tells You","A director sold 1,848,501 shares for $410,843,671. The filing arrived two days later, and that lag is the most important field in the response.","2026-09-07",[1470,1471,1472,1473,1474],"insider trading api","sec form 4","insider transactions","financial data","market signals","\u002Fimg\u002Fblog\u002Finsider-trading-api-form-4-data.png","\u002Fimg\u002Fblog\u002Finsider-trading-api-form-4-data-card.png",{"path":1478,"title":1479,"description":1480,"publishedAt":1468,"author":6,"category":1123,"tags":1481,"readTime":1379,"cover":1487,"listingCover":1488,"image":1128},"\u002Fblog\u002Fguides\u002Fis-there-an-api-for-pitchbook-data","PitchBook Pricing and Cost: Is There an API Instead?","PitchBook publishes no price and no public API. Free alternatives return which rounds a company raised and what type, not how much, when or the valuation.",[1482,1483,1484,1243,1485,1486],"pitchbook pricing","pitchbook cost","pitchbook api","private company data","venture data","\u002Fimg\u002Fblog\u002Fis-there-an-api-for-pitchbook-data.png","\u002Fimg\u002Fblog\u002Fis-there-an-api-for-pitchbook-data-card.png",{"path":1490,"title":1491,"description":1492,"publishedAt":1468,"author":6,"category":1422,"tags":1493,"readTime":1134,"cover":1497,"listingCover":1498,"image":1128},"\u002Fblog\u002Fguides\u002Fmonitor-competitor-prices-automatically","How to Monitor Competitor Prices Automatically","Two sources agreed the price was 54.99. One also said the list price was 79.99. Store only the first and you cannot tell a price cut from a discount.",[1494,1495,1428,1426,1496],"competitor price monitoring","price tracking","list price","\u002Fimg\u002Fblog\u002Fmonitor-competitor-prices-automatically.png","\u002Fimg\u002Fblog\u002Fmonitor-competitor-prices-automatically-card.png",{"path":1500,"title":1501,"description":1502,"publishedAt":1468,"author":6,"category":1150,"tags":1503,"readTime":1379,"cover":1509,"listingCover":1510,"image":1128},"\u002Fblog\u002Fguides\u002Fprediction-market-data-api-kalshi-polymarket","Kalshi API and Polymarket: Matching Prediction Markets by the Call","Two Kalshi routes returned 15 and 25 fields for one venue, with no tickers in common. The cross-venue match endpoint returned 20 pairs at 100 percent.",[1504,1505,1506,1507,1451,1508],"kalshi api","polymarket api","prediction markets","prediction market data","cross-venue","\u002Fimg\u002Fblog\u002Fprediction-market-data-api-kalshi-polymarket.png","\u002Fimg\u002Fblog\u002Fprediction-market-data-api-kalshi-polymarket-card.png",{"path":1512,"title":1513,"description":1514,"publishedAt":1468,"author":6,"category":1150,"tags":1515,"readTime":1134,"cover":1521,"listingCover":1522,"image":1128},"\u002Fblog\u002Fguides\u002Fsoftware-review-data-api-g2-capterra","Software Review Data: What a G2 or Capterra API Returns","Capterra returned 25 reviews split into pros and cons. A niche product returned zero. G2 was blocked on both days we tried, five days apart.",[1516,1517,1518,1519,1520],"software review data","g2 api","capterra api","review mining","competitive research","\u002Fimg\u002Fblog\u002Fsoftware-review-data-api-g2-capterra.png","\u002Fimg\u002Fblog\u002Fsoftware-review-data-api-g2-capterra-card.png",{"path":1524,"title":1525,"description":1526,"publishedAt":1527,"author":6,"category":1163,"tags":1528,"readTime":1134,"cover":1533,"listingCover":1534,"image":1128},"\u002Fblog\u002Fguides\u002Fare-instagram-engagement-trackers-accurate","Are Instagram Follower and Engagement Trackers Accurate?","Two providers disagreed by 2 followers out of 104 million. The same 12 posts gave 0.096% or 0.334% engagement depending on one undocumented choice.","2026-09-03",[1529,1530,1531,1342,1532],"instagram engagement rate","follower count accuracy","influencer vetting","instagram api","\u002Fimg\u002Fblog\u002Fare-instagram-engagement-trackers-accurate.png","\u002Fimg\u002Fblog\u002Fare-instagram-engagement-trackers-accurate-card.png",{"path":1536,"title":1537,"description":1538,"publishedAt":1527,"author":6,"category":1123,"tags":1539,"readTime":1134,"cover":1544,"listingCover":1545,"image":1128},"\u002Fblog\u002Fguides\u002Fbounce-rates-and-spam-traps-when-validating-email","Bounce Rates and Spam Traps When Validating an Email List","A verifier returned twelve fields for three addresses. None of them was spam_trap, and none could be. Here is what verification fixes and what it cannot.",[1540,1541,1355,1542,1543],"spam traps","email bounce rate","deliverability","list hygiene","\u002Fimg\u002Fblog\u002Fbounce-rates-and-spam-traps-when-validating-email.png","\u002Fimg\u002Fblog\u002Fbounce-rates-and-spam-traps-when-validating-email-card.png",{"path":1547,"title":1548,"description":1549,"publishedAt":1527,"author":6,"category":1150,"tags":1550,"readTime":1379,"cover":1556,"listingCover":1557,"image":1128},"\u002Fblog\u002Fguides\u002Frate-limit-calls-to-a-third-party-api","How to Rate Limit Calls to a Third Party API","Six real failure responses collected over three days. Only one of them meant slow down, and telling them apart matters more than any backoff algorithm.",[1551,1552,1553,1554,1555],"rate limiting","retry backoff","429 too many requests","api reliability","concurrency","\u002Fimg\u002Fblog\u002Frate-limit-calls-to-a-third-party-api.png","\u002Fimg\u002Fblog\u002Frate-limit-calls-to-a-third-party-api-card.png",{"path":1559,"title":1560,"description":1561,"publishedAt":1527,"author":6,"category":1123,"tags":1562,"readTime":1134,"cover":1568,"listingCover":1569,"image":1128},"\u002Fblog\u002Fguides\u002Fscrape-linkedin-without-getting-banned","How to Scrape LinkedIn Without Getting Your Account Banned","The ban risk comes from tools that drive your logged-in session. Three endpoints returned profile data from a URL alone, with no cookie involved.",[1563,1564,1565,1566,1567],"linkedin scraping","account ban","li_at cookie","sales navigator","linkedin api","\u002Fimg\u002Fblog\u002Fscrape-linkedin-without-getting-banned.png","\u002Fimg\u002Fblog\u002Fscrape-linkedin-without-getting-banned-card.png",{"path":1571,"title":1572,"description":1573,"publishedAt":1527,"author":6,"category":1150,"tags":1574,"readTime":1379,"cover":1580,"listingCover":1581,"image":1128},"\u002Fblog\u002Fguides\u002Fstop-depending-on-one-scraping-vendor","How to Stop Depending on One Scraping Vendor","Ten provider failures in three days, all while doing other work. None was a bad vendor. The defence is a second route you can reach without a rewrite.",[1575,1576,1577,1578,1579],"vendor lock-in","scraping reliability","actor removed","failover","data pipeline","\u002Fimg\u002Fblog\u002Fstop-depending-on-one-scraping-vendor.png","\u002Fimg\u002Fblog\u002Fstop-depending-on-one-scraping-vendor-card.png",{"path":1583,"title":1584,"description":1585,"publishedAt":1586,"author":6,"category":1150,"tags":1587,"readTime":1379,"cover":1593,"listingCover":1594,"image":1128},"\u002Fblog\u002Fguides\u002Fextract-pricing-and-free-trial-information","Extract Pricing and Free Trial Information From Websites","One endpoint returned four plans, numeric amounts and a free_trial_available flag. It also disclosed that a model read the page, which changes everything.","2026-09-02",[1588,1589,1590,1591,1592],"pricing page extraction","competitor pricing","free trial data","saas pricing","llm extraction","\u002Fimg\u002Fblog\u002Fextract-pricing-and-free-trial-information.png","\u002Fimg\u002Fblog\u002Fextract-pricing-and-free-trial-information-card.png",{"path":1596,"title":1597,"description":1598,"publishedAt":1586,"author":6,"category":1189,"tags":1599,"readTime":1379,"cover":1606,"listingCover":1607,"image":1128},"\u002Fblog\u002Fguides\u002Ffind-all-urls-on-a-domain","Find All Pages on a Domain: Sitemap, Map or Crawl","One map call returned 1,139 pages for a site whose sitemap declared 1,113. Three of four sitemaps returned an index and no count at all.",[1600,1601,1602,1603,1604,1605],"find all pages on a domain","find all urls on a domain","sitemap parser","site map api","url discovery","seo audit","\u002Fimg\u002Fblog\u002Ffind-all-urls-on-a-domain.png","\u002Fimg\u002Fblog\u002Ffind-all-urls-on-a-domain-card.png",{"path":1609,"title":1610,"description":1611,"publishedAt":1586,"author":6,"category":1612,"tags":1613,"readTime":1379,"cover":1619,"listingCover":1620,"image":1128},"\u002Fblog\u002Fguides\u002Fmls-real-estate-api-without-mls-access","MLS Real Estate API: What You Get When You Cannot Get MLS","MLS access needs a licence and a broker. Two public sources returned 40 listings and 48 agents with phones. What they carry, and what they do not.","Local data",[1614,1615,1616,1617,1618],"mls real estate api","idx feed","property data","real estate agents","listing data","\u002Fimg\u002Fblog\u002Fmls-real-estate-api-without-mls-access.png","\u002Fimg\u002Fblog\u002Fmls-real-estate-api-without-mls-access-card.png",{"path":1622,"title":1623,"description":1624,"publishedAt":1586,"author":6,"category":1150,"tags":1625,"readTime":1134,"cover":1630,"listingCover":1631,"image":1128},"\u002Fblog\u002Fguides\u002Fsimply-wall-st-graphql-api-fundamentals","Simply Wall St GraphQL API: What Returns Fundamentals Instead","There is no public Simply Wall St GraphQL API. An endpoint that does return fundamentals gave 26 line items across six periods, and named its own source.",[1626,1627,1628,1473,1629],"simply wall st api","stock fundamentals api","income statement api","graphql","\u002Fimg\u002Fblog\u002Fsimply-wall-st-graphql-api-fundamentals.png","\u002Fimg\u002Fblog\u002Fsimply-wall-st-graphql-api-fundamentals-card.png",{"path":1633,"title":1634,"description":1635,"publishedAt":1636,"author":6,"category":1422,"tags":1637,"readTime":1134,"cover":1642,"listingCover":1643,"image":1128},"\u002Fblog\u002Fguides\u002Famazon-asin-scraper-when-it-returns-nothing","Amazon ASIN Scraper: What to Do When It Returns Nothing","A purpose-built ASIN endpoint returned 26 fields and zero values for two valid ASINs. A generic extractor read the same page fine. Assert on values.","2026-09-01",[1638,1639,1426,1640,1641],"amazon asin scraper","asin lookup","product data","silent failure","\u002Fimg\u002Fblog\u002Famazon-asin-scraper-when-it-returns-nothing.png","\u002Fimg\u002Fblog\u002Famazon-asin-scraper-when-it-returns-nothing-card.png",{"path":1645,"title":1646,"description":1647,"publishedAt":1636,"author":6,"category":1150,"tags":1648,"readTime":1379,"cover":1654,"listingCover":1655,"image":1128},"\u002Fblog\u002Fguides\u002Fdatacenter-proxies-vs-residential","Datacenter Proxies vs Residential: What Each One Actually Fixes","A real residential IP with a real Chrome user agent still got 403 from two sites. The IP type was not the constraint. What each type does fix.",[1649,1650,1651,1652,1653],"datacenter proxies vs residential","proxy types","rotating proxies","web scraping","geolocation","\u002Fimg\u002Fblog\u002Fdatacenter-proxies-vs-residential.png","\u002Fimg\u002Fblog\u002Fdatacenter-proxies-vs-residential-card.png",{"path":1657,"title":1658,"description":1659,"publishedAt":1636,"author":6,"category":1123,"tags":1660,"readTime":1134,"cover":1666,"listingCover":1667,"image":1128},"\u002Fblog\u002Fguides\u002Fextracting-leadership-contact-information","Extracting Leadership Contact Information Without Paying to Look","Hunter's multi-domain search returned 404,695 matching executives for free, names masked and titles visible. You pay only for the addresses you choose.",[1661,1662,1663,1664,1665],"leadership contact information","executive contact data","decision maker search","hunter io","b2b prospecting","\u002Fimg\u002Fblog\u002Fextracting-leadership-contact-information.png","\u002Fimg\u002Fblog\u002Fextracting-leadership-contact-information-card.png",{"path":1669,"title":1670,"description":1671,"publishedAt":1636,"author":6,"category":1150,"tags":1672,"readTime":1379,"cover":1678,"listingCover":1679,"image":1128},"\u002Fblog\u002Fguides\u002Fpuppeteer-extra-plugin-stealth-release-date","Puppeteer Extra Plugin Stealth: Check the Release Date First","The stealth plugin last shipped in March 2023. Puppeteer shipped last week. What that gap means, and what scrapy-playwright does differently.",[1673,1674,1675,1676,1677],"puppeteer-extra-plugin-stealth","scrapy-playwright","headless browser","bot detection","browser automation","\u002Fimg\u002Fblog\u002Fpuppeteer-extra-plugin-stealth-release-date.png","\u002Fimg\u002Fblog\u002Fpuppeteer-extra-plugin-stealth-release-date-card.png",{"path":1681,"title":1682,"description":1683,"publishedAt":1133,"author":6,"category":1189,"tags":1684,"readTime":1294,"cover":1690,"listingCover":1691,"image":1128},"\u002Fblog\u002Fguides\u002Fc-sharp-web-scraping-without-the-stack","C# Web Scraping: Keep HtmlAgilityPack, Drop the Fetch","The .NET parsing stack was never the problem. What breaks a C# scraper is the request leaving your server, and that half is not a language question.",[1685,1686,1687,1688,1689],"c# web scraping","htmlagilitypack","dotnet","web extraction","playwright","\u002Fimg\u002Fblog\u002Fc-sharp-web-scraping-without-the-stack.png","\u002Fimg\u002Fblog\u002Fc-sharp-web-scraping-without-the-stack-card.png",{"path":1132,"title":5,"description":1125,"publishedAt":1133,"author":6,"category":1123,"tags":1693,"readTime":1134,"cover":1124,"listingCover":1129,"image":1128},[1138,1139,1140,1141,1142],{"path":1695,"title":1696,"description":1697,"publishedAt":1133,"author":6,"category":1189,"tags":1698,"readTime":1134,"cover":1703,"listingCover":1704,"image":1128},"\u002Fblog\u002Fguides\u002Fweb-scraping-vs-api-wrong-question","Web Scraping vs API: You Are Choosing a Maintainer","Both end in an HTTP request returning the same facts. What differs is who owns the parser when the page changes, and whether anyone promised you anything.",[1699,1700,1701,1702,1389],"web scraping vs api","data acquisition","buy vs build","scraping api","\u002Fimg\u002Fblog\u002Fweb-scraping-vs-api-wrong-question.png","\u002Fimg\u002Fblog\u002Fweb-scraping-vs-api-wrong-question-card.png",{"path":1706,"title":1707,"description":1708,"publishedAt":1133,"author":6,"category":1189,"tags":1709,"readTime":1134,"cover":1714,"listingCover":1715,"image":1128},"\u002Fblog\u002Fguides\u002Fxpath-cheat-sheet-for-scraping","XPath Cheat Sheet: The Dozen Expressions That Survive","Most XPath references list what the spec allows. This lists what still matches after a redesign, ranked by how long each anchor survives.",[1710,1711,1712,1688,1713],"xpath cheat sheet","xpath","css selectors","scraping","\u002Fimg\u002Fblog\u002Fxpath-cheat-sheet-for-scraping.png","\u002Fimg\u002Fblog\u002Fxpath-cheat-sheet-for-scraping-card.png",{"path":1717,"title":1718,"description":1719,"publishedAt":1133,"author":6,"category":1612,"tags":1720,"readTime":1134,"cover":1725,"listingCover":1726,"image":1128},"\u002Fblog\u002Fguides\u002Fzillow-scraper-what-the-listing-carries","Zillow Scraper: What One Listing Record Carries","A live search returns zpid, unformatted price, beds and the detail URL. Five endpoints split by intent, and the sold one is the underrated half.",[1721,1722,1616,1723,1724],"zillow scraper","real estate api","local data","listings","\u002Fimg\u002Fblog\u002Fzillow-scraper-what-the-listing-carries.png","\u002Fimg\u002Fblog\u002Fzillow-scraper-what-the-listing-carries-card.png",{"path":1728,"title":1729,"description":1730,"publishedAt":1731,"author":6,"category":1409,"tags":1732,"readTime":1134,"cover":1735,"listingCover":1736,"image":1128},"\u002Fblog\u002Fguides\u002Fad-agent-auction-outside-the-account","Soku Runs the Campaign. The Auction Sits Outside It.","One small advertiser shares a single keyword with a bidder running 198,105 of them. An ad agent optimising inside its own account cannot see that.","2026-08-30",[1414,1733,1734,1389],"ad agents","competitor intelligence","\u002Fimg\u002Fblog\u002Fad-agent-auction-outside-the-account.png","\u002Fimg\u002Fblog\u002Fad-agent-auction-outside-the-account-card.png",{"path":1738,"title":1739,"description":1740,"publishedAt":1731,"author":6,"category":1189,"tags":1741,"readTime":1134,"cover":1747,"listingCover":1748,"image":1128},"\u002Fblog\u002Fguides\u002Fbing-serp-tracker-after-the-api","Bing SERP Tracker: What to Use After the API Retired","Microsoft retired the Search API, so a Bing position now comes from three places. One is free and first-party, and most articles do not mention it.",[1742,1743,1744,1745,1746],"bing serp tracker","bing rank tracking","serp api","bing webmaster tools","rank tracking","\u002Fimg\u002Fblog\u002Fbing-serp-tracker-after-the-api.png","\u002Fimg\u002Fblog\u002Fbing-serp-tracker-after-the-api-card.png",{"path":1750,"title":1751,"description":1752,"publishedAt":1731,"author":6,"category":1150,"tags":1753,"readTime":1134,"cover":1757,"listingCover":1758,"image":1128},"\u002Fblog\u002Fguides\u002Fbrowser-automation-without-an-api","Browser Automation When the Site Has No API","Check the premise first. The site owner has no API, but somebody may already have an endpoint for it, and a browser is the most expensive answer available.",[1677,1754,1755,1756,1389],"antidetect browser","nodriver","no api","\u002Fimg\u002Fblog\u002Fbrowser-automation-without-an-api.png","\u002Fimg\u002Fblog\u002Fbrowser-automation-without-an-api-card.png",{"path":1760,"title":1761,"description":1762,"publishedAt":1731,"author":6,"category":1123,"tags":1763,"readTime":1134,"cover":1769,"listingCover":1770,"image":1128},"\u002Fblog\u002Fguides\u002Fjob-scraping-software-per-board","Job Scraping Software: There Is No Single Job Feed","Postings are fragmented across boards by design, and no endpoint covers all of them. Pick per board, and the schema differences are the real work.",[1764,1765,1766,1767,1768],"job scraping software","indeed job scraper","jobspy","job postings api","hiring signals","\u002Fimg\u002Fblog\u002Fjob-scraping-software-per-board.png","\u002Fimg\u002Fblog\u002Fjob-scraping-software-per-board-card.png",{"path":1772,"title":1773,"description":1774,"publishedAt":1731,"author":6,"category":1123,"tags":1775,"readTime":1134,"cover":1780,"listingCover":1781,"image":1128},"\u002Fblog\u002Fguides\u002Fmid-form-enrichment-fewer-questions","TinyCommand Asks One Question. The API Fills Twenty-Six.","One domain went in. Twenty-six fields came back, including a 43-item tech stack. Every one of them is a question the form no longer has to ask.",[1776,1777,1778,1779],"lead enrichment","forms","progressive profiling","workflow automation","\u002Fimg\u002Fblog\u002Fmid-form-enrichment-fewer-questions.png","\u002Fimg\u002Fblog\u002Fmid-form-enrichment-fewer-questions-card.png",{"path":1783,"title":1784,"description":1785,"publishedAt":1731,"author":6,"category":1189,"tags":1786,"readTime":1294,"cover":1791,"listingCover":1792,"image":1128},"\u002Fblog\u002Fguides\u002Fnode-unblocker-what-it-does-not-do","Node Unblocker: What It Does, and What It Does Not","A proxy you host still leaves from your address. It changes the code path, not what refused you. Its own README lists the sites it cannot handle.",[1787,1788,1789,1790,1688],"node unblocker","web proxy","blocked scraper","nodejs","\u002Fimg\u002Fblog\u002Fnode-unblocker-what-it-does-not-do.png","\u002Fimg\u002Fblog\u002Fnode-unblocker-what-it-does-not-do-card.png",{"path":1794,"title":1795,"description":1796,"publishedAt":1731,"author":6,"category":1189,"tags":1797,"readTime":1134,"cover":1802,"listingCover":1803,"image":1128},"\u002Fblog\u002Fguides\u002Fserp-history-track-the-shape","SERP History: Track the Page's Shape, Not Just Your Rank","A flat position line hides the month an AI Overview appeared and took the clicks. We have 45 keywords on page one and zero clicks. Here is what to record.",[1798,1799,1800,1746,1801],"serp history","paa seo","ai overview","serp features","\u002Fimg\u002Fblog\u002Fserp-history-track-the-shape.png","\u002Fimg\u002Fblog\u002Fserp-history-track-the-shape-card.png",{"path":1805,"title":1806,"description":1807,"publishedAt":1808,"author":6,"category":1189,"tags":1809,"readTime":1379,"cover":1815,"listingCover":1816,"image":1128},"\u002Fblog\u002Fguides\u002Fbrave-search-api-what-you-can-keep","Brave Search API Key: How to Get One, and What You May Keep","Getting the key is the easy half. One clause decides whether it fits: result storage is granted per plan, and most builds need to store. Plus a free route.","2026-08-27",[1810,1811,1812,1813,1814,1390],"brave search api key","brave api key","how to get brave api key","brave search api","independent index","\u002Fimg\u002Fblog\u002Fbrave-search-api-what-you-can-keep.png","\u002Fimg\u002Fblog\u002Fbrave-search-api-what-you-can-keep-card.png",{"path":1818,"title":1819,"description":1820,"publishedAt":1808,"author":6,"category":1189,"tags":1821,"readTime":1134,"cover":1825,"listingCover":1826,"image":1128},"\u002Fblog\u002Fguides\u002Fgoogle-search-url-parameters","Google Search URL Parameters: What Still Works in 2026","Google silently killed num in September 2025. Here is the current list, which ones are official, and which are community guesses you should not depend on.",[1822,1744,1746,1823,1824],"google search url parameters","udm","search operators","\u002Fimg\u002Fblog\u002Fgoogle-search-url-parameters.png","\u002Fimg\u002Fblog\u002Fgoogle-search-url-parameters-card.png",{"path":1828,"title":1829,"description":1830,"publishedAt":1808,"author":6,"category":1163,"tags":1831,"readTime":1379,"cover":1836,"listingCover":1837,"image":1128},"\u002Fblog\u002Fguides\u002Finstagram-api-which-one-in-2026","Instagram Profile Download and Search: Which API in 2026?","One profile call returned 69 fields and 5.5 million followers nested inside a wrapper. Four products answer to the name Instagram API.",[1832,1833,1834,1532,1835,892],"instagram profile download","download instagram profile","instagram profile search","instagram graph api","\u002Fimg\u002Fblog\u002Finstagram-api-which-one-in-2026.png","\u002Fimg\u002Fblog\u002Finstagram-api-which-one-in-2026-card.png",{"path":185,"title":1839,"description":1840,"publishedAt":1808,"author":6,"category":1163,"tags":1841,"readTime":1134,"cover":1843,"listingCover":1844,"image":1128},"TikTok Scraper: Which Endpoint for Which Question?","Profiles, videos, comments and search are four jobs with four cost curves. And the creator arrives nested inside every post, which changes the design.",[1842,1378,1342,892,1439],"tiktok scraper","\u002Fimg\u002Fblog\u002Ftiktok-scraper-which-endpoint.png","\u002Fimg\u002Fblog\u002Ftiktok-scraper-which-endpoint-card.png",{"path":1846,"title":1847,"description":1848,"publishedAt":1808,"author":6,"category":1189,"tags":1849,"readTime":1134,"cover":1853,"listingCover":1854,"image":1128},"\u002Fblog\u002Fguides\u002Fweb-scraping-services-should-you-hire-it-out","Web Scraping Services: Should You Hire This Out?","A managed service is priced against the value of your data, not the cost of the requests. Three questions decide whether that is a bargain or a markup.",[1850,1851,1701,1852,1702],"web scraping services","managed scraping","data as a service","\u002Fimg\u002Fblog\u002Fweb-scraping-services-should-you-hire-it-out.png","\u002Fimg\u002Fblog\u002Fweb-scraping-services-should-you-hire-it-out-card.png",{"path":1856,"title":1857,"description":1858,"publishedAt":1859,"author":6,"category":1150,"tags":1860,"readTime":1134,"cover":1864,"listingCover":1865,"image":1128},"\u002Fblog\u002Fguides\u002Fbright-data-mcp-what-you-are-installing","Bright Data MCP: What Are You Actually Installing?","Sixty-nine tools arrive in one install, and every definition sits in the model's context before the agent does anything. When that trade is worth it.","2026-08-26",[1861,1306,1389,1862,1863],"bright data mcp","web data","tool calling","\u002Fimg\u002Fblog\u002Fbright-data-mcp-what-you-are-installing.png","\u002Fimg\u002Fblog\u002Fbright-data-mcp-what-you-are-installing-card.png",{"path":1867,"title":1868,"description":1869,"publishedAt":1859,"author":6,"category":1123,"tags":1870,"readTime":1134,"cover":1876,"listingCover":1877,"image":1128},"\u002Fblog\u002Fguides\u002Fclay-alternatives-waterfall-enrichment","Clay Alternatives: You Are Buying the Waterfall","Clay's product is not the data, it is the fall-through logic between providers. Once they share a balance, that logic is about twenty lines of code.",[1871,1872,1873,1874,1875],"clay alternatives","waterfall enrichment","lead enrichment api","data enrichment","gtm","\u002Fimg\u002Fblog\u002Fclay-alternatives-waterfall-enrichment.png","\u002Fimg\u002Fblog\u002Fclay-alternatives-waterfall-enrichment-card.png",{"path":1879,"title":1880,"description":1881,"publishedAt":1859,"author":6,"category":1313,"tags":1882,"readTime":1294,"cover":1888,"listingCover":1889,"image":1128},"\u002Fblog\u002Fguides\u002Felevenlabs-alternatives-three-complaints","ElevenLabs Alternatives: Price, Voice, or Plumbing?","Three different complaints hide under one search. Only one of them needs a different provider, and the other two have cheaper fixes on the same one.",[1883,1884,1885,1886,1887],"elevenlabs alternatives","text to speech","tts api","voice ai","generative media","\u002Fimg\u002Fblog\u002Felevenlabs-alternatives-three-complaints.png","\u002Fimg\u002Fblog\u002Felevenlabs-alternatives-three-complaints-card.png",{"path":1891,"title":1892,"description":1893,"publishedAt":1859,"author":6,"category":1189,"tags":1894,"readTime":1134,"cover":1900,"listingCover":1901,"image":1128},"\u002Fblog\u002Fguides\u002Frank-tracking-api-store-the-position","Rank Tracking API: The Hard Part Is Not the Fetch","Getting today's position is one cheap call. The product is yesterday's position, identical parameters, and knowing what moved. Here is the whole shape.",[1895,1896,1897,1898,1899],"rank tracking api","bing rank tracker","serp tracking","seo api","search api","\u002Fimg\u002Fblog\u002Frank-tracking-api-store-the-position.png","\u002Fimg\u002Fblog\u002Frank-tracking-api-store-the-position-card.png",{"path":1903,"title":1904,"description":1905,"publishedAt":1859,"author":6,"category":1313,"tags":1906,"readTime":1134,"cover":1910,"listingCover":1911,"image":1128},"\u002Fblog\u002Fguides\u002Fstreaming-voice-agent-vs-batch-tts","Gradium Holds the Call. A Batch TTS API Renders the Rest.","Ten measured calls to a batch text to speech endpoint. The fastest never beat 3.05 seconds, and the model mattered more than four times the text.",[1907,1908,1909,1389],"text to speech api","voice agents","tts latency","\u002Fimg\u002Fblog\u002Fstreaming-voice-agent-vs-batch-tts.png","\u002Fimg\u002Fblog\u002Fstreaming-voice-agent-vs-batch-tts-card.png",{"path":1913,"title":1914,"description":1915,"publishedAt":1916,"author":6,"category":1123,"tags":1917,"readTime":1134,"cover":1922,"listingCover":1923,"image":1128},"\u002Fblog\u002Fguides\u002Fb2b-data-provider-dataset-vs-api","B2B Data Providers: Buy the Dataset or Call the API?","A dataset and an enrichment API are the same rows with a different contract. What changes is who carries the staleness and who pays for unread records.","2026-08-25",[1918,1919,1207,1920,1921],"b2b data","data provider","zoominfo","people data labs","\u002Fimg\u002Fblog\u002Fb2b-data-provider-dataset-vs-api.png","\u002Fimg\u002Fblog\u002Fb2b-data-provider-dataset-vs-api-card.png",{"path":1925,"title":1926,"description":1927,"publishedAt":1916,"author":6,"category":1189,"tags":1928,"readTime":1134,"cover":1933,"listingCover":1934,"image":1128},"\u002Fblog\u002Fguides\u002Fcrawl4ai-when-to-run-your-own-crawler","Crawl4AI: When Should You Run Your Own Crawler?","Crawl4AI does the parsing for free. The bill is the fleet you run around it. A decision rule for when to self-host a crawler and when to call one.",[1929,1930,1390,1931,1932],"crawl4ai","web crawler","markdown","open source","\u002Fimg\u002Fblog\u002Fcrawl4ai-when-to-run-your-own-crawler.png","\u002Fimg\u002Fblog\u002Fcrawl4ai-when-to-run-your-own-crawler-card.png",{"path":997,"title":1936,"description":1937,"publishedAt":1916,"author":6,"category":1189,"tags":1938,"readTime":1379,"cover":1944,"listingCover":1945,"image":1128},"Is Web Scraping Legal? What the Rulings Actually Say","Four US cases decided the modern law of scraping and none of them turned on scraping. They turned on login, publicness, copying and circumvention.",[1939,1940,1941,1942,1943],"web scraping legal","hiq linkedin","bright data","cfaa","dmca","\u002Fimg\u002Fblog\u002Fis-web-scraping-legal-2026.png","\u002Fimg\u002Fblog\u002Fis-web-scraping-legal-2026-card.png",{"path":1947,"title":1948,"description":1949,"publishedAt":1916,"author":6,"category":1189,"tags":1950,"readTime":1134,"cover":1954,"listingCover":1955,"image":1128},"\u002Fblog\u002Fguides\u002Fweb-scraping-news-articles","Web Scraping News Articles: Three Jobs, Three Endpoints","Scraping news is three jobs under one name. Find articles, read one article, watch one company. Each needs a different call and a different budget.",[1951,1952,1390,1953,1388],"news scraping","news api","media monitoring","\u002Fimg\u002Fblog\u002Fweb-scraping-news-articles.png","\u002Fimg\u002Fblog\u002Fweb-scraping-news-articles-card.png",{"path":181,"title":1957,"description":1958,"publishedAt":1916,"author":6,"category":1163,"tags":1959,"readTime":1134,"cover":1962,"listingCover":1963,"image":1128},"YouTube Scraper: What the Data API Will Not Give You","The official API allows 100 searches a day and no money raises it. That ceiling, not price, is why YouTube scrapers exist. Here is what each one returns.",[1960,1961,1342,1439,892],"youtube scraper","youtube data api","\u002Fimg\u002Fblog\u002Fyoutube-scraper-past-the-quota.png","\u002Fimg\u002Fblog\u002Fyoutube-scraper-past-the-quota-card.png",{"path":1965,"title":1966,"description":1967,"publishedAt":1968,"author":6,"category":1150,"tags":1969,"readTime":1379,"cover":1972,"listingCover":1973,"image":1128},"\u002Fblog\u002Fguides\u002Fagentic-browser-when-your-agent-needs-one","Agentic Browser: When Your Agent Actually Needs One","Agentic browser names two products: one you sit in front of and one your agent drives. Most jobs need neither. The test is whether the task carries state.","2026-08-21",[1970,1677,1389,1689,1971],"agentic browser","browserbase","\u002Fimg\u002Fblog\u002Fagentic-browser-when-your-agent-needs-one.png","\u002Fimg\u002Fblog\u002Fagentic-browser-when-your-agent-needs-one-card.png",{"path":1975,"title":1976,"description":1977,"publishedAt":1968,"author":6,"category":1189,"tags":1978,"readTime":1379,"cover":1982,"listingCover":1983,"image":1128},"\u002Fblog\u002Fguides\u002Fdo-ai-agents-need-a-rotating-proxy","Do You Still Need a Rotating Proxy in 2026?","A rotating proxy is an input you buy by the gigabyte and hope works. Most teams wanted the outcome instead. Here is how to tell which one you need.",[1979,1980,1652,1389,1981],"rotating proxy","residential proxy","infrastructure","\u002Fimg\u002Fblog\u002Fdo-ai-agents-need-a-rotating-proxy.png","\u002Fimg\u002Fblog\u002Fdo-ai-agents-need-a-rotating-proxy-card.png",{"path":1985,"title":1986,"description":1987,"publishedAt":1968,"author":6,"category":1189,"tags":1988,"readTime":1379,"cover":1992,"listingCover":1993,"image":1128},"\u002Fblog\u002Fguides\u002Fpython-web-scraping-without-a-scraper","Web Scraping in Python Without Maintaining a Scraper","Python web scraping is two jobs wearing one name. Python is the best tool for one of them and the wrong place to solve the other. Here is the split.",[1989,1652,1990,1991,1389],"python","beautifulsoup","selenium","\u002Fimg\u002Fblog\u002Fpython-web-scraping-without-a-scraper.png","\u002Fimg\u002Fblog\u002Fpython-web-scraping-without-a-scraper-card.png",{"path":1995,"title":1996,"description":1997,"publishedAt":1968,"author":6,"category":1189,"tags":1998,"readTime":2002,"cover":2003,"listingCover":2004,"image":1128},"\u002Fblog\u002Fguides\u002Fserp-api-for-ai-agents","Google SERP Tracker and Analysis: Which SERP API Do You Need?","A SERP API is three products under one name. Tracking needs two rank fields; analysis needs the blocks around them, and one was missing.",[1999,2000,2001,1744,1388,1390],"google serp tracker","google serp analysis","cheapest serp api","13 min","\u002Fimg\u002Fblog\u002Fserp-api-for-ai-agents.png","\u002Fimg\u002Fblog\u002Fserp-api-for-ai-agents-card.png",{"path":2006,"title":2007,"description":2008,"publishedAt":1968,"author":6,"category":1189,"tags":2009,"readTime":1379,"cover":2012,"listingCover":2013,"image":1128},"\u002Fblog\u002Fguides\u002Fweb-scraping-tools-which-kind","Web Scraping Tools: Which Kind Do You Actually Need?","Web scraping tools come in four kinds and they differ on who operates them, not on features. Pick the operator first and the shortlist writes itself.",[2010,2011,1702,1389,1439],"web scraping tools","no code scraper","\u002Fimg\u002Fblog\u002Fweb-scraping-tools-which-kind.png","\u002Fimg\u002Fblog\u002Fweb-scraping-tools-which-kind-card.png",{"path":2015,"title":2016,"description":2017,"publishedAt":2018,"author":6,"category":1422,"tags":2019,"readTime":1379,"cover":2022,"listingCover":2023,"image":1128},"\u002Fblog\u002Fguides\u002Fautonomous-store-agent-outside-data","Runner AI Runs the Store. Monid Feeds It the Market.","One call returned 48 competitors: prices from $3.99 to $59.97 and an incumbent with 136,609 reviews. No store dashboard contains that, and agents need it.","2026-08-20",[2020,1389,1426,2021],"agentic commerce","autonomous business","\u002Fimg\u002Fblog\u002Fautonomous-store-agent-outside-data.png","\u002Fimg\u002Fblog\u002Fautonomous-store-agent-outside-data-card.png",{"path":2025,"title":2026,"description":2027,"publishedAt":2018,"author":6,"category":1189,"tags":2028,"readTime":1379,"cover":2033,"listingCover":2034,"image":1128},"\u002Fblog\u002Fguides\u002Fbing-search-api-retired-alternatives","Bing Search API Retired: What Actually Replaces It","Microsoft turned the Bing Search APIs off in August 2025 and the endpoints now return 410. What a replacement has to do, and which route fits which job.",[2029,2030,2031,1390,2032],"search","web","api","agents","\u002Fimg\u002Fblog\u002Fbing-search-api-retired-alternatives.png","\u002Fimg\u002Fblog\u002Fbing-search-api-retired-alternatives-card.png",{"path":2036,"title":2037,"description":2038,"publishedAt":2018,"author":6,"category":1189,"tags":2039,"readTime":1134,"cover":2043,"listingCover":2044,"image":1128},"\u002Fblog\u002Fguides\u002Fingest-mixed-documents-llm-embedding","Ingesting Mixed Documents for LLM Embedding: PDF to Markdown","PDFs, Office files and HTML all become one clean format before chunking. Where the pipeline actually breaks, and which endpoint handles which format.",[1390,2040,2041,2042,1931],"embeddings","pdf","ocr","\u002Fimg\u002Fblog\u002Fingest-mixed-documents-llm-embedding.png","\u002Fimg\u002Fblog\u002Fingest-mixed-documents-llm-embedding-card.png",{"path":2046,"title":2047,"description":2048,"publishedAt":2018,"author":6,"category":1163,"tags":2049,"readTime":1379,"cover":2053,"listingCover":2054,"image":1128},"\u002Fblog\u002Fguides\u002Finstagram-follower-engagement-api","Instagram Follower and Engagement Data: Which API in 2026?","Follower counts are accurate. What trackers build on top is inference. Which endpoints return which fields, and how to tell a real signal from a guess.",[2050,2051,2031,2052,149],"instagram","social","creators","\u002Fimg\u002Fblog\u002Finstagram-follower-engagement-api.png","\u002Fimg\u002Fblog\u002Finstagram-follower-engagement-api-card.png",{"path":2056,"title":2057,"description":2058,"publishedAt":2018,"author":6,"category":1150,"tags":2059,"readTime":1379,"cover":2065,"listingCover":2066,"image":1128},"\u002Fblog\u002Fguides\u002Fllm-gateway-vs-mcp-gateway","LLM Gateway vs MCP Gateway: Four Families, One Word","An LLM gateway routes prompts to models. An MCP gateway routes tool calls to vendors. Four gateway families, and which problem each one solves.",[2060,2061,2062,2063,2064],"llm gateway","ai gateway","mcp","agent tools","routing","\u002Fimg\u002Fblog\u002Fllm-gateway-vs-mcp-gateway.png","\u002Fimg\u002Fblog\u002Fllm-gateway-vs-mcp-gateway-card.png",{"path":2068,"title":2069,"description":2070,"publishedAt":2018,"author":6,"category":1150,"tags":2071,"readTime":1379,"cover":2072,"listingCover":2073,"image":1128},"\u002Fblog\u002Fguides\u002Fmcp-vs-api-for-ai-agents","MCP vs API for AI Agents: Who Does the Wrapping?","MCP is not an alternative to APIs, it wraps them. The real question is who does the wrapping, and the answer decides how much code you write.",[2062,2031,2063,1389,1863],"\u002Fimg\u002Fblog\u002Fmcp-vs-api-for-ai-agents.png","\u002Fimg\u002Fblog\u002Fmcp-vs-api-for-ai-agents-card.png",{"path":2075,"title":2076,"description":2077,"publishedAt":2018,"author":6,"category":1150,"tags":2078,"readTime":1134,"cover":2082,"listingCover":2083,"image":1128},"\u002Fblog\u002Fguides\u002Fn8n-data-layer-scraping-enrichment","The Data Layer for n8n: One Key Instead of a Node Per Vendor","n8n workflows rarely break at the logic. They break at the data source. Build the scraping and enrichment layer so a dead provider is a config change.",[2079,2080,2081,1713,2032],"n8n","automation","enrichment","\u002Fimg\u002Fblog\u002Fn8n-data-layer-scraping-enrichment.png","\u002Fimg\u002Fblog\u002Fn8n-data-layer-scraping-enrichment-card.png",{"path":2085,"title":2086,"description":2087,"publishedAt":2018,"author":6,"category":1150,"tags":2088,"readTime":1379,"cover":2090,"listingCover":2091,"image":1128},"\u002Fblog\u002Fguides\u002Fopenrouter-alternatives-after-stripe","OpenRouter Alternatives in 2026: Models, and Then Tools","Stripe agreed to buy OpenRouter for over $7 billion. The real alternatives on the model side, and the routing layer nobody is selling yet.",[2089,2060,2063,2062,2064],"openrouter","\u002Fimg\u002Fblog\u002Fopenrouter-alternatives-after-stripe.png","\u002Fimg\u002Fblog\u002Fopenrouter-alternatives-after-stripe-card.png",{"path":2093,"title":2094,"description":2095,"publishedAt":2018,"author":6,"category":1150,"tags":2096,"readTime":1379,"cover":2098,"listingCover":2099,"image":1128},"\u002Fblog\u002Fguides\u002Fopenrouter-mcp-server-tool-layer","Is OpenRouter an MCP Server? What It Actually Exposes","Yes, OpenRouter has an MCP server, and it exposes OpenRouter. Here is what it does, what it does not, and how to give the same agent real tools.",[2089,2062,2063,2097,1863],"claude code","\u002Fimg\u002Fblog\u002Fopenrouter-mcp-server-tool-layer.png","\u002Fimg\u002Fblog\u002Fopenrouter-mcp-server-tool-layer-card.png",{"path":2101,"title":2102,"description":2103,"publishedAt":2018,"author":6,"category":1123,"tags":2104,"readTime":1379,"cover":2107,"listingCover":2108,"image":1128},"\u002Fblog\u002Fguides\u002Fprompt-instead-of-filters-people-search","A Wrong Enum Returns Zero: Ploid and Prompt-Shaped APIs","A wrong enum returned 0 rows. A wrong range format returned 160,884. Neither raised an error. Why prompt-shaped APIs like Ploid exist, and what they cost.",[2105,2106,1413,1389],"people search api","agentic api","\u002Fimg\u002Fblog\u002Fprompt-instead-of-filters-people-search.png","\u002Fimg\u002Fblog\u002Fprompt-instead-of-filters-people-search-card.png",{"path":763,"title":764,"description":2110,"publishedAt":2018,"author":6,"category":1123,"tags":2111,"readTime":1379,"cover":2114,"listingCover":2115,"image":1128},"Proxycurl closed in July 2025 to settle with LinkedIn. What a replacement has to return, which endpoints cover which half, and the risk to read first.",[1080,2081,2031,2112,2113],"sales","leads","\u002Fimg\u002Fblog\u002Fproxycurl-shutdown-linkedin-data-alternatives.png","\u002Fimg\u002Fblog\u002Fproxycurl-shutdown-linkedin-data-alternatives-card.png",{"path":2117,"title":2118,"description":2119,"publishedAt":2018,"author":6,"category":1163,"tags":2120,"readTime":1379,"cover":2125,"listingCover":2126,"image":1128},"\u002Fblog\u002Fguides\u002Ftiktok-data-behind-an-ai-video-ad","Oumomo Generates the Ad. TikTok Data Decides Which One.","An AI video tool makes whatever you ask. One TikTok search call returned twenty videos with a fifteenfold spread in likes, and that spread is the brief.",[2121,2122,2123,2124],"tiktok data api","ai video ads","tiktok shop","creative research","\u002Fimg\u002Fblog\u002Ftiktok-data-behind-an-ai-video-ad.png","\u002Fimg\u002Fblog\u002Ftiktok-data-behind-an-ai-video-ad-card.png",{"path":2128,"title":2129,"description":2130,"publishedAt":2018,"author":6,"category":1163,"tags":2131,"readTime":1379,"cover":2133,"listingCover":2134,"image":1128},"\u002Fblog\u002Fguides\u002Ftiktok-scraper-catalogue-audit","Oumomo Remakes the Winner. A TikTok Scraper Tells You Which.","Fourteen videos, twenty one days, and one was 65 percent of the account. You cannot see that in the clips. One call puts the catalogue in a table.",[1842,2132,2123,2122],"content audit","\u002Fimg\u002Fblog\u002Ftiktok-scraper-catalogue-audit.png","\u002Fimg\u002Fblog\u002Ftiktok-scraper-catalogue-audit-card.png",{"path":2136,"title":2137,"description":2138,"publishedAt":2018,"author":6,"category":1150,"tags":2139,"readTime":2002,"cover":2141,"listingCover":2142,"image":1128},"\u002Fblog\u002Fguides\u002Fwhat-is-an-mcp-gateway","What Is an MCP Gateway? Two Products, One Name","An MCP gateway is one endpoint that fronts many tools. Two very different products share the name, and the difference decides which one you need.",[2062,2140,2063,1389,2064],"mcp gateway","\u002Fimg\u002Fblog\u002Fwhat-is-an-mcp-gateway.png","\u002Fimg\u002Fblog\u002Fwhat-is-an-mcp-gateway-card.png",{"path":2144,"title":2145,"description":2146,"publishedAt":2018,"author":6,"category":1163,"tags":2147,"readTime":1379,"cover":2150,"listingCover":2151,"image":1128},"\u002Fblog\u002Fguides\u002Fx-intent-search-social-selling","Monid Finds the Tweet. Volumn Tells You Who Sent It.","A tightened X search returned 19 of 20 keyword-relevant tweets. Only 2 were someone actually asking. Keyword match is not intent, and that gap is the work.",[2148,2149,1140,1232],"twitter scraper","x api","\u002Fimg\u002Fblog\u002Fx-intent-search-social-selling.png","\u002Fimg\u002Fblog\u002Fx-intent-search-social-selling-card.png",{"path":2153,"title":2154,"description":2155,"publishedAt":2156,"author":6,"category":1189,"tags":2157,"readTime":1134,"cover":2161,"listingCover":2162,"image":1128},"\u002Fblog\u002Fguides\u002Fapify-alternatives","Apify Alternatives: You Probably Want a Different Way to Buy It","Every AI answer to this question names Apify. We ran an Apify actor without an Apify account to show what the real alternative is.","2026-08-19",[2158,1652,2159,2160],"apify alternatives","actors","pay per call","\u002Fimg\u002Fblog\u002Fapify-alternatives.png","\u002Fimg\u002Fblog\u002Fapify-alternatives-card.png",{"path":2164,"title":2165,"description":2166,"publishedAt":2156,"author":6,"category":1422,"tags":2167,"readTime":1134,"cover":2171,"listingCover":2172,"image":1128},"\u002Fblog\u002Fguides\u002Fconnect-claude-to-amazon-search-data","Connect Claude to Amazon Search Data: OpenWeb Ninja and Monid","Amazon has no keyword API for sellers. Here is what a search endpoint actually returns, how to hand it to an agent, and which route fits which job.",[2168,2169,2170,1389],"amazon search api","amazon keyword data","ecommerce","\u002Fimg\u002Fblog\u002Fconnect-claude-to-amazon-search-data.png","\u002Fimg\u002Fblog\u002Fconnect-claude-to-amazon-search-data-card.png",{"path":2174,"title":2175,"description":2176,"publishedAt":2156,"author":6,"category":1123,"tags":2177,"readTime":1134,"cover":2180,"listingCover":2181,"image":1128},"\u002Fblog\u002Fguides\u002Fenrich-a-list-from-email-addresses","Enriching a List When All You Have Is Email Addresses","We enriched four real email addresses and one returned a person. The misses billed nothing. What that changes about how you plan a batch.",[1281,1921,2178,2179],"zoominfo alternatives","lead data","\u002Fimg\u002Fblog\u002Fenrich-a-list-from-email-addresses.png","\u002Fimg\u002Fblog\u002Fenrich-a-list-from-email-addresses-card.png",{"path":2183,"title":2184,"description":2185,"publishedAt":2156,"author":6,"category":1189,"tags":2186,"readTime":1134,"cover":2189,"listingCover":2190,"image":1128},"\u002Fblog\u002Fguides\u002Ffree-api-extract-page-content-rag","A Free API to Extract Page Content for RAG: Read This First","We scraped a Wikipedia page and got 74,552 characters starting with the nav menu. The official API gave 689 clean ones. When each is right.",[1390,1688,2187,2188],"chunking","llm context","\u002Fimg\u002Fblog\u002Ffree-api-extract-page-content-rag.png","\u002Fimg\u002Fblog\u002Ffree-api-extract-page-content-rag-card.png",{"path":2192,"title":2193,"description":2194,"publishedAt":2156,"author":6,"category":1612,"tags":2195,"readTime":1134,"cover":2199,"listingCover":2200,"image":1128},"\u002Fblog\u002Fguides\u002Fgoogle-maps-scraper-alternatives","Google Maps Scraper Alternatives: Building a Local Lead List","Two Google Maps actors, same catalogue, different jobs. One returned nothing on a plausible query. What the fields tell you about a business, measured.",[2196,2197,1439,2198],"google maps scraper","local leads","lead list","\u002Fimg\u002Fblog\u002Fgoogle-maps-scraper-alternatives.png","\u002Fimg\u002Fblog\u002Fgoogle-maps-scraper-alternatives-card.png",{"path":2202,"title":2203,"description":2204,"publishedAt":2156,"author":6,"category":1409,"tags":2205,"readTime":1134,"cover":2210,"listingCover":2211,"image":1128},"\u002Fblog\u002Fguides\u002Fmeta-ad-library-longest-running-ads","Mining the Meta Ad Library with Wireflow: Ninety Days Means It Works","Run duration is the profitability signal competitors publish by accident. How to read it, when it lies, and how to turn a long runner into creative.",[2206,2207,2208,2209],"meta ad library","competitor ads","ad creative","facebook ads","\u002Fimg\u002Fblog\u002Fmeta-ad-library-longest-running-ads.png","\u002Fimg\u002Fblog\u002Fmeta-ad-library-longest-running-ads-card.png",{"path":2213,"title":2214,"description":2215,"publishedAt":2216,"author":6,"category":1150,"tags":2217,"readTime":1134,"cover":2219,"listingCover":2220,"image":1128},"\u002Fblog\u002Fguides\u002Fai-agent-needs-two-integrations","A Model Is Half an Agent: AIHubMix for Models, Monid for Tools","A model gateway gets your agent talking. It still cannot look anything up. How to wire both halves, with AIHubMix on models and Monid on tools.","2026-08-18",[1389,2218,2063,2062],"model gateway","\u002Fimg\u002Fblog\u002Fai-agent-needs-two-integrations.png","\u002Fimg\u002Fblog\u002Fai-agent-needs-two-integrations-card.png",{"path":2222,"title":2223,"description":2224,"publishedAt":2216,"author":6,"category":1150,"tags":2225,"readTime":1134,"cover":2228,"listingCover":2229,"image":1128},"\u002Fblog\u002Fguides\u002Fapi-marketplace-for-ai-agents","The Best API Marketplace for AI Agents in 2026","Marketplaces were built for developers who integrate once. An agent chooses at run time. One ordinary task touched five providers across four steps.",[2226,1389,2062,2227],"api marketplace","tool use","\u002Fimg\u002Fblog\u002Fapi-marketplace-for-ai-agents.png","\u002Fimg\u002Fblog\u002Fapi-marketplace-for-ai-agents-card.png",{"path":2231,"title":2232,"description":2233,"publishedAt":2216,"author":6,"category":1123,"tags":2234,"readTime":1134,"cover":2238,"listingCover":2239,"image":1128},"\u002Fblog\u002Fguides\u002Fbusiness-entity-search-api","Business Entity Search by API: What Exists and What Does Not","State registries are the most searched company lookup and the least available by API. We ran the US endpoint on a private company and it returned nothing.",[2235,2236,2237,1244],"business entity search","company registry","sec edgar","\u002Fimg\u002Fblog\u002Fbusiness-entity-search-api.png","\u002Fimg\u002Fblog\u002Fbusiness-entity-search-api-card.png",{"path":2241,"title":2242,"description":2243,"publishedAt":2216,"author":6,"category":1189,"tags":2244,"readTime":1134,"cover":2248,"listingCover":2249,"image":1128},"\u002Fblog\u002Fguides\u002Fscraper-blocked-what-gets-through","Your Scraper Is Blocked: What Actually Gets Through in 2026","A raw request to a Cloudflare-protected page returns 403. We ran the same URL through a managed endpoint and read what came back, field by field.",[1652,2245,2246,2247],"cloudflare","proxies","blocked","\u002Fimg\u002Fblog\u002Fscraper-blocked-what-gets-through.png","\u002Fimg\u002Fblog\u002Fscraper-blocked-what-gets-through-card.png",{"path":2251,"title":2252,"description":2253,"publishedAt":2216,"author":6,"category":1189,"tags":2254,"readTime":1134,"cover":2256,"listingCover":2257,"image":1128},"\u002Fblog\u002Fguides\u002Fweb-scraping-api-for-ai-agents","The Best Web Scraping API for AI Agents in 2026","An agent cannot pick a scraper from a list it has never seen. What changes when the catalogue is discoverable at run time, measured across three phrasings.",[2255,1389,2062,2080],"web scraping api","\u002Fimg\u002Fblog\u002Fweb-scraping-api-for-ai-agents.png","\u002Fimg\u002Fblog\u002Fweb-scraping-api-for-ai-agents-card.png",{"path":2259,"title":2260,"description":2261,"publishedAt":2262,"author":6,"category":1123,"tags":2263,"readTime":1379,"cover":2269,"listingCover":2270,"image":1128},"\u002Fblog\u002Fguides\u002Fapi-to-find-a-company-website","Best API to Search a Company's Homepage From Its Name","Searching a company's homepage by API is resolution, not search. Which endpoint does it, why fuzzy matches are a feature, and how to pick the right row.","2026-08-17",[2264,2265,2266,2267,2268],"best api search company's homepage","company homepage search api","company website api","company lookup","domain resolution","\u002Fimg\u002Fblog\u002Fapi-to-find-a-company-website.png","\u002Fimg\u002Fblog\u002Fapi-to-find-a-company-website-card.png",{"path":2272,"title":2273,"description":2274,"publishedAt":2262,"author":6,"category":1189,"tags":2275,"readTime":1134,"cover":2279,"listingCover":2280,"image":1128},"\u002Fblog\u002Fguides\u002Fcompany-news-api-press-releases","PR Newswire API: How to Read Releases, Not Send Them","The newswires sell distribution, not access. Reading a company's releases and its coverage is a different endpoint, and one field separates the two.",[2276,2277,1953,2278],"company news api","press release api","signals","\u002Fimg\u002Fblog\u002Fcompany-news-api-press-releases.png","\u002Fimg\u002Fblog\u002Fcompany-news-api-press-releases-card.png",{"path":2282,"title":2283,"description":2284,"publishedAt":2262,"author":6,"category":1123,"tags":2285,"readTime":1379,"cover":2289,"listingCover":2290,"image":1128},"\u002Fblog\u002Fguides\u002Fcrunchbase-api-alternatives-funding-data","Startup Funding Data by API: Crunchbase Alternatives That Bill Per Call","Startup funding data without a Crunchbase seat: one enrichment call carried 33 rounds and 14 stage types on one company, and one field that misleads.",[2286,2287,1241,1484,2288,1207],"startup funding","startup funding data","funding data","\u002Fimg\u002Fblog\u002Fcrunchbase-api-alternatives-funding-data.png","\u002Fimg\u002Fblog\u002Fcrunchbase-api-alternatives-funding-data-card.png",{"path":2292,"title":2293,"description":2294,"publishedAt":2262,"author":6,"category":1123,"tags":2295,"readTime":1379,"cover":2299,"listingCover":2300,"image":1128},"\u002Fblog\u002Fguides\u002Fjob-postings-api-hiring-signals","Jooble API and Job Postings Data: Hiring as a Buying Signal","Jooble's API is for partners, not developers. What a job postings call returns instead, and two fields that turned out to be platform defaults, not data.",[2296,2297,1767,1768,2298,1875],"jooble api","jooble","jobs data","\u002Fimg\u002Fblog\u002Fjob-postings-api-hiring-signals.png","\u002Fimg\u002Fblog\u002Fjob-postings-api-hiring-signals-card.png",{"path":2302,"title":2303,"description":2304,"publishedAt":2262,"author":6,"category":1123,"tags":2305,"readTime":1134,"cover":2309,"listingCover":2310,"image":1128},"\u002Fblog\u002Fguides\u002Ftechnographic-data-platforms-vs-per-call","Technographic Data Platforms vs One API Call: What You Give Up","We ran a stack detection on a major site and half the fields came back empty. What per-call detection sees, and when a platform earns its price.",[2306,2307,2308,1875],"technographic data","tech stack detection","b2b targeting","\u002Fimg\u002Fblog\u002Ftechnographic-data-platforms-vs-per-call.png","\u002Fimg\u002Fblog\u002Ftechnographic-data-platforms-vs-per-call-card.png",{"path":2312,"title":2313,"description":2314,"publishedAt":2315,"author":6,"category":1163,"tags":2316,"readTime":1134,"cover":2319,"listingCover":2320,"image":1128},"\u002Fblog\u002Fguides\u002Fbest-social-media-scraping-api-2026","What Is the Best API for Social Media Scraping in 2026?","No single best one, because the platforms are not one problem. Which endpoint covers which network, and where a per-call bill differs from per-result.","2026-08-14",[2317,1342,2318,2050],"social media scraping api","tiktok","\u002Fimg\u002Fblog\u002Fbest-social-media-scraping-api-2026.png","\u002Fimg\u002Fblog\u002Fbest-social-media-scraping-api-2026-card.png",{"path":2322,"title":2323,"description":2324,"publishedAt":2315,"author":6,"category":1189,"tags":2325,"readTime":1134,"cover":2327,"listingCover":2328,"image":1128},"\u002Fblog\u002Fguides\u002Fmcp-server-live-web-data-agents","Which MCP Server Gives an AI Agent Live Web Data?","Most MCP servers wrap one vendor. The question is whether your agent needs a scraper or a catalogue it can search at runtime, and how to tell which.",[1306,1389,1862,2326],"model context protocol","\u002Fimg\u002Fblog\u002Fmcp-server-live-web-data-agents.png","\u002Fimg\u002Fblog\u002Fmcp-server-live-web-data-agents-card.png",{"path":2330,"title":2331,"description":2332,"publishedAt":2315,"author":6,"category":1150,"tags":2333,"readTime":1294,"cover":2336,"listingCover":2337,"image":1128},"\u002Fblog\u002Fguides\u002Fpay-per-call-data-api-vs-subscription","Which Data API Lets You Pay Per Call Instead of a Subscription?","Metered beats a subscription when your usage is bursty and loses when it is steady. The shapes, the crossover, and the measurement that decides it.",[2160,2334,2226,2335],"data api pricing","metered billing","\u002Fimg\u002Fblog\u002Fpay-per-call-data-api-vs-subscription.png","\u002Fimg\u002Fblog\u002Fpay-per-call-data-api-vs-subscription-card.png",{"path":2339,"title":2340,"description":2341,"publishedAt":2315,"author":6,"category":1123,"tags":2342,"readTime":1379,"cover":2345,"listingCover":2346,"image":1128},"\u002Fblog\u002Fguides\u002Fpeople-data-labs-apollo-zoominfo-alternatives","ZoomInfo Competitors: People Data Labs, Apollo, and What to Buy","ZoomInfo competitors split into three jobs: search, enrich, contract. What each is genuinely best at, and why the price gap is not what it looks like.",[2343,2178,1921,2344,1918],"zoominfo competitors","apollo alternatives","\u002Fimg\u002Fblog\u002Fpeople-data-labs-apollo-zoominfo-alternatives.png","\u002Fimg\u002Fblog\u002Fpeople-data-labs-apollo-zoominfo-alternatives-card.png",{"path":2348,"title":2349,"description":2350,"publishedAt":2315,"author":6,"category":1163,"tags":2351,"readTime":1294,"cover":2352,"listingCover":2353,"image":1128},"\u002Fblog\u002Fguides\u002Freddit-scraping-api-alternatives","Is There an Alternative to Apify for Scraping Reddit?","Yes, several. The more useful question is why a Reddit scraper returns posts that miss your keywords, because that is a search problem, not a scraper one.",[1437,1436,1438,2158],"\u002Fimg\u002Fblog\u002Freddit-scraping-api-alternatives.png","\u002Fimg\u002Fblog\u002Freddit-scraping-api-alternatives-card.png",{"path":223,"title":224,"description":2355,"publishedAt":2356,"author":6,"category":1123,"tags":2357,"readTime":1134,"cover":2360,"listingCover":2361,"image":1128},"There is no single best LinkedIn scraper API. There are three jobs, and the honest answer is which endpoint fits which job, and what each one gets wrong.","2026-08-12",[2358,1080,2112,2359],"linkedin scraper api","data","\u002Fimg\u002Fblog\u002Fbest-linkedin-scraper-api-2026.png","\u002Fimg\u002Fblog\u002Fbest-linkedin-scraper-api-2026-card.png",{"path":2363,"title":2364,"description":2365,"publishedAt":2366,"author":6,"category":1123,"tags":2367,"readTime":1134,"cover":2372,"listingCover":2373,"image":1128},"\u002Fblog\u002Fguides\u002Fapollo-scraper","Apollo Scraper: Export Apollo.io Leads Safely by API in 2026","An Apollo scraper extension can get your account flagged. How to pull the same Apollo.io people and company data by metered API, with search free.","2026-08-10",[2368,2369,2370,2371],"apollo scraper","apollo.io","lead-generation","b2b-data","\u002Fimg\u002Fblog\u002Fapollo-scraper.png","\u002Fimg\u002Fblog\u002Fapollo-scraper-card.png",{"path":2375,"title":2376,"description":2377,"publishedAt":2366,"author":6,"category":1163,"tags":2378,"readTime":1379,"cover":2381,"listingCover":2382,"image":1128},"\u002Fblog\u002Fguides\u002Freddit-scraper","Reddit API in 2026: Licensed Access or a Public-Page Scraper","Reddit closed self-service API access in 2025. The honest split between the licensed Data API and a public-page scraper you run metered per call.",[1437,1436,2379,2380,2051],"reddit data api","web-scraping","\u002Fimg\u002Fblog\u002Freddit-scraper.png","\u002Fimg\u002Fblog\u002Freddit-scraper-card.png",{"path":2384,"title":2385,"description":2386,"publishedAt":2366,"author":6,"category":1123,"tags":2387,"readTime":1294,"cover":2391,"listingCover":2392,"image":1128},"\u002Fblog\u002Fguides\u002Ftechnographic-data-api","Technographic Data API: Detect Any Website's Tech Stack in One Call","Skip the enterprise technographic platform for one domain. Detect a site's CMS, framework, analytics, CDN and payments by metered API call.",[2388,2389,2390,2371],"technographic data api","tech stack","company-enrichment","\u002Fimg\u002Fblog\u002Ftechnographic-data-api.png","\u002Fimg\u002Fblog\u002Ftechnographic-data-api-card.png",{"path":2394,"title":2395,"description":2396,"publishedAt":2397,"author":6,"category":1163,"tags":2398,"readTime":1134,"cover":2400,"listingCover":2401,"image":1128},"\u002Fblog\u002Fguides\u002Fapify-instagram-scraper","The Apify Instagram Scraper: Which Actor to Use in 2026","Apify has five Instagram scrapers, not one. Which actor fits which job, how to run them without getting blocked, and what two measured runs actually cost.","2026-08-04",[2399,2050,2380,2032],"apify instagram scraper","\u002Fimg\u002Fblog\u002Fapify-instagram-scraper.png","\u002Fimg\u002Fblog\u002Fapify-instagram-scraper-card.png",{"path":2403,"title":2404,"description":2405,"publishedAt":2406,"author":6,"category":1123,"tags":2407,"readTime":1379,"cover":2409,"listingCover":2410,"image":1128},"\u002Fblog\u002Fguides\u002Fbest-linkedin-outreach-tools-2026","The Best LinkedIn Outreach Tools in 2026","LinkedIn outreach tools split into two layers in 2026: the data layer that finds and verifies people, and the sending layer that sequences the messages.","2026-07-29",[2408,1080,2112,2359],"linkedin outreach","\u002Fimg\u002Fblog\u002Fbest-linkedin-outreach-tools-2026.png","\u002Fimg\u002Fblog\u002Fbest-linkedin-outreach-tools-2026-card.png",{"path":2412,"title":2413,"description":2414,"publishedAt":2415,"author":6,"category":1422,"tags":2416,"readTime":2419,"cover":2420,"listingCover":2421,"image":1128},"\u002Fblog\u002Fguides\u002Famazon-pa-api-alternatives","Amazon's PA-API Retires in 2026: How to Move to Monid","PA-API retired in May 2026. Which endpoints actually replace GetItems and SearchItems, tested on the day of writing, including one returning empty prices.","2026-07-21",[2417,2418,2359,2170],"amazon product advertising api","pa-api alternative","9 min","\u002Fimg\u002Fblog\u002Famazon-pa-api-alternatives.png","\u002Fimg\u002Fblog\u002Famazon-pa-api-alternatives-card.png",{"path":2423,"title":2424,"description":2425,"publishedAt":2426,"author":6,"category":1422,"tags":2427,"readTime":2002,"cover":2429,"listingCover":2430,"image":1128},"\u002Fblog\u002Fguides\u002Fbest-amazon-reviews-api-2026","The Best Amazon Reviews API in 2026 (We Tested Them)","There is no official Amazon reviews API. Here are the real ways to get review text, what all of them costs, and the pagination limit nobody mentions.","2026-07-09",[2428,2359,2032,2170],"amazon reviews api","\u002Fimg\u002Fblog\u002Fbest-amazon-reviews-api-2026.png","\u002Fimg\u002Fblog\u002Fbest-amazon-reviews-api-2026-card.png",{"path":2432,"title":2433,"description":2434,"publishedAt":2426,"author":6,"category":1123,"tags":2435,"readTime":1379,"cover":2438,"listingCover":2439,"image":1128},"\u002Fblog\u002Fguides\u002Fbest-email-verification-api-2026","Best Email Verification API in 2026: ZeroBounce, NeverBounce, Kickbox, or One Call on Monid?","ZeroBounce, NeverBounce, Kickbox, Bouncer, a DIY SMTP check and Strale compared: credit packs versus one metered per-call endpoint.",[2436,2359,2032,2437],"email verification api","email","\u002Fimg\u002Fblog\u002Fbest-email-verification-api-2026.png","\u002Fimg\u002Fblog\u002Fbest-email-verification-api-2026-card.png",{"path":2441,"title":2442,"description":21,"publishedAt":2443,"author":1128,"category":1150,"tags":2444,"readTime":1128,"cover":2447,"listingCover":1128,"image":1128},"\u002Fblog\u002Fakta-pro-is-now-available-on-monid","Akta Pro Is Now Available On Monid","2026-07-07",[2032,2445,2446,2359],"partner-tools","private-markets","\u002Fimg\u002Fblog\u002Fakta-pro-is-now-available-on-monid-v2.png",{"path":2449,"title":2450,"description":2451,"publishedAt":2452,"author":1128,"category":1150,"tags":2453,"readTime":1128,"cover":2456,"listingCover":1128,"image":1128},"\u002Fblog\u002Fyour-claude-code-can-now-make-phone-calls","Your Claude Code can now make phone calls","Saperly is now available on Monid. Your agent can now make phone calls for you.","2026-07-05",[2032,2445,2454,2455],"voice","phone","\u002Fimg\u002Fblog\u002Fyour-claude-code-can-now-make-phone-calls.png",{"path":2458,"title":2459,"description":2460,"publishedAt":2461,"author":1128,"category":1150,"tags":2462,"readTime":1128,"cover":2465,"listingCover":1128,"image":1128},"\u002Fblog\u002Fintroducing-suzanne-chatgpt-for-3d-models","Introducing\nClaude for 3D models","Suzanne is now available on Monid. Turn any idea into a production-ready 3D model in one prompt.","2026-06-25",[2463,2032,2464],"3d","creative-tools","\u002Fimg\u002Fblog\u002Fintroducing-suzanne-chatgpt-for-3d-models.png",{"path":2467,"title":2468,"description":2469,"publishedAt":2470,"author":1128,"category":1150,"tags":2471,"readTime":1128,"cover":2474,"listingCover":1128,"image":1128},"\u002Fblog\u002Fminimax-is-now-available-on-monid","MiniMax is now available on Monid","Create images and music with MiniMax models through Monid.","2026-06-24",[2032,2464,2472,2473],"image-generation","music-generation","\u002Fimg\u002Fblog\u002Fminimax-is-now-available-on-monid.png",1789774986278]